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 c2d4e4f..d5383c0 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 @@ -29,6 +29,9 @@ private_domains: - type: A name: "storage0.home.jthan.io" value: 192.168.1.3 + - type: A + name: "auth.home.jthan.io" + value: 192.168.1.5 - type: A name: "proxy0.home.jthan.io" value: 192.168.1.7 @@ -74,6 +77,9 @@ private_domains: - type: AAAA name: "docker.home.jthan.io" value: "2602:fb57:c20:b00:be24:11ff:fef4:1b8d" + - type: AAAA + name: "auth.home.jthan.io" + value: "2602:fb57:c20:b00:be24:11ff:fe98:30ba" - type: CNAME name: "ha.home.jthan.io" value: "proxy0.home.jthan.io"