This commit is contained in:
2023-12-20 11:38:33 +01:00
parent 3140afbb50
commit e7e3b30d11
4 changed files with 4 additions and 3 deletions

View File

@@ -1,3 +1,4 @@
- import_playbook: stop-retrieval.yml
- import_playbook: start-retrieval.yml
- import_playbook: restart-api.yml

View File

@@ -3,7 +3,6 @@
hosts: databuffer
become: true
tasks:
- name: start daq-dispatcher-node
systemd:
state: started

View File

@@ -1,3 +1,4 @@
- name: Stop nodes
hosts: databuffer
become: true

View File

@@ -4,11 +4,11 @@
become: true
tasks:
- name: stop retrieval
systemd:
systemd:
state: stopped
name: retrieval-00
- name: stop java retrieval
systemd:
systemd:
state: stopped
name: retrieval