24 lines
598 B
INI
24 lines
598 B
INI
[defaults]
|
|
timeout = 60
|
|
inventory = inventory/hosts.ini
|
|
roles_path = roles
|
|
vault_password_file = ~/.vault-password-file
|
|
remote_user = deploy
|
|
private_key_file = ~/.ssh/id_ed25519
|
|
host_key_checking = True
|
|
deprecation_warnings = False
|
|
stdout_callback = default
|
|
result_format = yaml
|
|
callbacks_enabled = profile_tasks
|
|
fact_caching = jsonfile
|
|
fact_caching_connection = .ansible_cache
|
|
fact_caching_timeout = 3600
|
|
|
|
[ssh_connection]
|
|
retries = 5
|
|
ssh_args = -o ServerAliveInterval=30 -o ServerAliveCountMax=10 -o ConnectTimeout=15
|
|
|
|
[privilege_escalation]
|
|
become = true
|
|
become_method = sudo
|
|
become_user = root
|