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'] = { nodes['kunsi-t470'] = {
'hostname': 'localhost', 'hostname': 'localhost',
'bundles': { 'bundles': {
'basic',
'pacman', 'pacman',
'openssh', 'openssh',
'sudo', 'sudo',
@ -13,6 +14,18 @@ nodes['kunsi-t470'] = {
'icinga_options': { 'icinga_options': {
'exclude_from_monitoring': True, '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': { 'pacman': {
'packages': { 'packages': {
'fish': {}, 'fish': {},