You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
542 B
INI
14 lines
542 B
INI
[defaults]
|
|
pipelining = True
|
|
host_key_checking = False
|
|
inventory_plugins = ./inventory_plugins
|
|
callbacks_enabled = profile_tasks
|
|
interpreter_python = auto_silent
|
|
log_path=last_ansible_run
|
|
forks = 30
|
|
# https://issues.arxes-tolina.de/browse/DEV-499?focusedCommentId=93615&page=com.atlassian.jira.plugin.system.issuetabpanels%3Acomment-tabpanel#comment-93615
|
|
# https://github.com/ansible/ansible/issues/30411#issuecomment-766488342
|
|
[ssh_connection]
|
|
ssh_args = -C -o ControlMaster=auto -o ControlPersist=60s -o ServerAliveInterval=30
|
|
retries = 3
|