8 lines
215 B
INI
8 lines
215 B
INI
[defaults]
|
|
remote_user = simon
|
|
inventory = hosts.ini
|
|
vault_password_file = ~/.ansible/vault_pass.txt
|
|
private_key_file=~/.ssh/ansible
|
|
fact_caching = jsonfile
|
|
fact_caching_connection = facts/
|
|
host_key_checking = False |