diff --git a/nodes/home/rechenmonster.py b/nodes/home/rechenmonster.py index fdc4523..93572fb 100644 --- a/nodes/home/rechenmonster.py +++ b/nodes/home/rechenmonster.py @@ -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,