mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-13 08:23:06 -06:00
DCD-352: Make the service-file installation generic across products.
This commit is contained in:
9
roles/product_startup/tasks/main.yml
Normal file
9
roles/product_startup/tasks/main.yml
Normal file
@@ -0,0 +1,9 @@
|
||||
---
|
||||
|
||||
- name: "Install systemd service file"
|
||||
template:
|
||||
src: "product.service.j2"
|
||||
dest: "/etc/systemd/system/{{ atl_systemd_service_name }}"
|
||||
notify:
|
||||
- Enable Product
|
||||
- Restart Product
|
||||
Reference in New Issue
Block a user