myos/ansible/ansible.cfg

21 lines
326 B
INI
Raw Normal View History

2021-02-09 17:05:00 +01:00
[defaults]
inventory = inventories
roles_path = roles
filter_plugins = plugins/filter
host_key_checking = False
[ssh_connection]
scp_if_ssh = smart
pipelining =True
2021-07-12 21:04:06 +02:00
[colors]
changed = purple
debug = dark gray
deprecate = purple
error = bright red
ok = green
skip = cyan
unreachable = red
verbose = blue
warn = bright purple