snel.ansible/ansible.cfg

16 lines
376 B
INI
Raw Permalink Normal View History

2023-08-28 16:58:46 +02:00
[defaults]
ansible_home = ./.ansible
inventory = inventory/
remote_tmp = ~/.ansible/tmp
vault_password_file = ./.ansible/vault_pass
gathering = smart
fact_caching = jsonfile
2023-08-29 00:33:17 +02:00
fact_caching_connection = ./.ansible/facts
2023-08-28 16:58:46 +02:00
fact_caching_timeout = 86400
interpreter_python = /usr/bin/python3
host_key_checking = false
display_skipped_hosts = false
[ssh_connection]
pipelining = true