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', 'backup-client',
'basic', 'basic',
'cron', 'cron',
'iptables',
'molly-guard', 'molly-guard',
'openssh', 'openssh',
'postfix', 'postfix',

View file

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

View file

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

View file

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

View file

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