add more config to rechenmonster
This commit is contained in:
parent
266fd5aaa8
commit
3455e6daa2
1 changed files with 17 additions and 2 deletions
|
@ -1,18 +1,24 @@
|
||||||
nodes['home.rechenmonster'] = {
|
nodes['home.rechenmonster'] = {
|
||||||
|
'hostname': '172.19.138.98',
|
||||||
'bundles': {
|
'bundles': {
|
||||||
|
# 'smartd',
|
||||||
|
'basic',
|
||||||
|
'ipmitool',
|
||||||
'nfs-server',
|
'nfs-server',
|
||||||
'smartd',
|
|
||||||
'systemd',
|
'systemd',
|
||||||
'systemd-networkd',
|
'systemd-networkd',
|
||||||
'systemd-timers',
|
'systemd-timers',
|
||||||
|
'telegraf',
|
||||||
|
'users',
|
||||||
'zfs',
|
'zfs',
|
||||||
},
|
},
|
||||||
'metadata': {
|
'metadata': {
|
||||||
'interfaces': {
|
'interfaces': {
|
||||||
'br0': {
|
'br0': {
|
||||||
'ips': {
|
'ips': {
|
||||||
'172.19.138.98',
|
'172.19.138.98/24',
|
||||||
},
|
},
|
||||||
|
'gateway4': '172.19.138.1',
|
||||||
'ipv6_accept_ra': True,
|
'ipv6_accept_ra': True,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
@ -47,6 +53,15 @@ nodes['home.rechenmonster'] = {
|
||||||
'/dev/disk/by-id/wwn-0x50025385a01e0795',
|
'/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=='),
|
||||||
|
},
|
||||||
|
},
|
||||||
'zfs': {
|
'zfs': {
|
||||||
'module_options': {
|
'module_options': {
|
||||||
'zfs_arc_max_gb': 16,
|
'zfs_arc_max_gb': 16,
|
||||||
|
|
Loading…
Reference in a new issue