homeserver/ansible.cfg
Michael Grote 8a8ef50dea housekeeping (#641)
Reviewed-on: #641
Co-authored-by: Michael Grote <michael.grote@posteo.de>
Co-committed-by: Michael Grote <michael.grote@posteo.de>
2024-01-22 22:01:08 +01:00

13 lines
340 B
INI

[defaults]
inventory = ./inventory
nocows = 1
retry_files_enabled = False
roles_path = ./roles
lookup_plugins = ./plugins/lookup
collections_path = ./collections
private_key_file = ./id_ed25519
vault_password_file = vault-pass.yml
gathering = smart
[diff]
always = true