Move ansible.cfg into the tools directory
This commit is contained in:
parent
ed98118652
commit
b83317634f
1 changed files with 2 additions and 2 deletions
10
tools/ansible/ansible.cfg
Normal file
10
tools/ansible/ansible.cfg
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue