add default private key location

This commit is contained in:
Kevin Heyer 2025-06-14 14:43:28 +02:00
parent f973808f0c
commit 04ce3e33a0

View file

@ -2,6 +2,7 @@
inventory = ./inventory/
host_key_checking = False
retry_files_enabled = False
private_key_file = ~/.ssh/ansible_key
# Caching-Einstellungen
gathering = smart
@ -26,4 +27,4 @@ become_ask_pass = False
[ssh_connection]
ssh_args = -o ControlMaster=auto -o ControlPersist=60s
pipelining = True
pipelining = True