13 lines
296 B
INI
13 lines
296 B
INI
[defaults]
|
|
host_key_checking = False
|
|
ansible_managed = FICHIER SOUS CONTROLE D'ANSIBLE, ne pas editer directement
|
|
retry_files_enabled = False
|
|
stdout_callback = yaml
|
|
|
|
[privilege_escalation]
|
|
become = True
|
|
|
|
[ssh_connection]
|
|
pipelining = True
|
|
ssh_args = -o ControlMaster=auto -o ControlPersist=1800
|
|
|