Files
homeserver.zernis.ch/ansible.cfg

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