mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-18 02:43:06 -06:00
Create role to stop product
This commit is contained in:
5
roles/product_stop/tasks/main.yml
Normal file
5
roles/product_stop/tasks/main.yml
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
- name: stop {{ atl_product_family }} {{ atl_product_edition}}
|
||||
service:
|
||||
name: "{{ atl_systemd_service_name }}"
|
||||
state: stopped
|
||||
Reference in New Issue
Block a user