dev #1
1 changed files with 2 additions and 1 deletions
|
@ -2,6 +2,7 @@
|
||||||
inventory = ./inventory/
|
inventory = ./inventory/
|
||||||
host_key_checking = False
|
host_key_checking = False
|
||||||
retry_files_enabled = False
|
retry_files_enabled = False
|
||||||
|
private_key_file = ~/.ssh/ansible_key
|
||||||
|
|
||||||
# Caching-Einstellungen
|
# Caching-Einstellungen
|
||||||
gathering = smart
|
gathering = smart
|
||||||
|
@ -26,4 +27,4 @@ become_ask_pass = False
|
||||||
|
|
||||||
[ssh_connection]
|
[ssh_connection]
|
||||||
ssh_args = -o ControlMaster=auto -o ControlPersist=60s
|
ssh_args = -o ControlMaster=auto -o ControlPersist=60s
|
||||||
pipelining = True
|
pipelining = True
|
Loading…
Add table
Reference in a new issue