home.rechenmonster: enable smartd, sort metadata
Some checks failed
kunsi/bundlewrap/pipeline/head There was a failure building this commit
Some checks failed
kunsi/bundlewrap/pipeline/head There was a failure building this commit
This commit is contained in:
parent
8434eacd94
commit
75e1ab0db4
1 changed files with 13 additions and 14 deletions
|
@ -1,10 +1,10 @@
|
|||
nodes['home.rechenmonster'] = {
|
||||
'hostname': '172.19.138.98',
|
||||
'bundles': {
|
||||
# 'smartd',
|
||||
'basic',
|
||||
'ipmitool',
|
||||
'nfs-server',
|
||||
'smartd',
|
||||
'systemd',
|
||||
'systemd-networkd',
|
||||
'systemd-timers',
|
||||
|
@ -25,6 +25,18 @@ nodes['home.rechenmonster'] = {
|
|||
'icinga_options': {
|
||||
'exclude_from_monitoring': True,
|
||||
},
|
||||
'nfs-server': {
|
||||
'shares': {
|
||||
'/video': {
|
||||
'172.19.138.0/24': 'ro,all_squash,anonuid=65534,anongid=65534,no_subtree_check',
|
||||
},
|
||||
},
|
||||
},
|
||||
'smartd': {
|
||||
'disks': {
|
||||
'/dev/disk/by-id/wwn-0x50025385a01e0795',
|
||||
},
|
||||
},
|
||||
'systemd-networkd': {
|
||||
'bonds': {
|
||||
'bond0': {
|
||||
|
@ -41,22 +53,9 @@ nodes['home.rechenmonster'] = {
|
|||
},
|
||||
},
|
||||
},
|
||||
'nfs-server': {
|
||||
'shares': {
|
||||
'/video': {
|
||||
'172.19.138.0/24': 'ro,all_squash,anonuid=65534,anongid=65534,no_subtree_check',
|
||||
},
|
||||
},
|
||||
},
|
||||
'smartd': {
|
||||
'disks': {
|
||||
'/dev/disk/by-id/wwn-0x50025385a01e0795',
|
||||
},
|
||||
},
|
||||
'users': {
|
||||
'kunsi': {
|
||||
'password': vault.decrypt('encrypt$gAAAAABgLmmuQGRUStrQawoPee-758emIYn2u8-8ebrgzNAFSp7ifeFDdXXvs-zL3QogwNYlCtBHboH2xfy1rSj6OF5bbNO-tg=='),
|
||||
'shell': '/usr/bin/fish',
|
||||
},
|
||||
'sophie': {
|
||||
'password': vault.decrypt('encrypt$gAAAAABiEAyiedXL6ZnvelOMumhcB73X72SXZhjS_G0EDYVK5-NQ3_J_0h1W1HkFBNe5tShGNmg88jUiULRBn5u2IoiRGiDrYg=='),
|
||||
|
|
Loading…
Reference in a new issue