mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2025-08-18 12:51:31 +02:00
Improve file naming consistency
This commit is contained in:
roles
matrix-bridge-appservice-discord
matrix-bridge-appservice-irc
matrix-bridge-mautrix-facebook
matrix-bridge-mautrix-telegram
matrix-bridge-mautrix-whatsapp
matrix-synapse
tasks
ext
rest-auth
shared-secret-auth
@@ -8,13 +8,13 @@
|
|||||||
- setup-all
|
- setup-all
|
||||||
- setup-appservice-discord
|
- setup-appservice-discord
|
||||||
|
|
||||||
- import_tasks: "{{ role_path }}/tasks/setup-install.yml"
|
- import_tasks: "{{ role_path }}/tasks/setup_install.yml"
|
||||||
when: "run_setup and matrix_appservice_discord_enabled"
|
when: "run_setup and matrix_appservice_discord_enabled"
|
||||||
tags:
|
tags:
|
||||||
- setup-all
|
- setup-all
|
||||||
- setup-appservice-discord
|
- setup-appservice-discord
|
||||||
|
|
||||||
- import_tasks: "{{ role_path }}/tasks/setup-uninstall.yml"
|
- import_tasks: "{{ role_path }}/tasks/setup_uninstall.yml"
|
||||||
when: "run_setup and not matrix_appservice_discord_enabled"
|
when: "run_setup and not matrix_appservice_discord_enabled"
|
||||||
tags:
|
tags:
|
||||||
- setup-all
|
- setup-all
|
||||||
|
@@ -8,13 +8,13 @@
|
|||||||
- setup-all
|
- setup-all
|
||||||
- setup-appservice-irc
|
- setup-appservice-irc
|
||||||
|
|
||||||
- import_tasks: "{{ role_path }}/tasks/setup-install.yml"
|
- import_tasks: "{{ role_path }}/tasks/setup_install.yml"
|
||||||
when: "run_setup and matrix_appservice_irc_enabled"
|
when: "run_setup and matrix_appservice_irc_enabled"
|
||||||
tags:
|
tags:
|
||||||
- setup-all
|
- setup-all
|
||||||
- setup-appservice-irc
|
- setup-appservice-irc
|
||||||
|
|
||||||
- import_tasks: "{{ role_path }}/tasks/setup-uninstall.yml"
|
- import_tasks: "{{ role_path }}/tasks/setup_uninstall.yml"
|
||||||
when: "run_setup and not matrix_appservice_irc_enabled"
|
when: "run_setup and not matrix_appservice_irc_enabled"
|
||||||
tags:
|
tags:
|
||||||
- setup-all
|
- setup-all
|
||||||
|
@@ -8,13 +8,13 @@
|
|||||||
- setup-all
|
- setup-all
|
||||||
- setup-mautrix-facebook
|
- setup-mautrix-facebook
|
||||||
|
|
||||||
- import_tasks: "{{ role_path }}/tasks/setup-install.yml"
|
- import_tasks: "{{ role_path }}/tasks/setup_install.yml"
|
||||||
when: "run_setup and matrix_mautrix_facebook_enabled"
|
when: "run_setup and matrix_mautrix_facebook_enabled"
|
||||||
tags:
|
tags:
|
||||||
- setup-all
|
- setup-all
|
||||||
- setup-mautrix-facebook
|
- setup-mautrix-facebook
|
||||||
|
|
||||||
- import_tasks: "{{ role_path }}/tasks/setup-uninstall.yml"
|
- import_tasks: "{{ role_path }}/tasks/setup_uninstall.yml"
|
||||||
when: "run_setup and not matrix_mautrix_facebook_enabled"
|
when: "run_setup and not matrix_mautrix_facebook_enabled"
|
||||||
tags:
|
tags:
|
||||||
- setup-all
|
- setup-all
|
||||||
|
@@ -8,13 +8,13 @@
|
|||||||
- setup-all
|
- setup-all
|
||||||
- setup-mautrix-telegram
|
- setup-mautrix-telegram
|
||||||
|
|
||||||
- import_tasks: "{{ role_path }}/tasks/setup-install.yml"
|
- import_tasks: "{{ role_path }}/tasks/setup_install.yml"
|
||||||
when: "run_setup and matrix_mautrix_telegram_enabled"
|
when: "run_setup and matrix_mautrix_telegram_enabled"
|
||||||
tags:
|
tags:
|
||||||
- setup-all
|
- setup-all
|
||||||
- setup-mautrix-telegram
|
- setup-mautrix-telegram
|
||||||
|
|
||||||
- import_tasks: "{{ role_path }}/tasks/setup-uninstall.yml"
|
- import_tasks: "{{ role_path }}/tasks/setup_uninstall.yml"
|
||||||
when: "run_setup and not matrix_mautrix_telegram_enabled"
|
when: "run_setup and not matrix_mautrix_telegram_enabled"
|
||||||
tags:
|
tags:
|
||||||
- setup-all
|
- setup-all
|
||||||
|
@@ -2,13 +2,13 @@
|
|||||||
tags:
|
tags:
|
||||||
- always
|
- always
|
||||||
|
|
||||||
- import_tasks: "{{ role_path }}/tasks/setup-install.yml"
|
- import_tasks: "{{ role_path }}/tasks/setup_install.yml"
|
||||||
when: "run_setup and matrix_mautrix_whatsapp_enabled"
|
when: "run_setup and matrix_mautrix_whatsapp_enabled"
|
||||||
tags:
|
tags:
|
||||||
- setup-all
|
- setup-all
|
||||||
- setup-mautrix-whatsapp
|
- setup-mautrix-whatsapp
|
||||||
|
|
||||||
- import_tasks: "{{ role_path }}/tasks/setup-uninstall.yml"
|
- import_tasks: "{{ role_path }}/tasks/setup_uninstall.yml"
|
||||||
when: "run_setup and not matrix_mautrix_whatsapp_enabled"
|
when: "run_setup and not matrix_mautrix_whatsapp_enabled"
|
||||||
tags:
|
tags:
|
||||||
- setup-all
|
- setup-all
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
---
|
---
|
||||||
|
|
||||||
- import_tasks: "{{ role_path }}/tasks/ext/rest-auth/setup-install.yml"
|
- import_tasks: "{{ role_path }}/tasks/ext/rest-auth/setup_install.yml"
|
||||||
when: matrix_synapse_ext_password_provider_rest_auth_enabled
|
when: matrix_synapse_ext_password_provider_rest_auth_enabled
|
||||||
|
|
||||||
- import_tasks: "{{ role_path }}/tasks/ext/rest-auth/setup-uninstall.yml"
|
- import_tasks: "{{ role_path }}/tasks/ext/rest-auth/setup_uninstall.yml"
|
||||||
when: "not matrix_synapse_ext_password_provider_rest_auth_enabled"
|
when: "not matrix_synapse_ext_password_provider_rest_auth_enabled"
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
---
|
---
|
||||||
|
|
||||||
- import_tasks: "{{ role_path }}/tasks/ext/shared-secret-auth/setup-install.yml"
|
- import_tasks: "{{ role_path }}/tasks/ext/shared-secret-auth/setup_install.yml"
|
||||||
when: matrix_synapse_ext_password_provider_shared_secret_auth_enabled
|
when: matrix_synapse_ext_password_provider_shared_secret_auth_enabled
|
||||||
|
|
||||||
- import_tasks: "{{ role_path }}/tasks/ext/shared-secret-auth/setup-uninstall.yml"
|
- import_tasks: "{{ role_path }}/tasks/ext/shared-secret-auth/setup_uninstall.yml"
|
||||||
when: "not matrix_synapse_ext_password_provider_shared_secret_auth_enabled"
|
when: "not matrix_synapse_ext_password_provider_shared_secret_auth_enabled"
|
||||||
|
Reference in New Issue
Block a user