mirror of
https://codeberg.org/ProgramSnail/config.git
synced 2025-12-05 23:18:42 +00:00
14 lines
330 B
INI
14 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/
|