DCD-386: Convert Synchrony startup to new general systemd role.

This commit is contained in:
Steve Smith
2019-05-31 10:57:24 +10:00
parent 9e2eb50a6b
commit 8218547021
7 changed files with 10 additions and 40 deletions

View File

@@ -0,0 +1,15 @@
---
- name: Install the startup wrapper script
copy:
src: start-synchrony
dest: "{{ atl_installation_base }}/bin/start-synchrony"
group: "{{ atl_product_user }}"
mode: "0750"
- name: Install the Synchrony environment settings
template:
src: "atl.synchrony.j2"
dest: "/etc/atl.synchrony"
group: "{{ atl_product_user }}"
mode: "0640"