mirror of
https://codeberg.org/ProgramSnail/config.git
synced 2025-12-07 07:58:43 +00:00
15 lines
330 B
INI
15 lines
330 B
INI
|
|
[defaults]
|
||
|
|
# use more readable condensed callback
|
||
|
|
stdout_callback = unixy
|
||
|
|
display_ok_hosts = false
|
||
|
|
display_skipped_hosts = false
|
||
|
|
|
||
|
|
# disable warnings
|
||
|
|
localhost_warning = False
|
||
|
|
|
||
|
|
# load everything from this repo
|
||
|
|
# roles, plugins, vars, etc
|
||
|
|
home = .
|
||
|
|
|
||
|
|
connection_plugins = ./plugins/connection/:./distrobox-ansible/plugins/connection/
|