nodes/kunsi-t470: add bundles systemd and systemd-networkd

This commit is contained in:
Franzi 2021-02-18 17:57:33 +01:00
parent 6e9fb7044a
commit 4be912ac31
Signed by: kunsi
GPG key ID: 12E3D2136B818350

View file

@ -8,10 +8,13 @@ nodes['kunsi-t470'] = {
'pacman', 'pacman',
'openssh', 'openssh',
'sudo', 'sudo',
'systemd',
'systemd-networkd',
'users', 'users',
}, },
'groups': set(), 'groups': set(),
'metadata': { 'metadata': {
'timezone': 'Europe/Berlin',
'icinga_options': { 'icinga_options': {
'exclude_from_monitoring': True, 'exclude_from_monitoring': True,
}, },
@ -24,6 +27,12 @@ nodes['kunsi-t470'] = {
}, },
}, },
}, },
'interfaces': {
'enp0s31f6': {
'dhcp': True,
},
# there is also wlp4s0, but that's managed by netctl
},
'locale': { 'locale': {
'default': 'en_DK.UTF-8', 'default': 'en_DK.UTF-8',
}, },
@ -32,6 +41,9 @@ nodes['kunsi-t470'] = {
'fish': {}, 'fish': {},
}, },
}, },
'systemd-networkd': {
'enable-resolved': True,
},
'users': { 'users': {
'kunsi': { 'kunsi': {
'password': vault.decrypt('encrypt$gAAAAABgLmmuQGRUStrQawoPee-758emIYn2u8-8ebrgzNAFSp7ifeFDdXXvs-zL3QogwNYlCtBHboH2xfy1rSj6OF5bbNO-tg=='), 'password': vault.decrypt('encrypt$gAAAAABgLmmuQGRUStrQawoPee-758emIYn2u8-8ebrgzNAFSp7ifeFDdXXvs-zL3QogwNYlCtBHboH2xfy1rSj6OF5bbNO-tg=='),