|
[defaults]
|
|
inventory = inventory/production.yaml
|
|
host_key_checking = False
|
|
remote_user = cifo
|
|
private_key_file = ~/.ssh/id_ed25519
|
|
roles_path = roles
|
|
|
|
[ssh_connection]
|
|
ssh_args = -o ControlMaster=auto -o ControlPersist=60s -o StrictHostKeyChecking=no
|
|
pipelining = True |