diff --git a/roles/ams_0014_14.0.2.0/templates/rsWebserviceImp20.xml.j2 b/roles/ams_0014_14.0.2.0/templates/rsWebserviceImp20.xml.j2 index fc5af27..10d0fbc 100644 --- a/roles/ams_0014_14.0.2.0/templates/rsWebserviceImp20.xml.j2 +++ b/roles/ams_0014_14.0.2.0/templates/rsWebserviceImp20.xml.j2 @@ -114,6 +114,12 @@ + LOGIN-VERBOSE + CONNECTION + INTERFACE-COMMUNICATION + IMP-INTERFACE + XML-MAPPING + XML-OUTPUT diff --git a/roles/ams_0014_14.0.2.0_AdminServer/tasks/main.yml b/roles/ams_0014_14.0.2.0_AdminServer/tasks/main.yml index af5a2b8..5a1af6c 100644 --- a/roles/ams_0014_14.0.2.0_AdminServer/tasks/main.yml +++ b/roles/ams_0014_14.0.2.0_AdminServer/tasks/main.yml @@ -62,63 +62,63 @@ - name: Copy file psc.sh for Appserveradmin with owner and permissions copy: src: ./files/psc.sh - dest: /home/jetty/test_psc.sh + dest: /home/jetty/psc.sh owner: jetty group: dba mode: '0755' - name: Copy file startadmin for Appserveradmin with owner and permissions copy: src: ./files/startadmin - dest: /home/jetty/test_startadmin + dest: /home/jetty/startadmin owner: jetty group: dba mode: '0755' - name: Copy file startALL for Appserveradmin with owner and permissions copy: src: ./files/startALL - dest: /home/jetty/test_startALL + dest: /home/jetty/startALL owner: jetty group: dba mode: '0755' - name: Copy file startALLwoa for Appserveradmin with owner and permissions copy: src: ./files/startALLwoa - dest: /home/jetty/test_startALLwoa + dest: /home/jetty/startALLwoa owner: jetty group: dba mode: '0755' - name: Copy file startapps for Appserveradmin with owner and permissions copy: src: ./files/startapps - dest: /home/jetty/test_startapps + dest: /home/jetty/startapps owner: jetty group: dba mode: '0755' - name: Copy file stopadmin for Appserveradmin with owner and permissions copy: src: ./files/stopadmin - dest: /home/jetty/test_stopadmin + dest: /home/jetty/stopadmin owner: jetty group: dba mode: '0755' - name: Copy file stopALL for Appserveradmin with owner and permissions copy: src: ./files/stopALL - dest: /home/jetty/test_stopALL + dest: /home/jetty/stopALL owner: jetty group: dba mode: '0755' - name: Copy file stopALLwoa for Appserveradmin with owner and permissions copy: src: ./files/stopALLwoa - dest: /home/jetty/test_stopALLwoa + dest: /home/jetty/stopALLwoa owner: jetty group: dba mode: '0755' - name: Copy file stopapps for Appserveradmin with owner and permissions copy: src: ./files/stopapps - dest: /home/jetty/test_stopapps + dest: /home/jetty/stopapps owner: jetty group: dba mode: '0755' diff --git a/webservers.yml b/webservers.yml deleted file mode 100644 index e69de29..0000000