mirror of
https://github.com/phfroidmont/self-hosting.git
synced 2025-12-25 13:46:59 +01:00
Remove agent forwarding from ansible config
This commit is contained in:
parent
71e7cc6477
commit
1bc203c96a
1 changed files with 1 additions and 1 deletions
|
|
@ -12,7 +12,7 @@ roles_path = kubespray/roles/
|
||||||
[ssh_connection]
|
[ssh_connection]
|
||||||
control_path = /tmp/ansible-ssh-%%h-%%p-%%r
|
control_path = /tmp/ansible-ssh-%%h-%%p-%%r
|
||||||
pipelining = True
|
pipelining = True
|
||||||
ssh_args = -C -o ControlMaster=auto -o ControlPersist=5m -o ForwardAgent=yes -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null
|
ssh_args = -C -o ControlMaster=auto -o ControlPersist=5m -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null
|
||||||
|
|
||||||
[inventory]
|
[inventory]
|
||||||
enable_plugins = host_list, scaleway, ini, script, yaml
|
enable_plugins = host_list, scaleway, ini, script, yaml
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue