From 2bc37ddd07101da9134bf50a6ec1cc38d5c6b1c6 Mon Sep 17 00:00:00 2001 From: Scott Wares Date: Sun, 12 Jul 2026 15:28:16 +0000 Subject: [PATCH] =?UTF-8?q?feat(dns):=20add=20gitlab.lab.home.arpa=20?= =?UTF-8?q?=E2=86=92=20192.168.1.50=20to=20dns=5Frecords?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ansible/inventory/hosts.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/ansible/inventory/hosts.yml b/ansible/inventory/hosts.yml index 908d045..a8f4d62 100644 --- a/ansible/inventory/hosts.yml +++ b/ansible/inventory/hosts.yml @@ -58,6 +58,7 @@ all: m5stack: 192.168.1.71 cores3: 192.168.1.71 # alias — M5Stack Core S3 (ESP32-S3) gitlab-1: 192.168.1.50 # GitLab CE VM on n150-1 + gitlab: 192.168.1.50 # gitlab.lab.home.arpa CNAME-equivalent dns_unfiltered_clients: - { ip: 192.168.1.160, name: h4-core } - { ip: 192.168.1.128, name: rpi5 }