Tune configs
This commit is contained in:
parent
2e90357bbc
commit
6abd429c0b
@ -1,8 +1,12 @@
|
|||||||
[defaults]
|
[defaults]
|
||||||
|
gathering = smart
|
||||||
|
interpreter_python = python3
|
||||||
inventory = inventory
|
inventory = inventory
|
||||||
roles_path = roles
|
roles_path = roles
|
||||||
deprecation_warnings = false
|
# Secrets
|
||||||
ask_become_pass = false
|
ask_become_pass = false
|
||||||
ask_vault_pass = false
|
ask_vault_pass = false
|
||||||
pipelining = true
|
# Warnings
|
||||||
interpreter_python = python3
|
command_warnings = true
|
||||||
|
#deprecation_warnings = false
|
||||||
|
system_warnings = true
|
||||||
|
14
ansible.cfg
14
ansible.cfg
@ -1,11 +1,19 @@
|
|||||||
[defaults]
|
[defaults]
|
||||||
|
gathering = smart
|
||||||
|
interpreter_python = python3
|
||||||
inventory = inventory
|
inventory = inventory
|
||||||
roles_path = roles
|
roles_path = roles
|
||||||
|
# Connection info
|
||||||
private_key_file = ~/.ssh/ansible
|
private_key_file = ~/.ssh/ansible
|
||||||
ssh_extra_args =-o ForwardAgent=yes -o StrictHostKeyChecking=no
|
|
||||||
host_key_checking = false
|
host_key_checking = false
|
||||||
deprecation_warnings = false
|
# Secrets
|
||||||
ask_become_pass = true
|
ask_become_pass = true
|
||||||
ask_vault_pass = true
|
ask_vault_pass = true
|
||||||
|
# Warnings
|
||||||
|
command_warnings = true
|
||||||
|
#deprecation_warnings = false
|
||||||
|
system_warnings = true
|
||||||
|
|
||||||
|
[ssh_connection]
|
||||||
pipelining = true
|
pipelining = true
|
||||||
interpreter_python = python3
|
ssh_extra_args =-o ForwardAgent=yes -o StrictHostKeyChecking=no
|
||||||
|
Loading…
Reference in New Issue
Block a user