12 lines
356 B
INI
12 lines
356 B
INI
[defaults]
|
|
roles_path=./roles:/usr/share/ansible/roles:/etc/ansible/roles
|
|
callback_whitelist = timer, profile_tasks, log_plays
|
|
#log_path= /var/log/ansible/ansible-base.log
|
|
display_args_to_stdout= true
|
|
load_callback_plugins= yes
|
|
|
|
#to keep display output, comment stdout_callback
|
|
#stdout_callback= log_plays
|
|
|
|
; [ssh_connection]
|
|
; ssh_args=-o ForwardAgent=yes |