nodes/kunsi-t470: add hosts entriesm, set default locale
Some checks failed
bundlewrap/pipeline/head There was a failure building this commit

This commit is contained in:
Franzi 2021-02-18 14:52:06 +01:00
parent f4a644795e
commit e54fd79bcd
Signed by: kunsi
GPG key ID: 12E3D2136B818350

View file

@ -3,6 +3,7 @@
nodes['kunsi-t470'] = {
'hostname': 'localhost',
'bundles': {
'basic',
'pacman',
'openssh',
'sudo',
@ -13,6 +14,18 @@ nodes['kunsi-t470'] = {
'icinga_options': {
'exclude_from_monitoring': True,
},
'hosts': {
'entries': {
# XXX maybe outdated, verify on next train trip
'10.101.64.10': {
'www.wifionice.de',
'wifionice.de',
},
},
},
'locale': {
'default': 'en_DK.UTF-8',
},
'pacman': {
'packages': {
'fish': {},