nodes/kunsi-t470: add hosts entriesm, set default locale
Some checks failed
bundlewrap/pipeline/head There was a failure building this commit
Some checks failed
bundlewrap/pipeline/head There was a failure building this commit
This commit is contained in:
parent
f4a644795e
commit
e54fd79bcd
1 changed files with 13 additions and 0 deletions
|
@ -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': {},
|
||||
|
|
Loading…
Reference in a new issue