19 lines
398 B
INI
19 lines
398 B
INI
[defaults]
|
|
forks = 16
|
|
host_key_checking = false
|
|
interpreter_python = python3
|
|
inventory = inventories/production
|
|
private_key_file = ~/.ssh/desu
|
|
remote_tmp = $HOME/.ansible/tmp
|
|
remote_user = ansible
|
|
roles_path = .roles:roles
|
|
system_warnings = true
|
|
|
|
[privilege_escalation]
|
|
become = true
|
|
|
|
[ssh_connection]
|
|
pipelining = true
|
|
retries = 15
|
|
ssh_extra_args = -o ForwardAgent=yes -o StrictHostKeyChecking=no
|