chidevops / ansible

Automated provisioning ansible roles

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ansible

ansible.cfg

inventory.ini

Playbooks

One-off commands

$ ansible -i inventory -m ping all # attempt to ping all hosts
$ ansible-playbook foo.yml --check # dry run a playbook

About

Automated provisioning ansible roles


Languages

Language:Python 100.0%