nodes: iptables for all
All checks were successful
bundlewrap/pipeline/head This commit looks good

This commit is contained in:
Franzi 2021-03-21 11:44:52 +01:00
parent 3bc5e55400
commit 087bc4c669
Signed by: kunsi
GPG key ID: 12E3D2136B818350
5 changed files with 2 additions and 8 deletions

View file

@ -21,6 +21,7 @@ groups['linux'] = {
'backup-client',
'basic',
'cron',
'iptables',
'molly-guard',
'openssh',
'postfix',

View file

@ -1,7 +1,6 @@
nodes['home.downloadhelper'] = {
'hostname': '172.19.138.27',
'bundles': {
'iptables',
'netdata',
'nfs-client',
'transmission',

View file

@ -1,10 +1,7 @@
from bundlewrap.metadata import atomic
nodes['home.router'] = {
'hostname': '172.19.138.1',
'bundles': {
'dhcpd',
'iptables',
'netdata',
'nginx',
'openvpn-client',

View file

@ -6,9 +6,7 @@ nodes['htz-cloud.miniserver'] = {
'debian-buster',
'webserver',
},
'bundles': {
'iptables',
},
'bundles': set(),
'metadata': {
'dummy': True,
'interfaces': {

View file

@ -1,7 +1,6 @@
nodes['ovh.icinga2'] = {
'bundles': {
'icinga2',
'iptables',
'php',
'postgresql',
'simple-icinga-dashboard',