ansible_playbook_windows_ob.../ansible.cfg

16 lines
340 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 = 'accept-new'
[passwordstore_lookup]
backend = gopass
directory = '~/.local/share/gopass/stores/chvoc'