pewo / inventoryplay

Perl and ansible playbook to execute playbooks defined in the inventory

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

inventoryplay

Perl and ansible playbook to execute playbooks defined in the inventory Python version is under construction...

To execute all playbooks defined by the "install_playbooks" in inventory:

ansible-playbook -i inventory/sample.ini inventoryplay.yml -e 'variable={{ install_playbooks }}'

To execute all playbooks defined by the "config_playbooks" in inventory:

ansible-playbook -i inventory/sample.ini inventoryplay.yml -e 'variable={{ config_playbooks }}'

About

Perl and ansible playbook to execute playbooks defined in the inventory

License:MIT License


Languages

Language:Perl 65.9%Language:Python 34.1%