mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-14 08:53:07 -06:00
DCD-352: First cut of a synchrony startup script.
This commit is contained in:
9
roles/synchrony_startup/handlers/main.yml
Normal file
9
roles/synchrony_startup/handlers/main.yml
Normal file
@@ -0,0 +1,9 @@
|
||||
---
|
||||
|
||||
- name: Restart Synchrony
|
||||
service:
|
||||
name: synchrony.service
|
||||
state: restarted
|
||||
|
||||
- name: Enable Synchrony
|
||||
command: systemctl enable synchrony.service
|
||||
Reference in New Issue
Block a user