Korrektur site.yml

This commit is contained in:
Marcus Gillitzer 2020-06-16 10:34:16 +02:00
parent ceb359cbb1
commit c0bd68fbf0
2 changed files with 30 additions and 2 deletions

View File

@ -85,6 +85,8 @@
owner: jetty owner: jetty
group: dba group: dba
mode: '0755' mode: '0755'
notify:
- stopALL
- name: Copy file startALL with owner and permissions - name: Copy file startALL with owner and permissions
copy: copy:
src: ./files/startALL src: ./files/startALL

View File

@ -18,6 +18,22 @@
#- ams_sso #- ams_sso
#- ams_0008_8.0.8.0_AdminServer #- ams_0008_8.0.8.0_AdminServer
#- ams_0013_8.0.9.0 #- ams_0013_8.0.9.0
- ams_0013_8.0.9.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
########################################################## ##########################################################
@ -31,11 +47,14 @@
roles: roles:
#- chrony #- chrony
#- base_installation #- base_installation
#- base_installation
#- git #- git
#- ams_0008_8.0.8.0 #- ams_0008_8.0.8.0
#- ams_sso #- ams_sso
#- ams_0008_8.0.8.0_AdminServer #- ams_0008_8.0.8.0_AdminServer
#- ams_0013_8.0.9.0 #- ams_0013_8.0.9.0
#- ams_0013_8.0.9.0
@ -76,3 +95,10 @@
- ams_0008_8.0.8.0_AdminServer - ams_0008_8.0.8.0_AdminServer
- ams_0013_8.0.9.0 - ams_0013_8.0.9.0