09697cffdf
If the logic is just in a role, it's hard to re-use it in a one-off manner on the command line. By putting it into a module, we can run: ansible git0* -m puppet To run puppet on the git farm, for instance. Also, the file is completely not openstack specific, so do it in such a way that we can submit it as a module upstream. Change-Id: I35b2850e02ec5da2b41ad14eec9fd6d5a356bc93
5 lines
130 B
INI
5 lines
130 B
INI
[defaults]
|
|
hostfile=/usr/local/bin/puppet-inventory
|
|
library=/usr/share/ansible:/etc/ansible/library
|
|
log_path=/var/log/ansible.log
|