mirror of
https://github.com/phfroidmont/self-hosting.git
synced 2025-12-25 05:36:59 +01:00
13 lines
394 B
INI
13 lines
394 B
INI
[defaults]
|
|
any_errors_fatal = True
|
|
deprecation_warnings = True
|
|
display_skipped_hosts = False
|
|
host_key_checking = False
|
|
nocows = 1
|
|
remote_user = root
|
|
retry_files_enabled = False
|
|
|
|
[ssh_connection]
|
|
control_path = /tmp/ansible-ssh-%%h-%%p-%%r
|
|
pipelining = True
|
|
ssh_args = -C -o ControlMaster=auto -o ControlPersist=5m -o ForwardAgent=yes -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null
|