From 44f1bf7ea7841b1568ecdd06a2eb4b93af714195 Mon Sep 17 00:00:00 2001 From: Guillem Hernandez Sola Date: Wed, 19 Nov 2025 12:44:59 +0100 Subject: [PATCH] Added yaml inventory --- misc/all-hosts.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/misc/all-hosts.yaml b/misc/all-hosts.yaml index 6397a56..d17047b 100644 --- a/misc/all-hosts.yaml +++ b/misc/all-hosts.yaml @@ -1,3 +1,6 @@ +all: + ansible_python_interpreter: /usr/bin/python3.12 + database: hosts: db_server_1: 192.168.11.20