From 6a2c50686b4d3b8ed05f3688ec31148242ddff17 Mon Sep 17 00:00:00 2001 From: Thomas Kleinendorst Date: Mon, 15 Apr 2024 20:56:23 +0200 Subject: [PATCH] Use FQDN for inventory file Note the comment, this will only work when the Pi is setup. --- inventory/hosts | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/inventory/hosts b/inventory/hosts index 8701249..bec64dc 100644 --- a/inventory/hosts +++ b/inventory/hosts @@ -1,2 +1,4 @@ [raspberry_pis] -192.168.50.27 hostname=raspberry-pi-1 +# Notice that domain names won't work on intial runs since the DNS service hosting the name +# is installed as part of the scripting contained within this repo. +raspberry-pi-1.kleinendorst.info hostname=raspberry-pi-1