19 lines
476 B
INI
19 lines
476 B
INI
|
|
[defaults]
|
||
|
|
roles_path = roles
|
||
|
|
collections_path = collections
|
||
|
|
#inventory = inventory
|
||
|
|
#vault_password_file = .vault_pass
|
||
|
|
|
||
|
|
gathering = smart
|
||
|
|
callbacks_enabled = profile_tasks
|
||
|
|
ansible_managed = "This file is managed by ansible, don't make changes here."
|
||
|
|
|
||
|
|
retry_files_enabled = False
|
||
|
|
display_skipped_hosts = False
|
||
|
|
#deprecation_warnings=False
|
||
|
|
#host_key_checking=False
|
||
|
|
|
||
|
|
[ssh_connection]
|
||
|
|
pipelining=True
|
||
|
|
ssh_args = -o ControlMaster=auto -o ControlPersist=10m -o ConnectionAttempts=20
|