add-crowd-support

This commit is contained in:
root
2019-07-11 03:21:58 +00:00
parent f86f7d52f2
commit f60a546ba2
26 changed files with 325 additions and 11 deletions

View File

@@ -4,6 +4,16 @@
template:
src: "product.service.j2"
dest: "/etc/systemd/system/{{ atl_systemd_service_name }}"
when: atl_product_edition != "crowd"
notify:
- Enable Product
- Restart Product
- name: "Install systemd service file for crowd"
template:
src: "crowd.service.j2"
dest: "/etc/systemd/system/{{ atl_systemd_service_name }}"
when: atl_product_edition == "crowd"
notify:
- Enable Product
- Restart Product