From 6d4effa6075322b5b9ddfbc689eb2817b5b3436b Mon Sep 17 00:00:00 2001 From: sotos Date: Wed, 17 Dec 2025 09:07:26 +0100 Subject: [PATCH] =?UTF-8?q?Funktionsf=C3=A4hig?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ansible.cfg | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ansible.cfg b/ansible.cfg index 0da98e1..70c9b68 100644 --- a/ansible.cfg +++ b/ansible.cfg @@ -2,3 +2,5 @@ [defaults] inventory = ansible/inventory.yaml roles_path = ./roles +[ssh_connection] +ssh_args = -o BatchMode=yes -o PreferredAuthentications=publickey \ No newline at end of file