Matrix Docker Ansible eploy
Nelze vybrat více než 25 témat
Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
|
- ---
-
- - 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"
|