add default private key location
This commit is contained in:
parent
f973808f0c
commit
04ce3e33a0
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
|
||||||
|
|
Loading…
Add table
Reference in a new issue