mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2024-11-06 10:47:32 +01:00
72 lines
2.0 KiB
YAML
72 lines
2.0 KiB
YAML
---
|
|
|
|
- tags:
|
|
- setup-all
|
|
- install-all
|
|
block:
|
|
- ansible.builtin.include_tasks: "{{ role_path }}/tasks/validate_config.yml"
|
|
|
|
- when: ansible_os_family == 'Debian' and matrix_playbook_docker_installation_enabled | bool and matrix_playbook_migration_debian_signedby_migration_enabled | bool
|
|
tags:
|
|
- setup-all
|
|
- install-all
|
|
- setup-docker
|
|
- install-docker
|
|
block:
|
|
- ansible.builtin.include_tasks: "{{ role_path }}/tasks/debian_docker_signedby_migration.yml"
|
|
|
|
- when: ansible_os_family == 'Debian' and matrix_playbook_docker_installation_enabled | bool and matrix_playbook_migration_docker_trusted_gpg_d_migration_enabled | bool
|
|
tags:
|
|
- setup-all
|
|
- install-all
|
|
- setup-docker
|
|
- install-docker
|
|
block:
|
|
- ansible.builtin.include_tasks: "{{ role_path }}/tasks/debian_docker_trusted_gpg_d_migration_migration.yml"
|
|
|
|
- tags:
|
|
- setup-all
|
|
- install-all
|
|
block:
|
|
- ansible.builtin.include_tasks: "{{ role_path }}/tasks/cleanup_usr_local_bin.yml"
|
|
|
|
- tags:
|
|
- setup-all
|
|
- install-all
|
|
block:
|
|
- ansible.builtin.include_tasks: "{{ role_path }}/tasks/cleanup_matrix_static_files_well_known.yml"
|
|
|
|
- tags:
|
|
- setup-all
|
|
- install-all
|
|
block:
|
|
- ansible.builtin.include_tasks: "{{ role_path }}/tasks/cleanup_matrix_static_files_well_known.yml"
|
|
|
|
- tags:
|
|
- setup-all
|
|
- install-all
|
|
block:
|
|
- ansible.builtin.include_tasks: "{{ role_path }}/tasks/uninstall_matrix_nginx_proxy.yml"
|
|
|
|
- when: matrix_playbook_migration_matrix_ssl_uninstallation_enabled | bool
|
|
tags:
|
|
- setup-all
|
|
- install-all
|
|
block:
|
|
- ansible.builtin.include_tasks: "{{ role_path }}/tasks/uninstall_matrix_ssl.yml"
|
|
|
|
- tags:
|
|
- setup-all
|
|
- install-all
|
|
block:
|
|
- ansible.builtin.include_tasks: "{{ role_path }}/tasks/migrate_matrix_mailer.yml"
|
|
|
|
- when: traefik_enabled | bool
|
|
tags:
|
|
- setup-all
|
|
- install-all
|
|
- setup-traefik
|
|
- install-traefik
|
|
block:
|
|
- ansible.builtin.include_tasks: "{{ role_path }}/tasks/devture_traefik_to_matrix_traefik.yml"
|