28 lines
522 B
INI
28 lines
522 B
INI
# vim: set ft=dosini :
|
|
|
|
[defaults]
|
|
inventory = hosts, hosts.pyrocufflink.yml
|
|
|
|
callback_plugins = plugins/callback
|
|
inventory_plugins = plugins/inventory
|
|
lookup_plugins = plugins/lookup
|
|
|
|
gathering = smart
|
|
fact_caching = jsonfile
|
|
fact_caching_connection = .fact-cache
|
|
|
|
force_valid_group_names = ignore
|
|
|
|
remote_tmp = /var/tmp
|
|
|
|
[callback_ntfy]
|
|
server = https://ntfy.pyrocufflink.blue
|
|
|
|
[ara]
|
|
api_client = http
|
|
api_server = https://ara.ansible.pyrocufflink.blue
|
|
|
|
[lookup]
|
|
cache_plugin = jsonfile
|
|
cache_connection = .lookup-cache
|