29 lines
573 B
INI
29 lines
573 B
INI
[defaults]
|
|
# Additional plugins
|
|
lookup_plugins = plugins/lookups
|
|
|
|
gathering = smart
|
|
hostfile = inventory
|
|
host_key_checking = False
|
|
|
|
# Setting forks should be based on your system. The Ansible defaults to 5,
|
|
# the os-lxc-hosts assumes that you have a system that can support
|
|
# OpenStack, thus it has been conservatively been set to 15
|
|
forks = 15
|
|
|
|
# Set color options
|
|
nocolor = 0
|
|
|
|
# SSH timeout
|
|
timeout = 120
|
|
|
|
# ssh_retry connection plugin
|
|
connection_plugins = plugins/connection_plugins
|
|
transport = ssh_retry
|
|
|
|
# [ssh_retry]
|
|
# retries = 3
|
|
|
|
[ssh_connection]
|
|
pipelining = True
|