From 04ce3e33a036c017de25eae8213fdf0b6d87eea7 Mon Sep 17 00:00:00 2001 From: Kevin Heyer Date: Sat, 14 Jun 2025 14:43:28 +0200 Subject: [PATCH] add default private key location --- ansible.cfg | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ansible.cfg b/ansible.cfg index ebae1c2..e75e998 100644 --- a/ansible.cfg +++ b/ansible.cfg @@ -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 \ No newline at end of file