heavynode firewall rules

This commit is contained in:
m0duspwnens
2020-08-14 15:58:59 -04:00
parent eb6b2f6ca0
commit 47faee48a6

View File

@@ -442,16 +442,24 @@ role:
chain: chain:
DOCKER-USER: DOCKER-USER:
hostgroups: hostgroups:
self: manager:
portgroups: portgroups:
- {{ portgroups.redis }} - {{ portgroups.elasticsearch_node }}
- {{ portgroups.beats_5044 }} dockernet:
- {{ portgroups.beats_5644 }} portgroups:
- {{ portgroups.elasticsearch_node }}
- {{ portgroups.elasticsearch_rest }}
elasticsearch_rest:
portgroups:
- {{ portgroups.elasticsearch_rest }}
INPUT: INPUT:
hostgroups: hostgroups:
anywhere: anywhere:
portgroups: portgroups:
- {{ portgroups.ssh }} - {{ portgroups.ssh }}
dockernet:
portgroups:
- {{ portgroups.all }}
localhost: localhost:
portgroups: portgroups:
- {{ portgroups.all }} - {{ portgroups.all }}