Revert "change a bunch of nodes to use their ipv6 address as hostname"

This reverts commit e73dcf16e3.
This commit is contained in:
Franzi 2024-02-26 19:12:13 +01:00
parent 661d8895dc
commit 79c4dcdf97
Signed by: kunsi
GPG key ID: 12E3D2136B818350
6 changed files with 6 additions and 7 deletions

View file

@ -1,4 +1,4 @@
hostname = "fd90:2017:0:1138::25"
hostname = "172.19.138.25"
bundles = [
'homeassistant',
'nginx'
@ -25,7 +25,6 @@ api_secret = 'encrypt$gAAAAABjpyuqXLoilokQW5c0zV8shHcOzN1zkEbS-I6WAAX-xDO_OF33Yb
restrict-to = [
'172.19.136.0/25',
'172.19.138.0/24',
'fd90:2017::/32',
]
[metadata.nginx.vhosts.homeassistant]