14 lines
292 B
INI
14 lines
292 B
INI
[defaults]
|
|
inventory = inventory-infotec
|
|
remote_user = root
|
|
roles_path = ./roles
|
|
callbacks_enabled = timer, profile_tasks, profile_roles
|
|
stdout_callback = yaml
|
|
host_key_checking = False
|
|
|
|
[connection]
|
|
pipelining = true
|
|
|
|
[ssh_connection]
|
|
ssh_args = -o ControlMaster=auto -o ControlPersist=60s
|
|
|