mirror of
https://git.local.zernis.ch/simon/homeserver.zernis.ch.git
synced 2025-12-13 08:07:30 +01:00
9 lines
248 B
INI
9 lines
248 B
INI
[defaults]
|
|
remote_user = simon
|
|
inventory = hosts.yml
|
|
vault_password_file = ~/.ansible/vault_pass.txt
|
|
private_key_file=~/.ssh/ansible
|
|
fact_caching = jsonfile
|
|
fact_caching_connection = facts/
|
|
host_key_checking = False
|
|
roles_path = ~/dev/ansible/roles |