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

10
tools/ansible/ansible.cfg Normal file
View file

@ -0,0 +1,10 @@
[defaults]
bin_ansible_callbacks = True
inventory = hosts.yml
nocows = True
roles_path = .roles
stdout_callback = yaml
verbosity = 1
[ssh_connection]
pipelining = True