Este site funciona melhor com JavaScript.
Página inicial
Explorar
Ajuda
Acessar
overmind
/
matrix-docker-ansible-deploy
espelhamento de
https://github.com/spantaleev/matrix-docker-ansible-deploy
Observar
1
Favorito
0
Fork
0
Código
Issues
0
Versões
0
Wiki
Atividade
Ver código fonte
Skip some uninstall tasks if not necessary to run
pull/116/head
Slavi Pantaleev
7 anos atrás
pai
b066f8a0d8
commit
2d56ff0afa
6 arquivos alterados
com
6 adições
e
0 exclusões
Visão dividida
Opções de diferenças
Mostrar estatísticas
Baixar arquivo de patch
Baixar arquivo de diferenças
+1
-0
roles/matrix-corporal/tasks/setup_corporal.yml
+1
-0
roles/matrix-coturn/tasks/setup_coturn.yml
+1
-0
roles/matrix-mailer/tasks/setup_mailer.yml
+1
-0
roles/matrix-nginx-proxy/tasks/setup_nginx_proxy.yml
+1
-0
roles/matrix-riot-web/tasks/setup_riot_web.yml
+1
-0
roles/matrix-synapse/tasks/setup_synapse_goofys.yml
+ 1
- 0
roles/matrix-corporal/tasks/setup_corporal.yml
Ver arquivo
@@ -51,6 +51,7 @@
stat:
path: "/etc/systemd/system/matrix-corporal.service"
register: matrix_corporal_service_stat
when: "not matrix_corporal_enabled"
- name: Ensure matrix-corporal is stopped
service:
+ 1
- 0
roles/matrix-coturn/tasks/setup_coturn.yml
Ver arquivo
@@ -58,6 +58,7 @@
stat:
path: "/etc/systemd/system/matrix-coturn.service"
register: matrix_coturn_service_stat
when: "not matrix_coturn_enabled"
- name: Ensure matrix-coturn is stopped
service:
+ 1
- 0
roles/matrix-mailer/tasks/setup_mailer.yml
Ver arquivo
@@ -46,6 +46,7 @@
stat:
path: "/etc/systemd/system/matrix-mailer.service"
register: matrix_mailer_service_stat
when: "not matrix_mailer_enabled"
- name: Ensure matrix-mailer is stopped
service:
+ 1
- 0
roles/matrix-nginx-proxy/tasks/setup_nginx_proxy.yml
Ver arquivo
@@ -132,6 +132,7 @@
stat:
path: "/etc/systemd/system/matrix-nginx-proxy.service"
register: matrix_nginx_proxy_service_stat
when: "not matrix_nginx_proxy_enabled"
- name: Ensure matrix-nginx-proxy is stopped
service:
+ 1
- 0
roles/matrix-riot-web/tasks/setup_riot_web.yml
Ver arquivo
@@ -60,6 +60,7 @@
stat:
path: "/etc/systemd/system/matrix-riot-web.service"
register: matrix_riot_web_service_stat
when: "not matrix_riot_web_enabled"
- name: Ensure matrix-riot-web is stopped
service:
+ 1
- 0
roles/matrix-synapse/tasks/setup_synapse_goofys.yml
Ver arquivo
@@ -53,6 +53,7 @@
stat:
path: "/etc/systemd/system/matrix-goofys.service"
register: matrix_goofys_service_stat
when: "not matrix_s3_media_store_enabled"
- name: Ensure matrix-goofys is stopped
service:
Escrever
Pré-visualização
Carregando…
Cancelar
Salvar