mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-13 12:42:56 +01:00
Docker URL Fix - Issue #68
This commit is contained in:
@@ -92,13 +92,13 @@ localbrosync:
|
|||||||
|
|
||||||
so-communitybroimage:
|
so-communitybroimage:
|
||||||
cmd.run:
|
cmd.run:
|
||||||
- name: docker pull --disable-content-trust=false soshybridhunter/so-communitybro:HH1.0.3
|
- name: docker pull --disable-content-trust=false docker.io/soshybridhunter/so-communitybro:HH1.0.3
|
||||||
|
|
||||||
so-bro:
|
so-bro:
|
||||||
docker_container.running:
|
docker_container.running:
|
||||||
- require:
|
- require:
|
||||||
- so-communitybroimage
|
- so-communitybroimage
|
||||||
- image: soshybridhunter/so-communitybro:HH1.0.3
|
- image: docker.io/soshybridhunter/so-communitybro:HH1.0.3
|
||||||
- privileged: True
|
- privileged: True
|
||||||
- binds:
|
- binds:
|
||||||
- /nsm/bro/logs:/nsm/bro/logs:rw
|
- /nsm/bro/logs:/nsm/bro/logs:rw
|
||||||
@@ -125,13 +125,13 @@ localbrosync:
|
|||||||
|
|
||||||
so-broimage:
|
so-broimage:
|
||||||
cmd.run:
|
cmd.run:
|
||||||
- name: docker pull --disable-content-trust=false soshybridhunter/so-bro:HH1.1.1
|
- name: docker pull --disable-content-trust=false docker.io/soshybridhunter/so-bro:HH1.1.1
|
||||||
|
|
||||||
so-bro:
|
so-bro:
|
||||||
docker_container.running:
|
docker_container.running:
|
||||||
- require:
|
- require:
|
||||||
- so-broimage
|
- so-broimage
|
||||||
- image: soshybridhunter/so-bro:HH1.1.1
|
- image: docker.io/soshybridhunter/so-bro:HH1.1.1
|
||||||
- privileged: True
|
- privileged: True
|
||||||
- binds:
|
- binds:
|
||||||
- /nsm/bro/logs:/nsm/bro/logs:rw
|
- /nsm/bro/logs:/nsm/bro/logs:rw
|
||||||
|
|||||||
@@ -116,13 +116,13 @@ nginxtmp:
|
|||||||
# Start the core docker
|
# Start the core docker
|
||||||
so-coreimage:
|
so-coreimage:
|
||||||
cmd.run:
|
cmd.run:
|
||||||
- name: docker pull --disable-content-trust=false soshybridhunter/so-core:HH1.1.2
|
- name: docker pull --disable-content-trust=false docker.io/soshybridhunter/so-core:HH1.1.2
|
||||||
|
|
||||||
so-core:
|
so-core:
|
||||||
docker_container.running:
|
docker_container.running:
|
||||||
- require:
|
- require:
|
||||||
- so-coreimage
|
- so-coreimage
|
||||||
- image: soshybridhunter/so-core:HH1.1.2
|
- image: docker.io/soshybridhunter/so-core:HH1.1.2
|
||||||
- hostname: so-core
|
- hostname: so-core
|
||||||
- user: socore
|
- user: socore
|
||||||
- binds:
|
- binds:
|
||||||
@@ -176,13 +176,13 @@ tgrafconf:
|
|||||||
|
|
||||||
so-telegrafimage:
|
so-telegrafimage:
|
||||||
cmd.run:
|
cmd.run:
|
||||||
- name: docker pull --disable-content-trust=false soshybridhunter/so-telegraf:HH1.1.0
|
- name: docker pull --disable-content-trust=false docker.io/soshybridhunter/so-telegraf:HH1.1.0
|
||||||
|
|
||||||
so-telegraf:
|
so-telegraf:
|
||||||
docker_container.running:
|
docker_container.running:
|
||||||
- require:
|
- require:
|
||||||
- so-telegrafimage
|
- so-telegrafimage
|
||||||
- image: soshybridhunter/so-telegraf:HH1.1.0
|
- image: docker.io/soshybridhunter/so-telegraf:HH1.1.0
|
||||||
- environment:
|
- environment:
|
||||||
- HOST_PROC=/host/proc
|
- HOST_PROC=/host/proc
|
||||||
- HOST_ETC=/host/etc
|
- HOST_ETC=/host/etc
|
||||||
@@ -237,13 +237,13 @@ influxdbconf:
|
|||||||
|
|
||||||
so-influximage:
|
so-influximage:
|
||||||
cmd.run:
|
cmd.run:
|
||||||
- name: docker pull --disable-content-trust=false soshybridhunter/so-influxdb:HH1.1.0
|
- name: docker pull --disable-content-trust=false docker.io/soshybridhunter/so-influxdb:HH1.1.0
|
||||||
|
|
||||||
so-influxdb:
|
so-influxdb:
|
||||||
docker_container.running:
|
docker_container.running:
|
||||||
- require:
|
- require:
|
||||||
- so-influximage
|
- so-influximage
|
||||||
- image: soshybridhunter/so-influxdb:HH1.1.0
|
- image: docker.io/soshybridhunter/so-influxdb:HH1.1.0
|
||||||
- hostname: influxdb
|
- hostname: influxdb
|
||||||
- environment:
|
- environment:
|
||||||
- INFLUXDB_HTTP_LOG_ENABLED=false
|
- INFLUXDB_HTTP_LOG_ENABLED=false
|
||||||
@@ -402,11 +402,11 @@ dashboard-{{ SN }}:
|
|||||||
# Install the docker. This needs to be behind nginx at some point
|
# Install the docker. This needs to be behind nginx at some point
|
||||||
so-grafanaimage:
|
so-grafanaimage:
|
||||||
cmd.run:
|
cmd.run:
|
||||||
- name: docker pull --disable-content-trust=false soshybridhunter/so-grafana:HH1.1.0
|
- name: docker pull --disable-content-trust=false docker.io/soshybridhunter/so-grafana:HH1.1.0
|
||||||
|
|
||||||
so-grafana:
|
so-grafana:
|
||||||
docker_container.running:
|
docker_container.running:
|
||||||
- image: soshybridhunter/so-grafana:HH1.1.0
|
- image: docker.io/soshybridhunter/so-grafana:HH1.1.0
|
||||||
- hostname: grafana
|
- hostname: grafana
|
||||||
- user: socore
|
- user: socore
|
||||||
- binds:
|
- binds:
|
||||||
|
|||||||
@@ -114,13 +114,13 @@ curdel:
|
|||||||
|
|
||||||
so-curatorimage:
|
so-curatorimage:
|
||||||
cmd.run:
|
cmd.run:
|
||||||
- name: docker pull --disable-content-trust=false soshybridhunter/so-curator:HH1.1.0
|
- name: docker pull --disable-content-trust=false docker.io/soshybridhunter/so-curator:HH1.1.0
|
||||||
|
|
||||||
so-curator:
|
so-curator:
|
||||||
docker_container.running:
|
docker_container.running:
|
||||||
- require:
|
- require:
|
||||||
- so-curatorimage
|
- so-curatorimage
|
||||||
- image: soshybridhunter/so-curator:HH1.1.0
|
- image: docker.io/soshybridhunter/so-curator:HH1.1.0
|
||||||
- hostname: curator
|
- hostname: curator
|
||||||
- name: so-curator
|
- name: so-curator
|
||||||
- user: curator
|
- user: curator
|
||||||
|
|||||||
@@ -111,13 +111,13 @@ elastaconf:
|
|||||||
|
|
||||||
so-elastalertimage:
|
so-elastalertimage:
|
||||||
cmd.run:
|
cmd.run:
|
||||||
- name: docker pull --disable-content-trust=false soshybridhunter/so-elastalert:HH1.1.1
|
- name: docker pull --disable-content-trust=false docker.io/soshybridhunter/so-elastalert:HH1.1.1
|
||||||
|
|
||||||
so-elastalert:
|
so-elastalert:
|
||||||
docker_container.running:
|
docker_container.running:
|
||||||
- require:
|
- require:
|
||||||
- so-elastalertimage
|
- so-elastalertimage
|
||||||
- image: soshybridhunter/so-elastalert:HH1.1.1
|
- image: docker.io/soshybridhunter/so-elastalert:HH1.1.1
|
||||||
- hostname: elastalert
|
- hostname: elastalert
|
||||||
- name: so-elastalert
|
- name: so-elastalert
|
||||||
- user: elastalert
|
- user: elastalert
|
||||||
|
|||||||
@@ -92,13 +92,13 @@ eslogdir:
|
|||||||
|
|
||||||
so-elasticsearchimage:
|
so-elasticsearchimage:
|
||||||
cmd.run:
|
cmd.run:
|
||||||
- name: docker pull --disable-content-trust=false soshybridhunter/so-elasticsearch:HH1.1.0
|
- name: docker pull --disable-content-trust=false docker.io/soshybridhunter/so-elasticsearch:HH1.1.0
|
||||||
|
|
||||||
so-elasticsearch:
|
so-elasticsearch:
|
||||||
docker_container.running:
|
docker_container.running:
|
||||||
- require:
|
- require:
|
||||||
- so-elasticsearchimage
|
- so-elasticsearchimage
|
||||||
- image: soshybridhunter/so-elasticsearch:HH1.1.0
|
- image: docker.io/soshybridhunter/so-elasticsearch:HH1.1.0
|
||||||
- hostname: elasticsearch
|
- hostname: elasticsearch
|
||||||
- name: so-elasticsearch
|
- name: so-elasticsearch
|
||||||
- user: elasticsearch
|
- user: elasticsearch
|
||||||
@@ -155,13 +155,13 @@ freqlogdir:
|
|||||||
|
|
||||||
so-freqimage:
|
so-freqimage:
|
||||||
cmd.run:
|
cmd.run:
|
||||||
- name: docker pull --disable-content-trust=false soshybridhunter/so-freqserver:HH1.0.3
|
- name: docker pull --disable-content-trust=false docker.io/soshybridhunter/so-freqserver:HH1.0.3
|
||||||
|
|
||||||
so-freq:
|
so-freq:
|
||||||
docker_container.running:
|
docker_container.running:
|
||||||
- require:
|
- require:
|
||||||
- so-freqimage
|
- so-freqimage
|
||||||
- image: soshybridhunter/so-freqserver:HH1.0.3
|
- image: docker.io/soshybridhunter/so-freqserver:HH1.0.3
|
||||||
- hostname: freqserver
|
- hostname: freqserver
|
||||||
- name: so-freqserver
|
- name: so-freqserver
|
||||||
- user: freqserver
|
- user: freqserver
|
||||||
@@ -197,13 +197,13 @@ dstatslogdir:
|
|||||||
|
|
||||||
so-domainstatsimage:
|
so-domainstatsimage:
|
||||||
cmd.run:
|
cmd.run:
|
||||||
- name: docker pull --disable-content-trust=false soshybridhunter/so-domainstats:HH1.0.3
|
- name: docker pull --disable-content-trust=false docker.io/soshybridhunter/so-domainstats:HH1.0.3
|
||||||
|
|
||||||
so-domainstats:
|
so-domainstats:
|
||||||
docker_container.running:
|
docker_container.running:
|
||||||
- require:
|
- require:
|
||||||
- so-domainstatsimage
|
- so-domainstatsimage
|
||||||
- image: soshybridhunter/so-domainstats:HH1.0.3
|
- image: docker.io/soshybridhunter/so-domainstats:HH1.0.3
|
||||||
- hostname: domainstats
|
- hostname: domainstats
|
||||||
- name: so-domainstats
|
- name: so-domainstats
|
||||||
- user: domainstats
|
- user: domainstats
|
||||||
|
|||||||
@@ -58,13 +58,13 @@ filebeatconfsync:
|
|||||||
|
|
||||||
so-filebeatimage:
|
so-filebeatimage:
|
||||||
cmd.run:
|
cmd.run:
|
||||||
- name: docker pull --disable-content-trust=false soshybridhunter/so-filebeat:HH1.1.1
|
- name: docker pull --disable-content-trust=false docker.io/soshybridhunter/so-filebeat:HH1.1.1
|
||||||
|
|
||||||
so-filebeat:
|
so-filebeat:
|
||||||
docker_container.running:
|
docker_container.running:
|
||||||
- require:
|
- require:
|
||||||
- so-filebeatimage
|
- so-filebeatimage
|
||||||
- image: soshybridhunter/so-filebeat:HH1.1.1
|
- image: docker.io/soshybridhunter/so-filebeat:HH1.1.1
|
||||||
- hostname: so-filebeat
|
- hostname: so-filebeat
|
||||||
- user: root
|
- user: root
|
||||||
- extra_hosts: {{ MASTER }}:{{ MASTERIP }}
|
- extra_hosts: {{ MASTER }}:{{ MASTERIP }}
|
||||||
|
|||||||
@@ -61,13 +61,13 @@ fleetdbpriv:
|
|||||||
|
|
||||||
so-fleetimage:
|
so-fleetimage:
|
||||||
cmd.run:
|
cmd.run:
|
||||||
- name: docker pull --disable-content-trust=false soshybridhunter/so-fleet:HH1.1.0
|
- name: docker pull --disable-content-trust=false docker.io/soshybridhunter/so-fleet:HH1.1.0
|
||||||
|
|
||||||
so-fleet:
|
so-fleet:
|
||||||
docker_container.running:
|
docker_container.running:
|
||||||
- require:
|
- require:
|
||||||
- so-fleetimage
|
- so-fleetimage
|
||||||
- image: soshybridhunter/so-fleet:HH1.1.0
|
- image: docker.io/soshybridhunter/so-fleet:HH1.1.0
|
||||||
- hostname: so-fleet
|
- hostname: so-fleet
|
||||||
- port_bindings:
|
- port_bindings:
|
||||||
- 0.0.0.0:8080:8080
|
- 0.0.0.0:8080:8080
|
||||||
|
|||||||
@@ -29,7 +29,7 @@ docker run \
|
|||||||
--rm \
|
--rm \
|
||||||
--mount type=bind,source=/opt/so/conf/fleet/packages,target=/output \
|
--mount type=bind,source=/opt/so/conf/fleet/packages,target=/output \
|
||||||
--mount type=bind,source=/etc/pki/launcher.crt,target=/var/launcher/launcher.crt \
|
--mount type=bind,source=/etc/pki/launcher.crt,target=/var/launcher/launcher.crt \
|
||||||
soshybridhunter/so-fleet-launcher:HH1.1.0 "$esecret" "$1":8080
|
docker.io/soshybridhunter/so-fleet-launcher:HH1.1.0 "$esecret" "$1":8080
|
||||||
|
|
||||||
cp /opt/so/conf/fleet/packages/launcher.* /opt/so/saltstack/salt/launcher/packages/
|
cp /opt/so/conf/fleet/packages/launcher.* /opt/so/saltstack/salt/launcher/packages/
|
||||||
#Update timestamp on packages webpage
|
#Update timestamp on packages webpage
|
||||||
|
|||||||
@@ -33,13 +33,13 @@ hiveesdata:
|
|||||||
|
|
||||||
so-thehive-esimage:
|
so-thehive-esimage:
|
||||||
cmd.run:
|
cmd.run:
|
||||||
- name: docker pull --disable-content-trust=false soshybridhunter/so-thehive-es:HH1.1.1
|
- name: docker pull --disable-content-trust=false docker.io/soshybridhunter/so-thehive-es:HH1.1.1
|
||||||
|
|
||||||
so-thehive-es:
|
so-thehive-es:
|
||||||
docker_container.running:
|
docker_container.running:
|
||||||
- require:
|
- require:
|
||||||
- so-thehive-esimage
|
- so-thehive-esimage
|
||||||
- image: soshybridhunter/so-thehive-es:HH1.1.1
|
- image: docker.io/soshybridhunter/so-thehive-es:HH1.1.1
|
||||||
- hostname: so-thehive-es
|
- hostname: so-thehive-es
|
||||||
- name: so-thehive-es
|
- name: so-thehive-es
|
||||||
- user: 939
|
- user: 939
|
||||||
@@ -68,7 +68,7 @@ so-thehive-es:
|
|||||||
|
|
||||||
#so-corteximage:
|
#so-corteximage:
|
||||||
# cmd.run:
|
# cmd.run:
|
||||||
# - name: docker pull --disable-content-trust=false soshybridhunter/so-cortex:HH1.0.3
|
# - name: docker pull --disable-content-trust=false docker.io/soshybridhunter/so-cortex:HH1.0.3
|
||||||
|
|
||||||
#so-cortex:
|
#so-cortex:
|
||||||
# docker_container.running:
|
# docker_container.running:
|
||||||
@@ -80,13 +80,13 @@ so-thehive-es:
|
|||||||
|
|
||||||
so-thehiveimage:
|
so-thehiveimage:
|
||||||
cmd.run:
|
cmd.run:
|
||||||
- name: docker pull --disable-content-trust=false soshybridhunter/so-thehive:HH1.1.1
|
- name: docker pull --disable-content-trust=false docker.io/soshybridhunter/so-thehive:HH1.1.1
|
||||||
|
|
||||||
so-thehive:
|
so-thehive:
|
||||||
docker_container.running:
|
docker_container.running:
|
||||||
- require:
|
- require:
|
||||||
- so-thehiveimage
|
- so-thehiveimage
|
||||||
- image: soshybridhunter/so-thehive:HH1.1.1
|
- image: docker.io/soshybridhunter/so-thehive:HH1.1.1
|
||||||
- environment:
|
- environment:
|
||||||
- ELASTICSEARCH_HOST={{ MASTERIP }}
|
- ELASTICSEARCH_HOST={{ MASTERIP }}
|
||||||
- hostname: so-thehive
|
- hostname: so-thehive
|
||||||
|
|||||||
@@ -63,13 +63,13 @@ ruleslink:
|
|||||||
|
|
||||||
so-idstoolsimage:
|
so-idstoolsimage:
|
||||||
cmd.run:
|
cmd.run:
|
||||||
- name: docker pull --disable-content-trust=false soshybridhunter/so-idstools:HH1.1.0
|
- name: docker pull --disable-content-trust=false docker.io/soshybridhunter/so-idstools:HH1.1.0
|
||||||
|
|
||||||
so-idstools:
|
so-idstools:
|
||||||
docker_container.running:
|
docker_container.running:
|
||||||
- require:
|
- require:
|
||||||
- so-idstoolsimage
|
- so-idstoolsimage
|
||||||
- image: soshybridhunter/so-idstools:HH1.1.0
|
- image: docker.io/soshybridhunter/so-idstools:HH1.1.0
|
||||||
- hostname: so-idstools
|
- hostname: so-idstools
|
||||||
- user: socore
|
- user: socore
|
||||||
- binds:
|
- binds:
|
||||||
|
|||||||
@@ -56,14 +56,14 @@ synckibanacustom:
|
|||||||
|
|
||||||
so-kibanaimage:
|
so-kibanaimage:
|
||||||
cmd.run:
|
cmd.run:
|
||||||
- name: docker pull --disable-content-trust=false soshybridhunter/so-kibana:HH1.1.1
|
- name: docker pull --disable-content-trust=false docker.io/soshybridhunter/so-kibana:HH1.1.1
|
||||||
|
|
||||||
# Start the kibana docker
|
# Start the kibana docker
|
||||||
so-kibana:
|
so-kibana:
|
||||||
docker_container.running:
|
docker_container.running:
|
||||||
- require:
|
- require:
|
||||||
- so-kibanaimage
|
- so-kibanaimage
|
||||||
- image: soshybridhunter/so-kibana:HH1.1.1
|
- image: docker.io/soshybridhunter/so-kibana:HH1.1.1
|
||||||
- hostname: kibana
|
- hostname: kibana
|
||||||
- user: kibana
|
- user: kibana
|
||||||
- environment:
|
- environment:
|
||||||
|
|||||||
@@ -148,13 +148,13 @@ lslogdir:
|
|||||||
# Add the container
|
# Add the container
|
||||||
so-logstashimage:
|
so-logstashimage:
|
||||||
cmd.run:
|
cmd.run:
|
||||||
- name: docker pull --disable-content-trust=false soshybridhunter/so-logstash:HH1.1.1
|
- name: docker pull --disable-content-trust=false docker.io/soshybridhunter/so-logstash:HH1.1.1
|
||||||
|
|
||||||
so-logstash:
|
so-logstash:
|
||||||
docker_container.running:
|
docker_container.running:
|
||||||
- require:
|
- require:
|
||||||
- so-logstashimage
|
- so-logstashimage
|
||||||
- image: soshybridhunter/so-logstash:HH1.1.1
|
- image: docker.io/soshybridhunter/so-logstash:HH1.1.1
|
||||||
- hostname: so-logstash
|
- hostname: so-logstash
|
||||||
- name: so-logstash
|
- name: so-logstash
|
||||||
- user: logstash
|
- user: logstash
|
||||||
|
|||||||
@@ -48,14 +48,14 @@ acngcopyconf:
|
|||||||
|
|
||||||
so-acngimage:
|
so-acngimage:
|
||||||
cmd.run:
|
cmd.run:
|
||||||
- name: docker pull --disable-content-trust=false soshybridhunter/so-acng:HH1.1.0
|
- name: docker pull --disable-content-trust=false docker.io/soshybridhunter/so-acng:HH1.1.0
|
||||||
|
|
||||||
# Install the apt-cacher-ng container
|
# Install the apt-cacher-ng container
|
||||||
so-aptcacherng:
|
so-aptcacherng:
|
||||||
docker_container.running:
|
docker_container.running:
|
||||||
- require:
|
- require:
|
||||||
- so-acngimage
|
- so-acngimage
|
||||||
- image: soshybridhunter/so-acng:HH1.1.0
|
- image: docker.io/soshybridhunter/so-acng:HH1.1.0
|
||||||
- hostname: so-acng
|
- hostname: so-acng
|
||||||
- port_bindings:
|
- port_bindings:
|
||||||
- 0.0.0.0:3142:3142
|
- 0.0.0.0:3142:3142
|
||||||
|
|||||||
@@ -50,13 +50,13 @@ mysqldatadir:
|
|||||||
|
|
||||||
so-mysqlimage:
|
so-mysqlimage:
|
||||||
cmd.run:
|
cmd.run:
|
||||||
- name: docker pull --disable-content-trust=false soshybridhunter/so-mysql:HH1.1.0
|
- name: docker pull --disable-content-trust=false docker.io/soshybridhunter/so-mysql:HH1.1.0
|
||||||
|
|
||||||
so-mysql:
|
so-mysql:
|
||||||
docker_container.running:
|
docker_container.running:
|
||||||
- require:
|
- require:
|
||||||
- so-mysqlimage
|
- so-mysqlimage
|
||||||
- image: soshybridhunter/so-mysql:HH1.1.0
|
- image: docker.io/soshybridhunter/so-mysql:HH1.1.0
|
||||||
- hostname: so-mysql
|
- hostname: so-mysql
|
||||||
- user: socore
|
- user: socore
|
||||||
- port_bindings:
|
- port_bindings:
|
||||||
|
|||||||
@@ -96,13 +96,13 @@ stenolog:
|
|||||||
|
|
||||||
so-stenoimage:
|
so-stenoimage:
|
||||||
cmd.run:
|
cmd.run:
|
||||||
- name: docker pull --disable-content-trust=false soshybridhunter/so-steno:HH1.1.1
|
- name: docker pull --disable-content-trust=false docker.io/soshybridhunter/so-steno:HH1.1.1
|
||||||
|
|
||||||
so-steno:
|
so-steno:
|
||||||
docker_container.running:
|
docker_container.running:
|
||||||
- require:
|
- require:
|
||||||
- so-stenoimage
|
- so-stenoimage
|
||||||
- image: soshybridhunter/so-steno:HH1.1.1
|
- image: docker.io/soshybridhunter/so-steno:HH1.1.1
|
||||||
- network_mode: host
|
- network_mode: host
|
||||||
- privileged: True
|
- privileged: True
|
||||||
- port_bindings:
|
- port_bindings:
|
||||||
|
|||||||
@@ -26,13 +26,13 @@ navigatorconfig:
|
|||||||
|
|
||||||
so-playbookimage:
|
so-playbookimage:
|
||||||
cmd.run:
|
cmd.run:
|
||||||
- name: docker pull --disable-content-trust=false soshybridhunter/so-playbook:HH1.1.1
|
- name: docker pull --disable-content-trust=false docker.io/soshybridhunter/so-playbook:HH1.1.1
|
||||||
|
|
||||||
so-playbook:
|
so-playbook:
|
||||||
docker_container.running:
|
docker_container.running:
|
||||||
- require:
|
- require:
|
||||||
- so-playbookimage
|
- so-playbookimage
|
||||||
- image: soshybridhunter/so-playbook:HH1.1.1
|
- image: docker.io/soshybridhunter/so-playbook:HH1.1.1
|
||||||
- hostname: playbook
|
- hostname: playbook
|
||||||
- name: so-playbook
|
- name: so-playbook
|
||||||
- binds:
|
- binds:
|
||||||
@@ -42,13 +42,13 @@ so-playbook:
|
|||||||
|
|
||||||
so-navigatorimage:
|
so-navigatorimage:
|
||||||
cmd.run:
|
cmd.run:
|
||||||
- name: docker pull --disable-content-trust=false soshybridhunter/so-navigator:HH1.1.1
|
- name: docker pull --disable-content-trust=false docker.io/soshybridhunter/so-navigator:HH1.1.1
|
||||||
|
|
||||||
so-navigator:
|
so-navigator:
|
||||||
docker_container.running:
|
docker_container.running:
|
||||||
- require:
|
- require:
|
||||||
- so-navigatorimage
|
- so-navigatorimage
|
||||||
- image: soshybridhunter/so-navigator:HH1.1.1
|
- image: docker.io/soshybridhunter/so-navigator:HH1.1.1
|
||||||
- hostname: navigator
|
- hostname: navigator
|
||||||
- name: so-navigator
|
- name: so-navigator
|
||||||
- binds:
|
- binds:
|
||||||
|
|||||||
@@ -46,13 +46,13 @@ redisconfsync:
|
|||||||
|
|
||||||
so-redisimage:
|
so-redisimage:
|
||||||
cmd.run:
|
cmd.run:
|
||||||
- name: docker pull --disable-content-trust=false soshybridhunter/so-redis:HH1.1.0
|
- name: docker pull --disable-content-trust=false docker.io/soshybridhunter/so-redis:HH1.1.0
|
||||||
|
|
||||||
so-redis:
|
so-redis:
|
||||||
docker_container.running:
|
docker_container.running:
|
||||||
- require:
|
- require:
|
||||||
- so-redisimage
|
- so-redisimage
|
||||||
- image: soshybridhunter/so-redis:HH1.1.0
|
- image: docker.io/soshybridhunter/so-redis:HH1.1.0
|
||||||
- hostname: so-redis
|
- hostname: so-redis
|
||||||
- user: socore
|
- user: socore
|
||||||
- port_bindings:
|
- port_bindings:
|
||||||
|
|||||||
@@ -29,13 +29,13 @@ sensoronisync:
|
|||||||
|
|
||||||
so-sensoroniimage:
|
so-sensoroniimage:
|
||||||
cmd.run:
|
cmd.run:
|
||||||
- name: docker pull --disable-content-trust=false soshybridhunter/so-sensoroni:HH1.1.1
|
- name: docker pull --disable-content-trust=false docker.io/soshybridhunter/so-sensoroni:HH1.1.1
|
||||||
|
|
||||||
so-sensoroni:
|
so-sensoroni:
|
||||||
docker_container.running:
|
docker_container.running:
|
||||||
- require:
|
- require:
|
||||||
- so-sensoroniimage
|
- so-sensoroniimage
|
||||||
- image: soshybridhunter/so-sensoroni:HH1.1.1
|
- image: docker.io/soshybridhunter/so-sensoroni:HH1.1.1
|
||||||
- hostname: sensoroni
|
- hostname: sensoroni
|
||||||
- name: so-sensoroni
|
- name: so-sensoroni
|
||||||
- binds:
|
- binds:
|
||||||
|
|||||||
@@ -40,13 +40,13 @@ navigatordefaultlayer:
|
|||||||
|
|
||||||
so-soctopusimage:
|
so-soctopusimage:
|
||||||
cmd.run:
|
cmd.run:
|
||||||
- name: docker pull --disable-content-trust=false soshybridhunter/so-soctopus:HH1.1.1
|
- name: docker pull --disable-content-trust=false docker.io/soshybridhunter/so-soctopus:HH1.1.1
|
||||||
|
|
||||||
so-soctopus:
|
so-soctopus:
|
||||||
docker_container.running:
|
docker_container.running:
|
||||||
- require:
|
- require:
|
||||||
- so-soctopusimage
|
- so-soctopusimage
|
||||||
- image: soshybridhunter/so-soctopus:HH1.1.1
|
- image: docker.io/soshybridhunter/so-soctopus:HH1.1.1
|
||||||
- hostname: soctopus
|
- hostname: soctopus
|
||||||
- name: so-soctopus
|
- name: so-soctopus
|
||||||
- binds:
|
- binds:
|
||||||
|
|||||||
@@ -72,13 +72,13 @@ suriconfigsync:
|
|||||||
|
|
||||||
so-suricataimage:
|
so-suricataimage:
|
||||||
cmd.run:
|
cmd.run:
|
||||||
- name: docker pull --disable-content-trust=false soshybridhunter/so-suricata:HH1.1.1
|
- name: docker pull --disable-content-trust=false docker.io/soshybridhunter/so-suricata:HH1.1.1
|
||||||
|
|
||||||
so-suricata:
|
so-suricata:
|
||||||
docker_container.running:
|
docker_container.running:
|
||||||
- require:
|
- require:
|
||||||
- so-suricataimage
|
- so-suricataimage
|
||||||
- image: soshybridhunter/so-suricata:HH1.1.1
|
- image: docker.io/soshybridhunter/so-suricata:HH1.1.1
|
||||||
- privileged: True
|
- privileged: True
|
||||||
- environment:
|
- environment:
|
||||||
- INTERFACE={{ interface }}
|
- INTERFACE={{ interface }}
|
||||||
|
|||||||
@@ -64,13 +64,13 @@ wazuhagentregister:
|
|||||||
|
|
||||||
so-wazuhimage:
|
so-wazuhimage:
|
||||||
cmd.run:
|
cmd.run:
|
||||||
- name: docker pull --disable-content-trust=false soshybridhunter/so-wazuh:HH1.1.0
|
- name: docker pull --disable-content-trust=false docker.io/soshybridhunter/so-wazuh:HH1.1.0
|
||||||
|
|
||||||
so-wazuh:
|
so-wazuh:
|
||||||
docker_container.running:
|
docker_container.running:
|
||||||
- require:
|
- require:
|
||||||
- so-wazuhimage
|
- so-wazuhimage
|
||||||
- image: soshybridhunter/so-wazuh:HH1.1.0
|
- image: docker.io/soshybridhunter/so-wazuh:HH1.1.0
|
||||||
- hostname: {{HOSTNAME}}-wazuh-manager
|
- hostname: {{HOSTNAME}}-wazuh-manager
|
||||||
- name: so-wazuh
|
- name: so-wazuh
|
||||||
- detach: True
|
- detach: True
|
||||||
|
|||||||
Reference in New Issue
Block a user