homeserver/ansible.cfg
Quotengrote 76bd02ede7
Inventar "nach oben" (#73)
* GroupVars eine Ebene nach oben geschoben

* Inventar nach oben

* ansible.cfg angepasst
2020-11-25 14:29:43 +01:00

24 lines
293 B
INI

[defaults]
inventory = ~/ansible
nocows = 1
retry_files_enabled = False
roles_path = ~/ansible/roles
vault_password_file = ~/ansible/vault-pass.yml
[inventory]
[privilege_escalation]
[paramiko_connection]
[ssh_connection]
[persistent_connection]
[accelerate]
[selinux]
[colors]
[diff]