parent
460a3fc863
commit
0395c5e65d
1 changed files with 14 additions and 0 deletions
@ -0,0 +1,14 @@ |
|||||||
|
[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 |
Loading…
Reference in new issue