2021-10-16 16:26:14 +00:00
|
|
|
# Ansible
|
|
|
|
|
2022-02-08 23:04:05 +00:00
|
|
|
Catalogue of Ansible playbooks and helper scripts for server management
|
|
|
|
|
|
|
|
#### Test ansible scripts locally
|
|
|
|
ansible-playbook playbook.yml --connection=local --inventory=127.0.0.1, --limit 127.0.0.1
|