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
1 changed files with 12 additions and 0 deletions

View File

@ -8,10 +8,13 @@ nodes['kunsi-t470'] = {
'pacman',
'openssh',
'sudo',
'systemd',
'systemd-networkd',
'users',
},
'groups': set(),
'metadata': {
'timezone': 'Europe/Berlin',
'icinga_options': {
'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': {
'default': 'en_DK.UTF-8',
},
@ -32,6 +41,9 @@ nodes['kunsi-t470'] = {
'fish': {},
},
},
'systemd-networkd': {
'enable-resolved': True,
},
'users': {
'kunsi': {
'password': vault.decrypt('encrypt$gAAAAABgLmmuQGRUStrQawoPee-758emIYn2u8-8ebrgzNAFSp7ifeFDdXXvs-zL3QogwNYlCtBHboH2xfy1rSj6OF5bbNO-tg=='),