22 lines
439 B
INI
22 lines
439 B
INI
|
|
[defaults]
|
||
|
|
inventory = inventory/hosts.yml
|
||
|
|
roles_path = roles
|
||
|
|
host_key_checking = False
|
||
|
|
retry_files_enabled = False
|
||
|
|
stdout_callback = yaml
|
||
|
|
forks = 10
|
||
|
|
timeout = 30
|
||
|
|
|
||
|
|
# Logging
|
||
|
|
log_path = /var/log/ansible/timmy-fleet.log
|
||
|
|
|
||
|
|
[privilege_escalation]
|
||
|
|
become = True
|
||
|
|
become_method = sudo
|
||
|
|
become_user = root
|
||
|
|
become_ask_pass = False
|
||
|
|
|
||
|
|
[ssh_connection]
|
||
|
|
pipelining = True
|
||
|
|
ssh_args = -o ControlMaster=auto -o ControlPersist=60s -o StrictHostKeyChecking=no
|