Use Tailscale hostnames in ansible inventory

This commit is contained in:
Gabriel Simmer 2023-07-14 16:33:56 +01:00
parent d4f9418569
commit 95cd758511
Signed by: arch
GPG key ID: C81B106D46C5B875

View file

@ -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