Move ansible.cfg into the tools directory

This commit is contained in:
Oliver Davies 2020-10-08 19:38:30 +01:00
parent ed98118652
commit b83317634f

View file

@ -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