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'] = {
|
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': {},
|
||||||
|
|
Loading…
Reference in a new issue