mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-14 08:53:07 -06:00
DCD-224: Add systemd service for jira.
This commit is contained in:
10
roles/jira_startup/tasks/main.yml
Normal file
10
roles/jira_startup/tasks/main.yml
Normal file
@@ -0,0 +1,10 @@
|
||||
---
|
||||
|
||||
- name: Install Jira service file
|
||||
template:
|
||||
src: jira.service.j2
|
||||
dest: /etc/systemd/system/jira.service
|
||||
notify:
|
||||
- Enable Jira
|
||||
- Restart Jira
|
||||
|
||||
Reference in New Issue
Block a user