Ansible/README.md

7 lines
208 B
Markdown
Raw Normal View History

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