Einbau einable/disable_import_cv_xml mit handler

This commit is contained in:
Marcus Gillitzer
2021-07-13 12:40:06 +02:00
parent 204df0fd06
commit eeecc3ff5b
20 changed files with 676 additions and 0 deletions

View File

@ -0,0 +1,20 @@
---
# handlers file for default_role
- name: stop_Imp20
command: /opt/rola/ams/linux/Services/service/rsWebserviceImp20.sh stop
async: 120
poll: 5
- name: check_Imp20
become: true
become_user: jetty
wait_for:
path: /opt/rola/ams/linux/Services/service/rsWebserviceImp20.status
state: absent
async: 120
poll: 5
- name: start_Imp20
command: /opt/rola/ams/linux/Services/service/rsWebserviceImp20.sh start
async: 120
poll: 5