ansible_playbook_windows_ob.../ansible.cfg
2022-12-31 16:43:56 +01:00

16 lines
333 B
INI

[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
host_key_checking = false
[passwordstore_lookup]
backend = gopass
directory = '~/.local/share/gopass/stores/chvoc'