homeserver/ansible.cfg
Michael Grote bb6f7d1853
Some checks failed
ci/woodpecker/push/gitleaks Pipeline was successful
ci/woodpecker/push/ansible-lint Pipeline failed
CI + Dev-Workspace: disable automatic rollout and setup new Workspace (#145)
Reviewed-on: #145
Co-authored-by: Michael Grote <michael.grote@posteo.de>
Co-committed-by: Michael Grote <michael.grote@posteo.de>
2024-07-30 20:58:24 +02:00

11 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