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.
15 lines
339 B
15 lines
339 B
5 years ago
|
[defaults]
|
||
|
remote_user = ansible
|
||
|
private_key_file = ssh/id_rsa
|
||
|
ansible_managed = Managed by ansible, manual modifications will be lost
|
||
|
ask_vault_pass = True
|
||
|
remote_tmp = /tmp/.ansible-${USER}/tmp
|
||
|
|
||
|
[privilege_escalation]
|
||
|
become=True
|
||
|
|
||
|
[ssh_connection]
|
||
|
ssh_args = -F ssh/config
|
||
|
control_path = /tmp/ans-ssh-%%C
|
||
|
pipelining = True
|