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
|
2022-12-31 16:43:56 +01:00
|
|
|
host_key_checking = false
|
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'
|