From 95cd758511030948d55e08e0a83304aafa941e0d Mon Sep 17 00:00:00 2001 From: Gabriel Simmer Date: Fri, 14 Jul 2023 16:33:56 +0100 Subject: [PATCH] Use Tailscale hostnames in ansible inventory --- ansible/inventory | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/ansible/inventory b/ansible/inventory index 975dee4..daa05e8 100644 --- a/ansible/inventory +++ b/ansible/inventory @@ -1,15 +1,14 @@ -[hetzk3s] -100.65.241.12 ansible_user=root - [homelab] -100.120.232.77 # K3S control Pi -100.103.185.70 # Secondary Pi in cluster +seattle # K3S control Pi +# kelowna # Secondary Pi in cluster + +[nas] +vancouver [oracle] -100.108.178.121 ansible_user=ubuntu # Minecraft Server -100.102.227.88 ansible_user=ubuntu # Uptime Kuma +minecraft-server ansible_user=ubuntu # Minecraft Server +uptime-kuma ansible_user=ubuntu # Uptime Kuma [debian:children] -hetzk3s homelab oracle \ No newline at end of file