From 31a5994ec7aec62cb5e7a442d4cfe086c6167ed4 Mon Sep 17 00:00:00 2001 From: Noah Knegt Date: Thu, 30 Mar 2023 15:04:53 +0200 Subject: [PATCH] Add ansible user Signed-off-by: Noah Knegt --- inventory/hosts.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/inventory/hosts.yml b/inventory/hosts.yml index 48d1669..f033efa 100644 --- a/inventory/hosts.yml +++ b/inventory/hosts.yml @@ -38,3 +38,5 @@ all: equinox: children: equinox-servers: + ansible_connection: ssh + ansible_user: ansible