mg
b2ffcdbeb0
cfg Co-authored-by: Michael Grote <michael.grote@posteo.de> Reviewed-on: mg/ansible#75 Co-Authored-By: mg <mg@noreply.git.mgrote.net> Co-Committed-By: mg <mg@noreply.git.mgrote.net>
29 lines
497 B
INI
29 lines
497 B
INI
[defaults]
|
|
inventory = ./inventory
|
|
nocows = 1
|
|
retry_files_enabled = False
|
|
roles_path = ./roles
|
|
lookup_plugins = ./plugins/lookup
|
|
collections_paths = ./ansible_collections
|
|
private_key_file = ./id_rsa_ansible_user
|
|
vault_password_file = vault-pass.yml
|
|
gathering = smart
|
|
|
|
[inventory]
|
|
|
|
[privilege_escalation]
|
|
|
|
[paramiko_connection]
|
|
|
|
[ssh_connection]
|
|
|
|
[persistent_connection]
|
|
|
|
[accelerate]
|
|
|
|
[selinux]
|
|
|
|
[colors]
|
|
|
|
[diff]
|
|
always = true
|