Korrektur site.yml
This commit is contained in:
parent
ceb359cbb1
commit
c0bd68fbf0
@ -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
|
||||||
|
30
site.yml
30
site.yml
@ -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,12 +47,15 @@
|
|||||||
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
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user