ansible_playbook_windows_ob.../ansible.cfg

17 lines
340 B
INI
Raw Permalink Normal View History

2021-12-13 23:10:38 +01:00
[defaults]
inventory = ./hosts.ini
retry_files_enabled = false
nocows = true
log_path = $HOME/.ansible/ansible.log
forks = 20
gathering = smart
fact_caching = jsonfile
fact_caching_connection = $HOME/.ansible/facts
2023-09-17 22:16:12 +02:00
host_key_checking = 'accept-new'
2022-09-14 22:14:28 +02:00
[passwordstore_lookup]
backend = gopass
2022-12-29 00:59:30 +01:00
directory = '~/.local/share/gopass/stores/chvoc'