From 5ada79d7865b4ec4fc11d22863080dabbc99952b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Krist=C3=B3f=20Torma?= Date: Wed, 30 Aug 2023 23:26:33 +0200 Subject: [PATCH] add ansible host --- inventory.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/inventory.yaml b/inventory.yaml index aa915db..2ba70cc 100644 --- a/inventory.yaml +++ b/inventory.yaml @@ -4,12 +4,21 @@ all: commonupdate: hosts: matrix: + ANSIBLE_HOST: matrix.intra.tormakris.dev nexus: + ANSIBLE_HOST: nexus.intra.tormakris.dev monitoring: + ANSIBLE_HOST: monitoring.intra.tormakris.dev guacamole: + ANSIBLE_HOST: guacamole.intra.tormakris.dev nextcloud: + ANSIBLE_HOST: nextcloud.intra.tormakris.dev ytmirror: + ANSIBLE_HOST: ytmirror.intra.tormakris.dev plex: + ANSIBLE_HOST: plex.intra.tormakris.dev zelenka: + ANSIBLE_HOST: zelenka.intra.tormakris.dev bitwarden: + ANSIBLE_HOST: bitwarden.intra.tormakris.dev ...