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

This commit is contained in:
Franzi 2024-02-26 06:33:45 +01:00
parent decbcf9bfd
commit e73dcf16e3
Signed by: kunsi
GPG key ID: 12E3D2136B818350
6 changed files with 7 additions and 6 deletions

View file

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

View file

@ -1,7 +1,7 @@
# Dell Local Node Manager running on <http://172.19.138.20:4679/> # Dell Local Node Manager running on <http://172.19.138.20:4679/>
nodes['home.nas'] = { nodes['home.nas'] = {
'hostname': '172.19.138.20', 'hostname': 'fd90:2017:0:1138::20',
'bundles': { 'bundles': {
'backup-client', 'backup-client',
'dm-crypt', 'dm-crypt',

View file

@ -1,5 +1,5 @@
nodes['home.router'] = { nodes['home.router'] = {
'hostname': '172.19.138.1', 'hostname': 'fd90:2017:0:1138::1',
'bundles': { 'bundles': {
'bird', 'bird',
'kea-dhcp-server', 'kea-dhcp-server',

View file

@ -1,4 +1,4 @@
hostname = "46.101.91.6" hostname = "2a03:b0c0:1:d0::bc2:6001"
groups = [ groups = [
"debian-bullseye", "debian-bullseye",
"dns", "dns",

View file

@ -1,4 +1,4 @@
hostname = "82.165.52.168" hostname = "2001:8d8:1801:7d4::1"
bundles = [ bundles = [
"nodejs", "nodejs",
"powerdnsadmin", "powerdnsadmin",

View file

@ -1,4 +1,4 @@
hostname = "46.102.156.104" hostname = "2a0d:f302:113:73e6::1"
groups = [ groups = [
"debian-bookworm", "debian-bookworm",
"dns", "dns",