add more config to rechenmonster

This commit is contained in:
Sophie Schiller 2022-02-18 22:18:27 +01:00
parent 266fd5aaa8
commit 3455e6daa2

View file

@ -1,18 +1,24 @@
nodes['home.rechenmonster'] = {
'hostname': '172.19.138.98',
'bundles': {
# 'smartd',
'basic',
'ipmitool',
'nfs-server',
'smartd',
'systemd',
'systemd-networkd',
'systemd-timers',
'telegraf',
'users',
'zfs',
},
'metadata': {
'interfaces': {
'br0': {
'ips': {
'172.19.138.98',
'172.19.138.98/24',
},
'gateway4': '172.19.138.1',
'ipv6_accept_ra': True,
},
},
@ -47,6 +53,15 @@ nodes['home.rechenmonster'] = {
'/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': {
'module_options': {
'zfs_arc_max_gb': 16,