20 lines
421 B
INI
20 lines
421 B
INI
[defaults]
|
|
gathering = smart
|
|
interpreter_python = python3
|
|
inventory = inventory
|
|
roles_path = roles
|
|
# Connection info
|
|
private_key_file = ~/.ssh/ansible
|
|
host_key_checking = false
|
|
# Secrets
|
|
ask_become_pass = true
|
|
#ask_vault_pass = true
|
|
# Warnings
|
|
command_warnings = true
|
|
#deprecation_warnings = false
|
|
system_warnings = true
|
|
|
|
[ssh_connection]
|
|
pipelining = true
|
|
ssh_extra_args =-o ForwardAgent=yes -o StrictHostKeyChecking=no
|