Move ansible.cfg into the tools directory
This commit is contained in:
parent
ed98118652
commit
b83317634f
|
@ -1,8 +1,8 @@
|
|||
[defaults]
|
||||
bin_ansible_callbacks = True
|
||||
inventory = tools/ansible/hosts.yml
|
||||
inventory = hosts.yml
|
||||
nocows = True
|
||||
roles_path = tools/ansible/.roles
|
||||
roles_path = .roles
|
||||
stdout_callback = yaml
|
||||
verbosity = 1
|
||||
|
Loading…
Reference in a new issue