You've already forked ansible-linux-infra
22 lines
555 B
INI
22 lines
555 B
INI
[defaults]
|
|
inventory = inventories/production/hosts.ini
|
|
roles_path = roles
|
|
remote_user = ansible_svc
|
|
host_key_checking = True
|
|
retry_files_enabled = False
|
|
interpreter_python = auto_silent
|
|
vault_password_file = .vault_pass
|
|
stdout_callback = default
|
|
result_format = yaml
|
|
forks = 10
|
|
timeout = 30
|
|
|
|
[privilege_escalation]
|
|
become = True
|
|
become_method = sudo
|
|
become_ask_pass = False
|
|
|
|
[ssh_connection]
|
|
pipelining = True
|
|
ssh_args = -o ControlMaster=auto -o ControlPersist=60s -o PreferredAuthentications=publickey
|