fix: speed up ansible bootstrap
This commit is contained in:
@@ -6,6 +6,11 @@ roles_path = roles
|
||||
stdout_callback = default
|
||||
result_format = yaml
|
||||
interpreter_python = auto_silent
|
||||
forks = 20
|
||||
|
||||
[ssh_connection]
|
||||
pipelining = True
|
||||
ssh_args = -o ControlMaster=auto -o ControlPersist=60s -o ServerAliveInterval=30 -o ServerAliveCountMax=6
|
||||
|
||||
[privilege_escalation]
|
||||
become = True
|
||||
|
||||
Reference in New Issue
Block a user