You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
552 B
14 lines
552 B
---
|
|
|
|
- name: Ensure matrix-postgres autoruns and is restarted
|
|
service: name=matrix-postgres enabled=yes state=restarted daemon_reload=yes
|
|
|
|
- name: Ensure matrix-synapse autoruns and is restarted
|
|
service: name=matrix-synapse enabled=yes state=restarted daemon_reload=yes
|
|
|
|
- name: Ensure matrix-riot-web autoruns and is restarted
|
|
service: name=matrix-riot-web enabled=yes state=restarted daemon_reload=yes
|
|
|
|
- name: Ensure matrix-nginx-proxy autoruns and is restarted
|
|
service: name=matrix-nginx-proxy enabled=yes state=restarted daemon_reload=yes
|