hyper setup init

This commit is contained in:
m0duspwnens
2024-07-31 15:49:32 -04:00
parent 810be2c9d2
commit 52e52f35f7
4 changed files with 29 additions and 0 deletions

View File

@@ -12,6 +12,7 @@ firewall:
eval: []
fleet: []
heavynode: []
hypervisor: []
idh: []
import: []
localhost:
@@ -471,6 +472,15 @@ firewall:
- elastic_agent_control
- elastic_agent_data
- elastic_agent_update
hypervisor:
portgroups:
- yum
- docker_registry
- influxdb
- elastic_agent_control
- elastic_agent_data
- elastic_agent_update
- sensoroni
customhostgroup0:
portgroups: []
customhostgroup1:
@@ -523,6 +533,9 @@ firewall:
desktop:
portgroups:
- salt_manager
hypervisor:
portgroups:
- salt_manager
self:
portgroups:
- syslog

View File

@@ -82,4 +82,7 @@ fi
'DESKTOP')
so-firewall includehost desktop "$IP" --apply
;;
'HYPERVISOR')
so-firewall includehost hypervisor "$IP" --apply
;;
esac