23 lines
399 B
INI
23 lines
399 B
INI
# vim: set ft=dosini :
|
|
|
|
[defaults]
|
|
inventory = hosts
|
|
|
|
callback_plugins = plugins/callback
|
|
inventory_plugins = plugins/inventory
|
|
|
|
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
|