16 lines
352 B
INI
16 lines
352 B
INI
[defaults]
|
|
inventory = inventories/production/hosts.yml
|
|
host_key_checking = False
|
|
timeout = 30
|
|
forks = 5
|
|
|
|
[privilege_escalation]
|
|
become = True
|
|
become_method = sudo
|
|
become_user = root
|
|
become_ask_pass = False
|
|
|
|
[ssh_connection]
|
|
ssh_args = -o ControlMaster=auto -o ControlPersist=60s -o StrictHostKeyChecking=no
|
|
control_path = /tmp/ansible-ssh-%%h-%%p-%%r
|