make some bundles arch-compatible, more default packages for arch

This commit is contained in:
Franzi 2021-05-23 12:24:00 +02:00
parent c136c33a58
commit 5a182fadef
Signed by: kunsi
GPG key ID: 12E3D2136B818350
12 changed files with 170 additions and 35 deletions

View file

@ -3,18 +3,12 @@
nodes['kunsi-t470'] = {
'hostname': 'localhost',
'bundles': {
'basic',
'lldp',
'nfs-client',
'pacman',
'openssh',
'sudo',
'systemd',
'systemd-networkd',
'telegraf',
'users',
},
'groups': set(),
'groups': {
'arch',
},
'metadata': {
'timezone': 'Europe/Berlin',
'icinga_options': {
@ -37,6 +31,12 @@ nodes['kunsi-t470'] = {
},
# there is also wlp4s0, but that's managed by netctl
},
'iptables': {
'port_rules': {
# For the occasional file-share using `python -m http.server`
'8000': {'*'},
},
},
'locale': {
'default': 'en_DK.UTF-8',
},
@ -53,9 +53,7 @@ nodes['kunsi-t470'] = {
},
},
'pacman': {
'packages': {
'fish': {},
},
'install_gui': True,
},
'systemd-networkd': {
'enable-resolved': True,