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