๐ Ansible playbooks and roles for building an idempotent, interconnected and scalable infrastructure
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
[defaults]
|
|
|
|
interpreter_python = auto_silent
|
|
|
|
stdout_callback = debug
|
|
|
|
use_persistent_connections = true
|
|
|
|
forks = 6
|
|
|
|
internal_poll_interval = 0.01
|
|
|
|
jinja2_native = true
|
|
|
|
no_target_syslog = true
|
|
|
|
verbosity = 1
|
|
|
|
|
|
|
|
[ssh_connection]
|
|
|
|
pipelining = true
|
|
|
|
transfer_method = scp
|
|
|
|
scp_if_ssh = smart
|
|
|
|
ssh_args = -C -o ControlMaster=auto -o ControlPersist=60s -o PreferredAuthentications=publickey,password
|