Testaufruf der angelegten Seiten für ams0013 eingebaut
Hiermit kann man über den Aufruf des /test/test.yml prüfen ob die Seiten auch richtig antworten. Wie das aufgerufen wird steht im ReadMe von ams0013_8.0.9.0
This commit is contained in:
@ -4,10 +4,16 @@
|
||||
file:
|
||||
path: /opt/rola/ams/linux/webclient-services/rsAmsBvService-8.0.8.0
|
||||
state: absent
|
||||
notify:
|
||||
- stopALL
|
||||
- startALL
|
||||
- name: Remove a directory /opt/rola/ams/linux/webclient-services/SharedComponents-8.0.8.0/ if it does exist
|
||||
file:
|
||||
path: /opt/rola/ams/linux/webclient-services/SharedComponents-8.0.8.0/
|
||||
state: absent
|
||||
notify:
|
||||
- stopALL
|
||||
- startALL
|
||||
- name: synchronize Folder remote from /sw/AMS/WEB/Lieferung_0013_8.0.9.0_AMS_BBTA1_HF2_BV-Schnittstelle/linux/webclient-services/rsAmsBvService-8.0.9.0 to /opt/rola/ams/linux/webclient-services
|
||||
synchronize:
|
||||
src: /sw/AMS/WEB/Lieferung_0013_8.0.9.0_AMS_BBTA1_HF2_BV-Schnittstelle/linux/webclient-services/rsAmsBvService-8.0.9.0
|
||||
@ -25,13 +31,19 @@
|
||||
owner: jetty
|
||||
group: dba
|
||||
mode: '0644'
|
||||
notify:
|
||||
- stopALL
|
||||
- startALL
|
||||
- name: Template file tech.database.yaml.j2 with owner and permissions
|
||||
template:
|
||||
src: ./templates/tech.database.yaml.j2
|
||||
dest: /opt/rola/ams/linux/webclient-services/rsAmsBvService-8.0.9.0/frameworkconfig/prefs/tech.database.yaml
|
||||
owner: jetty
|
||||
group: dba
|
||||
mode: '0644'
|
||||
mode: '0644'
|
||||
notify:
|
||||
- stopALL
|
||||
- startALL
|
||||
- name: Copy file psc.sh with owner and permissions
|
||||
copy:
|
||||
src: ./files/psc.sh
|
||||
|
Reference in New Issue
Block a user