homeserver/ansible.cfg

13 lines
340 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
collections_path = ./collections
private_key_file = ./id_ed25519
vault_password_file = vault-pass.yml
gathering = smart
2020-08-18 11:57:53 +02:00
[diff]
always = true