From e62c7ed9a4be8dc8d5fc864c52e257c03cd98544 Mon Sep 17 00:00:00 2001 From: Simon Ebner Date: Wed, 17 Mar 2021 08:56:26 +0100 Subject: [PATCH] add imagebuffer restart script --- operation-tools/restart_imagebuffer.yml | 56 ------------------------- 1 file changed, 56 deletions(-) diff --git a/operation-tools/restart_imagebuffer.yml b/operation-tools/restart_imagebuffer.yml index f68cd0a..b20d553 100644 --- a/operation-tools/restart_imagebuffer.yml +++ b/operation-tools/restart_imagebuffer.yml @@ -1,31 +1,3 @@ -#- name: stop data api -# hosts: data_api -# become: true -# tasks: -# - name: stop data-api -# systemd: -# state: stopped -# name: data-api -# - name: stop nginx -# systemd: -# state: stopped -# name: nginx -# -# -#- name: stop dispatcher api -# hosts: dispatcher_api -# become: true -# tasks: -# - name: stop dispatcher-api -# systemd: -# state: stopped -# name: dispatcher-api -# - name: stop nginx -# systemd: -# state: stopped -# name: nginx - - - name: stop nodes hosts: imagebuffer become: true @@ -76,31 +48,3 @@ systemd: state: started name: daq-query-node - -# -#- name: start data api -# hosts: data_api -# become: true -# tasks: -# - name: start data-api -# systemd: -# state: started -# name: data-api -# - name: start nginx -# systemd: -# state: started -# name: nginx -# -# -#- name: start dispatcher api -# hosts: dispatcher_api -# become: true -# tasks: -# - name: start dispatcher-api -# systemd: -# state: started -# name: dispatcher-api -# - name: start nginx -# systemd: -# state: started -# name: nginx