33 lines
792 B
INI
33 lines
792 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
|
|
#display_ok_hosts = no # zeigt nur noch changed und error tasks/hosts an
|
|
#display_skipped_hosts = yes # dito
|
|
# callback_plugins = ./plugins/callback
|
|
# python3 -m ara.setup.callback_plugins
|
|
# callbacks_enabled = mhansen.ansible_trace.trace # https://github.com/mhansen/ansible-trace
|
|
[inventory]
|
|
|
|
[privilege_escalation]
|
|
|
|
[paramiko_connection]
|
|
|
|
[ssh_connection]
|
|
|
|
[persistent_connection]
|
|
|
|
[accelerate]
|
|
|
|
[selinux]
|
|
|
|
[colors]
|
|
|
|
[diff]
|
|
always = true
|