mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-16 18:03:06 -06:00
Create role to stop product
This commit is contained in:
@@ -12,14 +12,9 @@
|
||||
|
||||
atl_startup_systemd_params:
|
||||
- "LimitNOFILE=16384"
|
||||
|
||||
pre_tasks:
|
||||
- name: stop jira
|
||||
service:
|
||||
name: "{{ atl_systemd_service_name }}"
|
||||
state: stopped
|
||||
|
||||
|
||||
roles:
|
||||
- role: product_stop
|
||||
- role: product_common
|
||||
- role: product_install
|
||||
- role: jira_config
|
||||
|
||||
Reference in New Issue
Block a user