add ansible.cfg
This commit is contained in:
parent
d0bfc2650d
commit
c3f5e47559
1 changed files with 14 additions and 0 deletions
14
ansible/ansible.cfg
Normal file
14
ansible/ansible.cfg
Normal file
|
|
@ -0,0 +1,14 @@
|
||||||
|
[defaults]
|
||||||
|
inventory = inventory.ini
|
||||||
|
roles_path = roles
|
||||||
|
collections_path = collections
|
||||||
|
interpreter_python = auto_silent
|
||||||
|
stdout_callback = yaml
|
||||||
|
retry_files_enabled = False
|
||||||
|
host_key_checking = True
|
||||||
|
forks = 10
|
||||||
|
# vault_password_file = .vault_pass # uncomment in Stage 2
|
||||||
|
|
||||||
|
[ssh_connection]
|
||||||
|
pipelining = True
|
||||||
|
ssh_args = -o ControlMaster=auto -o ControlPersist=300s
|
||||||
Loading…
Add table
Add a link
Reference in a new issue