ansibleplaybookbundle / apb-base

Base image for APB development
Apache License 2.0
8 stars 14 forks source link

Hardcode the inventory to /etc/ansible/hosts #31

Closed rthallisey closed 6 years ago

rthallisey commented 6 years ago

Make sure the the inventory used in every apb is /etc/ansible/hosts so any apb can come along and change the file to fit the inventory their playbook needs.

[masters]
localhost ansible_connection=local

[nodes]
localhost ansible_connection=local
rthallisey commented 6 years ago

https://bugzilla.redhat.com/show_bug.cgi?id=1589841