homeserver/ansible.cfg

27 lines
452 B
INI
Raw Normal View History

2020-08-18 11:57:53 +02:00
[defaults]
inventory = ./inventory
nocows = 1
retry_files_enabled = False
roles_path = ./roles
lookup_plugins = ./plugins/lookup
2020-12-28 15:08:54 +01:00
collections_paths = ./ansible_collections
2021-01-29 12:33:22 +01:00
private_key_file = ./id_rsa_ansible_user
vault_password_file = vault-pass.yml
2020-08-18 11:57:53 +02:00
[inventory]
[privilege_escalation]
[paramiko_connection]
[ssh_connection]
[persistent_connection]
[accelerate]
[selinux]
[colors]
[diff]