From 82b88994c8d377361a7ec0cf5a5187b11b069a24 Mon Sep 17 00:00:00 2001 From: Jonathan DeMasi Date: Mon, 26 Jan 2026 19:49:29 -0700 Subject: [PATCH] add new DNS entries to test opencloud --- .../production/host_vars/rpi0.home.jthan.io/vars.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/ansible/inventories/production/host_vars/rpi0.home.jthan.io/vars.yaml b/ansible/inventories/production/host_vars/rpi0.home.jthan.io/vars.yaml index f8b1983..c11f819 100644 --- a/ansible/inventories/production/host_vars/rpi0.home.jthan.io/vars.yaml +++ b/ansible/inventories/production/host_vars/rpi0.home.jthan.io/vars.yaml @@ -22,6 +22,15 @@ private_domains: - type: A name: "ldap.home.jthan.io" value: 192.168.1.13 + - type: A + name: "cloud.home.jthan.io" + value: 192.168.1.14 + - type: A + name: "collabora.home.jthan.io" + value: 192.168.1.14 + - type: A + name: "wopiserver.home.jthan.io" + value: 192.168.1.14 - type: A name: "irc.home.jthan.io" value: 192.168.1.99