45 lines
1.6 KiB
INI
45 lines
1.6 KiB
INI
|
# its a pretty broken debugger - fix it
|
||
|
# debug = true
|
||
|
inventory_enabled=yaml
|
||
|
|
||
|
# strategy_plugins = /usr/local/lib/python2.7/site-packages/mitogen-0.2.9-py2.7.egg/ansible_mitogen/plugins/strategy
|
||
|
# strategy_plugins = /usr/local/lib/python2.7/site-packages/ansible_mitogen/plugins/strategy
|
||
|
# do this in the env to make it easy to pop in and out
|
||
|
# strategy = mitogen_linear
|
||
|
|
||
|
# yaml dense unixy yaml oneline selective skippy stderr myyaml actionable
|
||
|
stdout_callback = yaml
|
||
|
# skippy
|
||
|
display_skipped_hosts = no
|
||
|
# stderr
|
||
|
# /usr/local/lib/python2.7/site-packages/ansible/plugins/callback/default.py
|
||
|
display_failed_stderr = yes
|
||
|
|
||
|
log_path = var/tmp/2021/01/10/linuxKick150154/base_proxy.log
|
||
|
# callback_plugins = /g/TestForge/src/ansible/lib/plugins/
|
||
|
# http://docs.ansible.com/ansible/intro_configuration.html#command-warnings
|
||
|
# callback_whitelist = timer
|
||
|
command_warnings = False
|
||
|
deprecation_warnings = False
|
||
|
display_args_to_stdout = False
|
||
|
error_on_undefined_vars = True
|
||
|
|
||
|
force_color = False
|
||
|
|
||
|
#! fatal: [localhost]: FAILED! => {"changed": false, "cmd": "/bin/lsblk --list --noheadings --paths --output NAME,UUID --exclude 2", "msg": "Timer expired after 30 seconds", "rc": 257}
|
||
|
gather_timeout = 120
|
||
|
handler_includes_static = True
|
||
|
# Ansible by default will override variables in specific precedence orders, as described in Variables.
|
||
|
# When a variable of higher precedence wins, it will replace the other value.
|
||
|
#?! hash_behaviour = merged
|
||
|
|
||
|
local_tmp = /var/tmp
|
||
|
# library = /usr/share/ansible
|
||
|
library = /g/TestForge/src/ansible/library
|
||
|
nocows = 0
|
||
|
retry_files_enabled = False
|
||
|
roles_path = /g/TestForge/src/ansible/roles
|
||
|
# exists?
|
||
|
plugins_path = /g/TestForge/src/ansible/library/plugins
|
||
|
|