homeserver/ansible.cfg
Michael Grote a100b2b2c1
Some checks failed
ci/woodpecker/push/gitleaks Pipeline was successful
ci/woodpecker/pr/gitleaks Pipeline was successful
ci/woodpecker/pr/ansible-lint Pipeline failed
ci/woodpecker/push/ansible-lint Pipeline failed
ff
2024-07-30 11:39:03 +02:00

10 lines
276 B
INI

[defaults]
inventory = ./inventory
nocows = 1
retry_files_enabled = False
roles_path = ./roles:~/.ansible/roles/
private_key_file = ./id_ed25519
vault_password_file = vault-pass
gathering = smart
[diff]
always = true