Skip to content
Snippets Groups Projects
Commit 70f89f30 authored by root's avatar root
Browse files

replace tag: update-haproxy-config with update-haproxy-config-acl

parent 45a3a529
No related branches found
No related tags found
No related merge requests found
...@@ -33,7 +33,7 @@ Update configuration files in docker containers using Ansible ...@@ -33,7 +33,7 @@ Update configuration files in docker containers using Ansible
`ansible-playbook -i inventories soctools.yml -t update-thehive-config` `ansible-playbook -i inventories soctools.yml -t update-thehive-config`
`ansible-playbook -i inventories soctools.yml -t update-cortex-config` `ansible-playbook -i inventories soctools.yml -t update-cortex-config`
`ansible-playbook -i inventories soctools.yml -t update-cassandra-config` `ansible-playbook -i inventories soctools.yml -t update-cassandra-config`
`ansible-playbook -i inventories soctools.yml -t update-haproxy-config` `ansible-playbook -i inventories soctools.yml -t update-haproxy-config-acl`
`ansible-playbook -i inventories soctools.yml -t update-filebeat-config` `ansible-playbook -i inventories soctools.yml -t update-filebeat-config`
`ansible-playbook -i inventories soctools.yml -t update-nifi-config` `ansible-playbook -i inventories soctools.yml -t update-nifi-config`
`ansible-playbook -i inventories soctools.yml -t update-odfees-config` `ansible-playbook -i inventories soctools.yml -t update-odfees-config`
......
...@@ -15,10 +15,10 @@ ...@@ -15,10 +15,10 @@
- include: update-config.yml - include: update-config.yml
tags: tags:
- update-config - update-config
- update-haproxy-config - update-haproxy-config-acl
- include: restart.yml - include: restart.yml
tags: tags:
- restart - restart
- restart-haproxy - restart-haproxy
- update-config - update-config
- update-haproxy-config - update-haproxy-config-acl
...@@ -18,7 +18,7 @@ ...@@ -18,7 +18,7 @@
- name: Update soctools cluster configs - name: Update soctools cluster configs
import_playbook: update-config-soctools.yml import_playbook: update-config-soctools.yml
when: "'update-config' in ansible_run_tags or 'update-keycloak-config' in ansible_run_tags or 'update-thehive-config' in ansible_run_tags or 'update-cortex-config' in ansible_run_tags or 'update-haproxy-config' in ansible_run_tags or 'update-cassandra-config' in ansible_run_tags or 'update-filebeat-config' in ansible_run_tags or 'update-misp-config' in ansible_run_tags or 'update-mysql-config' in ansible_run_tags or 'update-nifi-config' in ansible_run_tags or 'update-odfees-config' in ansible_run_tags or 'update-odfekibana-config' in ansible_run_tags" when: "'update-config' in ansible_run_tags or 'update-keycloak-config' in ansible_run_tags or 'update-thehive-config' in ansible_run_tags or 'update-cortex-config' in ansible_run_tags or 'update-haproxy-config-acl' in ansible_run_tags or 'update-cassandra-config' in ansible_run_tags or 'update-filebeat-config' in ansible_run_tags or 'update-misp-config' in ansible_run_tags or 'update-mysql-config' in ansible_run_tags or 'update-nifi-config' in ansible_run_tags or 'update-odfees-config' in ansible_run_tags or 'update-odfekibana-config' in ansible_run_tags"
- name: restart soctools cluster servics - name: restart soctools cluster servics
import_playbook: restart-soctools.yml import_playbook: restart-soctools.yml
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment