Skip to content
Snippets Groups Projects
Commit 610c626c authored by Temur Maisuradze's avatar Temur Maisuradze
Browse files

fix missing configs for stop and start targets

parent 1c434c2b
No related branches found
No related tags found
1 merge request!2Dev5
......@@ -6,6 +6,7 @@
- include: start.yml
tags:
- start
- start-cassandra
- init
- include: stop.yml
tags:
......
......@@ -6,6 +6,7 @@
- include: start.yml
tags:
- start
- start-cortex
- init
- include: stop.yml
tags:
......
......@@ -6,6 +6,7 @@
- include: start.yml
tags:
- start
- start-haproxy
- init
- include: stop.yml
tags:
......
......@@ -6,6 +6,7 @@
- include: start.yml
tags:
- start
- start-keycloak
- init
- include: stop.yml
tags:
......
......@@ -6,13 +6,16 @@
- include: start.yml
tags:
- start
- start-misp
- init
- include: config.yml
tags:
- init
- config
- include: stop.yml
tags: stop
tags:
- stop
- stop-misp
- include: update-config.yml
tags:
- update-config
......
......@@ -12,6 +12,7 @@
- include: start.yml
tags:
- start
- start-mysql
- include: stop.yml
tags:
- stop
......
......@@ -6,6 +6,7 @@
- include: start.yml
tags:
- start
- start-nifi
- init
- include: stop.yml
tags:
......
......@@ -6,6 +6,7 @@
- include: start.yml
tags:
- start
- start-odfees
- init
- include: stop.yml
tags:
......
......@@ -6,6 +6,7 @@
- include: start.yml
tags:
- start
- start-odfekibana
- init
- include: stop.yml
tags:
......
......@@ -6,6 +6,7 @@
- include: start.yml
tags:
- start
- start-thehive
- init
- include: adminuser.yml
tags:
......
......@@ -10,7 +10,7 @@
- name: Start soctools cluster
import_playbook: startsoctools.yml
when: "'start' in ansible_run_tags or 'config' in ansible_run_tags"
when: "'start' in ansible_run_tags or 'config' in ansible_run_tags or 'start-thehive' in ansible_run_tags or 'start-keycloak' in ansible_run_tags or 'start-cortex' in ansible_run_tags or 'start-haproxy' in ansible_run_tags or 'start-cassandra' in ansible_run_tags or 'start-filebeat' in ansible_run_tags or 'start-misp' in ansible_run_tags or 'start-mysql' in ansible_run_tags or 'start-nifi' in ansible_run_tags or 'start-odfees' in ansible_run_tags or 'start-odfekibana' in ansible_run_tags"
- name: Stop soctools cluster
import_playbook: stopsoctools.yml
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment