mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-08 02:02:50 +01:00
Fix connectivity
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
{% if grains['role'] == 'so-master' %}
|
{% if grains['role'] == 'so-SENSOR' or grains['role'] == 'so-eval' %}
|
||||||
{%- set esclustername = salt['pillar.get']('master:esclustername', '') %}
|
{%- set esclustername = salt['pillar.get']('master:esclustername', '') %}
|
||||||
cluster.name: "{{ esclustername }}"
|
cluster.name: "{{ esclustername }}"
|
||||||
network.host: 0.0.0.0
|
network.host: 0.0.0.0
|
||||||
|
|||||||
@@ -87,7 +87,7 @@ enable_docker_user_established:
|
|||||||
- ctstate: 'RELATED,ESTABLISHED'
|
- ctstate: 'RELATED,ESTABLISHED'
|
||||||
|
|
||||||
# Rules if you are a Master
|
# Rules if you are a Master
|
||||||
{% if grains['role'] == 'so-master' %}
|
{% if grains['role'] == 'so-SENSOR' or grains['role'] == 'so-eval' %}
|
||||||
#This should be more granular
|
#This should be more granular
|
||||||
iptables_allow_master_docker:
|
iptables_allow_master_docker:
|
||||||
iptables.insert:
|
iptables.insert:
|
||||||
|
|||||||
@@ -1338,9 +1338,9 @@ if (whiptail_you_sure); then
|
|||||||
configure_minion eval
|
configure_minion eval
|
||||||
set_node_type
|
set_node_type
|
||||||
node_pillar
|
node_pillar
|
||||||
|
set_initial_firewall_policy
|
||||||
salt_firstcheckin
|
salt_firstcheckin
|
||||||
accept_salt_key_local
|
accept_salt_key_local
|
||||||
set_initial_firewall_policy
|
|
||||||
salt_checkin_message
|
salt_checkin_message
|
||||||
salt_checkin
|
salt_checkin
|
||||||
checkin_at_boot
|
checkin_at_boot
|
||||||
|
|||||||
Reference in New Issue
Block a user