🚀 Adding Ansible configuration (not tested)
This commit is contained in:
parent
71f6daf0e8
commit
cdc053718f
7 changed files with 89 additions and 0 deletions
14
ansible/ansible.cfg
Normal file
14
ansible/ansible.cfg
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
[defaults]
|
||||
inventory = ./hosts
|
||||
timeout = 42
|
||||
|
||||
[privilege_escalation]
|
||||
become = True
|
||||
become_ask_pass = True
|
||||
|
||||
[ssh_connection]
|
||||
pipelining = True
|
||||
retries = 3
|
||||
|
||||
[diff]
|
||||
always = yes
|
||||
Loading…
Add table
Add a link
Reference in a new issue