From 55ddeb9e3b5f31447564f823b52f8021bac5e499 Mon Sep 17 00:00:00 2001 From: Marcus Gillitzer Date: Wed, 26 May 2021 12:43:41 +0200 Subject: [PATCH] ams_0017_14.1.4.0_Appli/+Adminserver auf QS eingespielt --- playbook.yml | 42 ++++++++++++++++++++++-------------------- 1 file changed, 22 insertions(+), 20 deletions(-) diff --git a/playbook.yml b/playbook.yml index 1a8ca37..4a440a5 100644 --- a/playbook.yml +++ b/playbook.yml @@ -74,29 +74,31 @@ #- ams_0008_8.0.8.0_AdminServer #- ams_0013_8.0.9.0 #- ams_0015_8.0.9.0 + - ams_0017_14.1.4.0 + - ams_0017_14.1.4.0_AdminServer - handlers: - - name: stopALL - command: ./stopALL - args: - chdir: "/home/jetty" - async: 1 - poll: 0 + #handlers: + #- name: stopALL + #command: ./stopALL + #args: + #chdir: "/home/jetty" + #async: 1 + #poll: 0 - - name: Wait for status File Appserver is absent - local_action: - module: wait_for - path: /opt/rola/ams/linux/Appserver/service/rsWebserviceAppserver.status - state: absent - async: 120 - poll: 5 + #- name: Wait for status File Appserver is absent + #local_action: + #module: wait_for + #path: /opt/rola/ams/linux/Appserver/service/rsWebserviceAppserver.status + #state: absent + #async: 120 + #poll: 5 - - name: startALL - command: ./startALL - args: - chdir: "/home/jetty" - async: 120 - poll: 5 + #- name: startALL + #command: ./startALL + #args: + #chdir: "/home/jetty" + #async: 120 + #poll: 5 ##########################################################