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

View file

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