update TheHive init

This commit is contained in:
Wes Lambert
2020-01-23 18:35:04 +00:00
parent dc0c92fb92
commit d2c9689b44

View File

@@ -83,16 +83,11 @@ so-thehive-es:
- 0.0.0.0:9500:9500 - 0.0.0.0:9500:9500
# Install Cortex # Install Cortex
so-corteximage:
cmd.run:
- name: docker pull --disable-content-trust=false docker.io/soshybridhunter/so-thehive-cortex:HH1.1.3
so-cortex: so-cortex:
docker_container.running: docker_container.running:
- require: - require:
- so-corteximage - so-corteximage
- image: docker.io/soshybridhunter/so-thehive-cortex:HH1.1.3 - image: {{ MASTER }}:5000/soshybridhunter/so-thehive-cortex:HH{{ VERSION }}
- hostname: so-cortex - hostname: so-cortex
- name: so-cortex - name: so-cortex
- user: 939 - user: 939
@@ -107,15 +102,11 @@ cortexscript:
- cwd: /opt/so - cwd: /opt/so
- template: jinja - template: jinja
so-thehiveimage:
cmd.run:
- 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: docker.io/soshybridhunter/so-thehive:HH1.1.1 - image: {{ MASTER }}:5000/soshybridhunter/so-thehive:HH{{ VERSION }}
- environment: - environment:
- ELASTICSEARCH_HOST={{ MASTERIP }} - ELASTICSEARCH_HOST={{ MASTERIP }}
- hostname: so-thehive - hostname: so-thehive