| @@ -66,8 +66,8 @@ | |||||
| force: "{{ omit if ansible_version.major > 2 or ansible_version.minor >= 8 else matrix_backup_borg_docker_image_force_pull }}" | force: "{{ omit if ansible_version.major > 2 or ansible_version.minor >= 8 else matrix_backup_borg_docker_image_force_pull }}" | ||||
| when: "not matrix_backup_borg_container_image_self_build | bool" | when: "not matrix_backup_borg_container_image_self_build | bool" | ||||
| register: result | register: result | ||||
| retries: "{{ matrix_container_retries_count }}" | |||||
| delay: "{{ matrix_container_retries_delay }}" | |||||
| retries: "{{ devture_playbook_help_container_retries_count }}" | |||||
| delay: "{{ devture_playbook_help_container_retries_delay }}" | |||||
| until: result is not failed | until: result is not failed | ||||
| - name: Ensure borg repository is present on self-build | - name: Ensure borg repository is present on self-build | ||||
| @@ -92,14 +92,6 @@ matrix_debian_arch: "{{ 'armhf' if matrix_architecture == 'arm32' else matrix_ar | |||||
| matrix_container_global_registry_prefix: "docker.io/" | matrix_container_global_registry_prefix: "docker.io/" | ||||
| # Each docker pull will retry on failed attempt 10 times with delay of 10 seconds between each attempt. | |||||
| matrix_container_retries_count: 10 | |||||
| matrix_container_retries_delay: 10 | |||||
| # Each get_url will retry on failed attempt 10 times with delay of 10 seconds between each attempt. | |||||
| matrix_geturl_retries_count: 10 | |||||
| matrix_geturl_retries_delay: 10 | |||||
| matrix_user_username: "matrix" | matrix_user_username: "matrix" | ||||
| matrix_user_groupname: "matrix" | matrix_user_groupname: "matrix" | ||||
| @@ -57,8 +57,8 @@ | |||||
| force: "{{ omit if ansible_version.major > 2 or ansible_version.minor >= 8 else matrix_bot_buscarron_docker_image_force_pull }}" | force: "{{ omit if ansible_version.major > 2 or ansible_version.minor >= 8 else matrix_bot_buscarron_docker_image_force_pull }}" | ||||
| when: "not matrix_bot_buscarron_container_image_self_build | bool" | when: "not matrix_bot_buscarron_container_image_self_build | bool" | ||||
| register: result | register: result | ||||
| retries: "{{ matrix_container_retries_count }}" | |||||
| delay: "{{ matrix_container_retries_delay }}" | |||||
| retries: "{{ devture_playbook_help_container_retries_count }}" | |||||
| delay: "{{ devture_playbook_help_container_retries_delay }}" | |||||
| until: result is not failed | until: result is not failed | ||||
| - name: Ensure buscarron repository is present on self-build | - name: Ensure buscarron repository is present on self-build | ||||
| @@ -23,8 +23,8 @@ | |||||
| force_source: "{{ matrix_bot_go_neb_docker_image_force_pull if ansible_version.major > 2 or ansible_version.minor >= 8 else omit }}" | force_source: "{{ matrix_bot_go_neb_docker_image_force_pull if ansible_version.major > 2 or ansible_version.minor >= 8 else omit }}" | ||||
| force: "{{ omit if ansible_version.major > 2 or ansible_version.minor >= 8 else matrix_bot_go_neb_docker_image_force_pull }}" | force: "{{ omit if ansible_version.major > 2 or ansible_version.minor >= 8 else matrix_bot_go_neb_docker_image_force_pull }}" | ||||
| register: result | register: result | ||||
| retries: "{{ matrix_container_retries_count }}" | |||||
| delay: "{{ matrix_container_retries_delay }}" | |||||
| retries: "{{ devture_playbook_help_container_retries_count }}" | |||||
| delay: "{{ devture_playbook_help_container_retries_delay }}" | |||||
| until: result is not failed | until: result is not failed | ||||
| - name: Ensure go-neb config installed | - name: Ensure go-neb config installed | ||||
| @@ -57,8 +57,8 @@ | |||||
| force: "{{ omit if ansible_version.major > 2 or ansible_version.minor >= 8 else matrix_bot_honoroit_docker_image_force_pull }}" | force: "{{ omit if ansible_version.major > 2 or ansible_version.minor >= 8 else matrix_bot_honoroit_docker_image_force_pull }}" | ||||
| when: "not matrix_bot_honoroit_container_image_self_build | bool" | when: "not matrix_bot_honoroit_container_image_self_build | bool" | ||||
| register: result | register: result | ||||
| retries: "{{ matrix_container_retries_count }}" | |||||
| delay: "{{ matrix_container_retries_delay }}" | |||||
| retries: "{{ devture_playbook_help_container_retries_count }}" | |||||
| delay: "{{ devture_playbook_help_container_retries_delay }}" | |||||
| until: result is not failed | until: result is not failed | ||||
| - name: Ensure honoroit repository is present on self-build | - name: Ensure honoroit repository is present on self-build | ||||
| @@ -29,8 +29,8 @@ | |||||
| force: "{{ omit if ansible_version.major > 2 or ansible_version.minor >= 8 else matrix_bot_matrix_registration_bot_docker_image_force_pull }}" | force: "{{ omit if ansible_version.major > 2 or ansible_version.minor >= 8 else matrix_bot_matrix_registration_bot_docker_image_force_pull }}" | ||||
| when: "not matrix_bot_matrix_registration_bot_container_image_self_build | bool" | when: "not matrix_bot_matrix_registration_bot_container_image_self_build | bool" | ||||
| register: result | register: result | ||||
| retries: "{{ matrix_container_retries_count }}" | |||||
| delay: "{{ matrix_container_retries_delay }}" | |||||
| retries: "{{ devture_playbook_help_container_retries_count }}" | |||||
| delay: "{{ devture_playbook_help_container_retries_delay }}" | |||||
| until: result is not failed | until: result is not failed | ||||
| - name: Ensure matrix-registration-bot repository is present on self-build | - name: Ensure matrix-registration-bot repository is present on self-build | ||||
| @@ -50,8 +50,8 @@ | |||||
| force: "{{ omit if ansible_version.major > 2 or ansible_version.minor >= 8 else matrix_bot_matrix_reminder_bot_docker_image_force_pull }}" | force: "{{ omit if ansible_version.major > 2 or ansible_version.minor >= 8 else matrix_bot_matrix_reminder_bot_docker_image_force_pull }}" | ||||
| when: "not matrix_bot_matrix_reminder_bot_container_image_self_build | bool" | when: "not matrix_bot_matrix_reminder_bot_container_image_self_build | bool" | ||||
| register: result | register: result | ||||
| retries: "{{ matrix_container_retries_count }}" | |||||
| delay: "{{ matrix_container_retries_delay }}" | |||||
| retries: "{{ devture_playbook_help_container_retries_count }}" | |||||
| delay: "{{ devture_playbook_help_container_retries_delay }}" | |||||
| until: result is not failed | until: result is not failed | ||||
| - name: Ensure matrix-reminder-bot repository is present on self-build | - name: Ensure matrix-reminder-bot repository is present on self-build | ||||
| @@ -33,8 +33,8 @@ | |||||
| force: "{{ omit if ansible_version.major > 2 or ansible_version.minor >= 8 else matrix_bot_maubot_docker_image_force_pull }}" | force: "{{ omit if ansible_version.major > 2 or ansible_version.minor >= 8 else matrix_bot_maubot_docker_image_force_pull }}" | ||||
| when: "not matrix_bot_maubot_container_image_self_build|bool" | when: "not matrix_bot_maubot_container_image_self_build|bool" | ||||
| register: result | register: result | ||||
| retries: "{{ matrix_container_retries_count }}" | |||||
| delay: "{{ matrix_container_retries_delay }}" | |||||
| retries: "{{ devture_playbook_help_container_retries_count }}" | |||||
| delay: "{{ devture_playbook_help_container_retries_delay }}" | |||||
| until: result is not failed | until: result is not failed | ||||
| - name: Ensure maubot repository is present on self-build | - name: Ensure maubot repository is present on self-build | ||||
| @@ -25,8 +25,8 @@ | |||||
| force: "{{ omit if ansible_version.major > 2 or ansible_version.minor >= 8 else matrix_bot_mjolnir_docker_image_force_pull }}" | force: "{{ omit if ansible_version.major > 2 or ansible_version.minor >= 8 else matrix_bot_mjolnir_docker_image_force_pull }}" | ||||
| when: "not matrix_bot_mjolnir_container_image_self_build | bool" | when: "not matrix_bot_mjolnir_container_image_self_build | bool" | ||||
| register: result | register: result | ||||
| retries: "{{ matrix_container_retries_count }}" | |||||
| delay: "{{ matrix_container_retries_delay }}" | |||||
| retries: "{{ devture_playbook_help_container_retries_count }}" | |||||
| delay: "{{ devture_playbook_help_container_retries_delay }}" | |||||
| until: result is not failed | until: result is not failed | ||||
| - name: Ensure mjolnir repository is present on self-build | - name: Ensure mjolnir repository is present on self-build | ||||
| @@ -53,8 +53,8 @@ | |||||
| force: "{{ omit if ansible_version.major > 2 or ansible_version.minor >= 8 else matrix_bot_postmoogle_docker_image_force_pull }}" | force: "{{ omit if ansible_version.major > 2 or ansible_version.minor >= 8 else matrix_bot_postmoogle_docker_image_force_pull }}" | ||||
| when: "not matrix_bot_postmoogle_container_image_self_build | bool" | when: "not matrix_bot_postmoogle_container_image_self_build | bool" | ||||
| register: result | register: result | ||||
| retries: "{{ matrix_container_retries_count }}" | |||||
| delay: "{{ matrix_container_retries_delay }}" | |||||
| retries: "{{ devture_playbook_help_container_retries_count }}" | |||||
| delay: "{{ devture_playbook_help_container_retries_delay }}" | |||||
| until: result is not failed | until: result is not failed | ||||
| - name: Ensure postmoogle repository is present on self-build | - name: Ensure postmoogle repository is present on self-build | ||||
| @@ -35,8 +35,8 @@ | |||||
| force_source: "{{ matrix_appservice_discord_docker_image_force_pull if ansible_version.major > 2 or ansible_version.minor >= 8 else omit }}" | force_source: "{{ matrix_appservice_discord_docker_image_force_pull if ansible_version.major > 2 or ansible_version.minor >= 8 else omit }}" | ||||
| force: "{{ omit if ansible_version.major > 2 or ansible_version.minor >= 8 else matrix_appservice_discord_docker_image_force_pull }}" | force: "{{ omit if ansible_version.major > 2 or ansible_version.minor >= 8 else matrix_appservice_discord_docker_image_force_pull }}" | ||||
| register: result | register: result | ||||
| retries: "{{ matrix_container_retries_count }}" | |||||
| delay: "{{ matrix_container_retries_delay }}" | |||||
| retries: "{{ devture_playbook_help_container_retries_count }}" | |||||
| delay: "{{ devture_playbook_help_container_retries_delay }}" | |||||
| until: result is not failed | until: result is not failed | ||||
| - name: Ensure AppService Discord paths exist | - name: Ensure AppService Discord paths exist | ||||
| @@ -71,8 +71,8 @@ | |||||
| force: "{{ omit if ansible_version.major > 2 or ansible_version.minor >= 8 else matrix_appservice_irc_docker_image_force_pull }}" | force: "{{ omit if ansible_version.major > 2 or ansible_version.minor >= 8 else matrix_appservice_irc_docker_image_force_pull }}" | ||||
| when: "matrix_appservice_irc_enabled | bool and not matrix_appservice_irc_container_image_self_build | bool" | when: "matrix_appservice_irc_enabled | bool and not matrix_appservice_irc_container_image_self_build | bool" | ||||
| register: result | register: result | ||||
| retries: "{{ matrix_container_retries_count }}" | |||||
| delay: "{{ matrix_container_retries_delay }}" | |||||
| retries: "{{ devture_playbook_help_container_retries_count }}" | |||||
| delay: "{{ devture_playbook_help_container_retries_delay }}" | |||||
| until: result is not failed | until: result is not failed | ||||
| - name: Ensure matrix-appservice-irc repository is present when self-building | - name: Ensure matrix-appservice-irc repository is present when self-building | ||||
| @@ -16,8 +16,8 @@ | |||||
| force: "{{ omit if ansible_version.major > 2 or ansible_version.minor >= 8 else matrix_appservice_kakaotalk_docker_image_force_pull }}" | force: "{{ omit if ansible_version.major > 2 or ansible_version.minor >= 8 else matrix_appservice_kakaotalk_docker_image_force_pull }}" | ||||
| when: not matrix_appservice_kakaotalk_container_image_self_build | when: not matrix_appservice_kakaotalk_container_image_self_build | ||||
| register: result | register: result | ||||
| retries: "{{ matrix_container_retries_count }}" | |||||
| delay: "{{ matrix_container_retries_delay }}" | |||||
| retries: "{{ devture_playbook_help_container_retries_count }}" | |||||
| delay: "{{ devture_playbook_help_container_retries_delay }}" | |||||
| until: result is not failed | until: result is not failed | ||||
| - name: Ensure matrix-appservice-kakaotalk-node image is pulled | - name: Ensure matrix-appservice-kakaotalk-node image is pulled | ||||
| @@ -28,8 +28,8 @@ | |||||
| force: "{{ omit if ansible_version.major > 2 or ansible_version.minor >= 8 else matrix_appservice_kakaotalk_node_docker_image_force_pull }}" | force: "{{ omit if ansible_version.major > 2 or ansible_version.minor >= 8 else matrix_appservice_kakaotalk_node_docker_image_force_pull }}" | ||||
| when: not matrix_appservice_kakaotalk_container_image_self_build | when: not matrix_appservice_kakaotalk_container_image_self_build | ||||
| register: result | register: result | ||||
| retries: "{{ matrix_container_retries_count }}" | |||||
| delay: "{{ matrix_container_retries_delay }}" | |||||
| retries: "{{ devture_playbook_help_container_retries_count }}" | |||||
| delay: "{{ devture_playbook_help_container_retries_delay }}" | |||||
| until: result is not failed | until: result is not failed | ||||
| - name: Ensure matrix-appservice-kakaotalk paths exist | - name: Ensure matrix-appservice-kakaotalk paths exist | ||||
| @@ -39,8 +39,8 @@ | |||||
| force: "{{ omit if ansible_version.major > 2 or ansible_version.minor >= 8 else matrix_appservice_slack_docker_image_force_pull }}" | force: "{{ omit if ansible_version.major > 2 or ansible_version.minor >= 8 else matrix_appservice_slack_docker_image_force_pull }}" | ||||
| when: "not matrix_appservice_slack_container_image_self_build | bool" | when: "not matrix_appservice_slack_container_image_self_build | bool" | ||||
| register: result | register: result | ||||
| retries: "{{ matrix_container_retries_count }}" | |||||
| delay: "{{ matrix_container_retries_delay }}" | |||||
| retries: "{{ devture_playbook_help_container_retries_count }}" | |||||
| delay: "{{ devture_playbook_help_container_retries_delay }}" | |||||
| until: result is not failed | until: result is not failed | ||||
| - name: Ensure matrix-appservice-slack repository is present when self-building | - name: Ensure matrix-appservice-slack repository is present when self-building | ||||
| @@ -22,8 +22,8 @@ | |||||
| force: "{{ omit if ansible_version.major > 2 or ansible_version.minor >= 8 else matrix_appservice_webhooks_docker_image_force_pull }}" | force: "{{ omit if ansible_version.major > 2 or ansible_version.minor >= 8 else matrix_appservice_webhooks_docker_image_force_pull }}" | ||||
| when: "not matrix_appservice_webhooks_container_image_self_build | bool" | when: "not matrix_appservice_webhooks_container_image_self_build | bool" | ||||
| register: result | register: result | ||||
| retries: "{{ matrix_container_retries_count }}" | |||||
| delay: "{{ matrix_container_retries_delay }}" | |||||
| retries: "{{ devture_playbook_help_container_retries_count }}" | |||||
| delay: "{{ devture_playbook_help_container_retries_delay }}" | |||||
| until: result is not failed | until: result is not failed | ||||
| - when: "matrix_appservice_webhooks_container_image_self_build | bool" | - when: "matrix_appservice_webhooks_container_image_self_build | bool" | ||||
| @@ -30,8 +30,8 @@ | |||||
| force: "{{ omit if ansible_version.major > 2 or ansible_version.minor >= 8 else matrix_beeper_linkedin_docker_image_force_pull }}" | force: "{{ omit if ansible_version.major > 2 or ansible_version.minor >= 8 else matrix_beeper_linkedin_docker_image_force_pull }}" | ||||
| when: "not matrix_beeper_linkedin_container_image_self_build | bool" | when: "not matrix_beeper_linkedin_container_image_self_build | bool" | ||||
| register: result | register: result | ||||
| retries: "{{ matrix_container_retries_count }}" | |||||
| delay: "{{ matrix_container_retries_delay }}" | |||||
| retries: "{{ devture_playbook_help_container_retries_count }}" | |||||
| delay: "{{ devture_playbook_help_container_retries_delay }}" | |||||
| until: result is not failed | until: result is not failed | ||||
| - when: "matrix_beeper_linkedin_container_image_self_build | bool" | - when: "matrix_beeper_linkedin_container_image_self_build | bool" | ||||
| @@ -59,8 +59,8 @@ | |||||
| force: "{{ omit if ansible_version.major > 2 or ansible_version.minor >= 8 else matrix_go_skype_bridge_docker_image_force_pull }}" | force: "{{ omit if ansible_version.major > 2 or ansible_version.minor >= 8 else matrix_go_skype_bridge_docker_image_force_pull }}" | ||||
| when: not matrix_go_skype_bridge_container_image_self_build | when: not matrix_go_skype_bridge_container_image_self_build | ||||
| register: result | register: result | ||||
| retries: "{{ matrix_container_retries_count }}" | |||||
| delay: "{{ matrix_container_retries_delay }}" | |||||
| retries: "{{ devture_playbook_help_container_retries_count }}" | |||||
| delay: "{{ devture_playbook_help_container_retries_delay }}" | |||||
| until: result is not failed | until: result is not failed | ||||
| - name: Ensure Go Skype Bridge repository is present on self-build | - name: Ensure Go Skype Bridge repository is present on self-build | ||||
| @@ -7,8 +7,8 @@ | |||||
| force_source: "{{ matrix_heisenbridge_docker_image_force_pull if ansible_version.major > 2 or ansible_version.minor >= 8 else omit }}" | force_source: "{{ matrix_heisenbridge_docker_image_force_pull if ansible_version.major > 2 or ansible_version.minor >= 8 else omit }}" | ||||
| force: "{{ omit if ansible_version.major > 2 or ansible_version.minor >= 8 else matrix_heisenbridge_docker_image_force_pull }}" | force: "{{ omit if ansible_version.major > 2 or ansible_version.minor >= 8 else matrix_heisenbridge_docker_image_force_pull }}" | ||||
| register: result | register: result | ||||
| retries: "{{ matrix_container_retries_count }}" | |||||
| delay: "{{ matrix_container_retries_delay }}" | |||||
| retries: "{{ devture_playbook_help_container_retries_count }}" | |||||
| delay: "{{ devture_playbook_help_container_retries_delay }}" | |||||
| until: result is not failed | until: result is not failed | ||||
| - name: Ensure heisenbridge paths exist | - name: Ensure heisenbridge paths exist | ||||
| @@ -22,8 +22,8 @@ | |||||
| force: "{{ omit if ansible_version.major > 2 or ansible_version.minor >= 8 else matrix_hookshot_docker_image_force_pull }}" | force: "{{ omit if ansible_version.major > 2 or ansible_version.minor >= 8 else matrix_hookshot_docker_image_force_pull }}" | ||||
| when: not matrix_hookshot_container_image_self_build | when: not matrix_hookshot_container_image_self_build | ||||
| register: result | register: result | ||||
| retries: "{{ matrix_container_retries_count }}" | |||||
| delay: "{{ matrix_container_retries_delay }}" | |||||
| retries: "{{ devture_playbook_help_container_retries_count }}" | |||||
| delay: "{{ devture_playbook_help_container_retries_delay }}" | |||||
| until: result is not failed | until: result is not failed | ||||
| - name: Ensure hookshot repository is present on self-build | - name: Ensure hookshot repository is present on self-build | ||||
| @@ -59,8 +59,8 @@ | |||||
| force: "{{ omit if ansible_version.major > 2 or ansible_version.minor >= 8 else matrix_mautrix_discord_docker_image_force_pull }}" | force: "{{ omit if ansible_version.major > 2 or ansible_version.minor >= 8 else matrix_mautrix_discord_docker_image_force_pull }}" | ||||
| when: not matrix_mautrix_discord_container_image_self_build | when: not matrix_mautrix_discord_container_image_self_build | ||||
| register: result | register: result | ||||
| retries: "{{ matrix_container_retries_count }}" | |||||
| delay: "{{ matrix_container_retries_delay }}" | |||||
| retries: "{{ devture_playbook_help_container_retries_count }}" | |||||
| delay: "{{ devture_playbook_help_container_retries_delay }}" | |||||
| until: result is not failed | until: result is not failed | ||||
| - name: Ensure Mautrix discord repository is present on self-build | - name: Ensure Mautrix discord repository is present on self-build | ||||
| @@ -44,8 +44,8 @@ | |||||
| force: "{{ omit if ansible_version.major > 2 or ansible_version.minor >= 8 else matrix_mautrix_facebook_docker_image_force_pull }}" | force: "{{ omit if ansible_version.major > 2 or ansible_version.minor >= 8 else matrix_mautrix_facebook_docker_image_force_pull }}" | ||||
| when: not matrix_mautrix_facebook_container_image_self_build | when: not matrix_mautrix_facebook_container_image_self_build | ||||
| register: result | register: result | ||||
| retries: "{{ matrix_container_retries_count }}" | |||||
| delay: "{{ matrix_container_retries_delay }}" | |||||
| retries: "{{ devture_playbook_help_container_retries_count }}" | |||||
| delay: "{{ devture_playbook_help_container_retries_delay }}" | |||||
| until: result is not failed | until: result is not failed | ||||
| - name: Ensure Mautrix Facebook paths exist | - name: Ensure Mautrix Facebook paths exist | ||||
| @@ -44,8 +44,8 @@ | |||||
| force: "{{ omit if ansible_version.major > 2 or ansible_version.minor >= 8 else matrix_mautrix_googlechat_docker_image_force_pull }}" | force: "{{ omit if ansible_version.major > 2 or ansible_version.minor >= 8 else matrix_mautrix_googlechat_docker_image_force_pull }}" | ||||
| when: not matrix_mautrix_googlechat_container_image_self_build | when: not matrix_mautrix_googlechat_container_image_self_build | ||||
| register: result | register: result | ||||
| retries: "{{ matrix_container_retries_count }}" | |||||
| delay: "{{ matrix_container_retries_delay }}" | |||||
| retries: "{{ devture_playbook_help_container_retries_count }}" | |||||
| delay: "{{ devture_playbook_help_container_retries_delay }}" | |||||
| until: result is not failed | until: result is not failed | ||||
| - name: Ensure Mautrix googlechat paths exist | - name: Ensure Mautrix googlechat paths exist | ||||
| @@ -44,8 +44,8 @@ | |||||
| force: "{{ omit if ansible_version.major > 2 or ansible_version.minor >= 8 else matrix_mautrix_hangouts_docker_image_force_pull }}" | force: "{{ omit if ansible_version.major > 2 or ansible_version.minor >= 8 else matrix_mautrix_hangouts_docker_image_force_pull }}" | ||||
| when: not matrix_mautrix_hangouts_container_image_self_build | when: not matrix_mautrix_hangouts_container_image_self_build | ||||
| register: result | register: result | ||||
| retries: "{{ matrix_container_retries_count }}" | |||||
| delay: "{{ matrix_container_retries_delay }}" | |||||
| retries: "{{ devture_playbook_help_container_retries_count }}" | |||||
| delay: "{{ devture_playbook_help_container_retries_delay }}" | |||||
| until: result is not failed | until: result is not failed | ||||
| - name: Ensure Mautrix Hangouts paths exist | - name: Ensure Mautrix Hangouts paths exist | ||||
| @@ -15,8 +15,8 @@ | |||||
| force: "{{ omit if ansible_version.major > 2 or ansible_version.minor >= 8 else matrix_mautrix_instagram_docker_image_force_pull }}" | force: "{{ omit if ansible_version.major > 2 or ansible_version.minor >= 8 else matrix_mautrix_instagram_docker_image_force_pull }}" | ||||
| when: not matrix_mautrix_instagram_container_image_self_build | when: not matrix_mautrix_instagram_container_image_self_build | ||||
| register: result | register: result | ||||
| retries: "{{ matrix_container_retries_count }}" | |||||
| delay: "{{ matrix_container_retries_delay }}" | |||||
| retries: "{{ devture_playbook_help_container_retries_count }}" | |||||
| delay: "{{ devture_playbook_help_container_retries_delay }}" | |||||
| until: result is not failed | until: result is not failed | ||||
| - name: Ensure Mautrix instagram paths exist | - name: Ensure Mautrix instagram paths exist | ||||
| @@ -16,8 +16,8 @@ | |||||
| force: "{{ omit if ansible_version.major > 2 or ansible_version.minor >= 8 else matrix_mautrix_signal_docker_image_force_pull }}" | force: "{{ omit if ansible_version.major > 2 or ansible_version.minor >= 8 else matrix_mautrix_signal_docker_image_force_pull }}" | ||||
| when: "not matrix_mautrix_signal_container_image_self_build | bool" | when: "not matrix_mautrix_signal_container_image_self_build | bool" | ||||
| register: result | register: result | ||||
| retries: "{{ matrix_container_retries_count }}" | |||||
| delay: "{{ matrix_container_retries_delay }}" | |||||
| retries: "{{ devture_playbook_help_container_retries_count }}" | |||||
| delay: "{{ devture_playbook_help_container_retries_delay }}" | |||||
| until: result is not failed | until: result is not failed | ||||
| @@ -58,8 +58,8 @@ | |||||
| force: "{{ omit if ansible_version.major > 2 or ansible_version.minor >= 8 else matrix_mautrix_telegram_docker_image_force_pull }}" | force: "{{ omit if ansible_version.major > 2 or ansible_version.minor >= 8 else matrix_mautrix_telegram_docker_image_force_pull }}" | ||||
| when: "not matrix_mautrix_telegram_container_image_self_build | bool" | when: "not matrix_mautrix_telegram_container_image_self_build | bool" | ||||
| register: result | register: result | ||||
| retries: "{{ matrix_container_retries_count }}" | |||||
| delay: "{{ matrix_container_retries_delay }}" | |||||
| retries: "{{ devture_playbook_help_container_retries_count }}" | |||||
| delay: "{{ devture_playbook_help_container_retries_delay }}" | |||||
| until: result is not failed | until: result is not failed | ||||
| - name: Ensure lottieconverter is present when self-building | - name: Ensure lottieconverter is present when self-building | ||||
| @@ -19,8 +19,8 @@ | |||||
| force: "{{ omit if ansible_version.major > 2 or ansible_version.minor >= 8 else matrix_mautrix_twitter_docker_image_force_pull }}" | force: "{{ omit if ansible_version.major > 2 or ansible_version.minor >= 8 else matrix_mautrix_twitter_docker_image_force_pull }}" | ||||
| when: matrix_mautrix_twitter_enabled | bool and not matrix_mautrix_twitter_container_image_self_build | when: matrix_mautrix_twitter_enabled | bool and not matrix_mautrix_twitter_container_image_self_build | ||||
| register: result | register: result | ||||
| retries: "{{ matrix_container_retries_count }}" | |||||
| delay: "{{ matrix_container_retries_delay }}" | |||||
| retries: "{{ devture_playbook_help_container_retries_count }}" | |||||
| delay: "{{ devture_playbook_help_container_retries_delay }}" | |||||
| until: result is not failed | until: result is not failed | ||||
| - name: Ensure Mautrix Twitter paths exist | - name: Ensure Mautrix Twitter paths exist | ||||
| @@ -59,8 +59,8 @@ | |||||
| force: "{{ omit if ansible_version.major > 2 or ansible_version.minor >= 8 else matrix_mautrix_whatsapp_docker_image_force_pull }}" | force: "{{ omit if ansible_version.major > 2 or ansible_version.minor >= 8 else matrix_mautrix_whatsapp_docker_image_force_pull }}" | ||||
| when: not matrix_mautrix_whatsapp_container_image_self_build | when: not matrix_mautrix_whatsapp_container_image_self_build | ||||
| register: result | register: result | ||||
| retries: "{{ matrix_container_retries_count }}" | |||||
| delay: "{{ matrix_container_retries_delay }}" | |||||
| retries: "{{ devture_playbook_help_container_retries_count }}" | |||||
| delay: "{{ devture_playbook_help_container_retries_delay }}" | |||||
| until: result is not failed | until: result is not failed | ||||
| - name: Ensure Mautrix Whatsapp repository is present on self-build | - name: Ensure Mautrix Whatsapp repository is present on self-build | ||||
| @@ -78,8 +78,8 @@ | |||||
| force: "{{ omit if ansible_version.major > 2 or ansible_version.minor >= 8 else matrix_mx_puppet_discord_docker_image_force_pull }}" | force: "{{ omit if ansible_version.major > 2 or ansible_version.minor >= 8 else matrix_mx_puppet_discord_docker_image_force_pull }}" | ||||
| when: matrix_mx_puppet_discord_enabled | bool and not matrix_mx_puppet_discord_container_image_self_build | when: matrix_mx_puppet_discord_enabled | bool and not matrix_mx_puppet_discord_container_image_self_build | ||||
| register: result | register: result | ||||
| retries: "{{ matrix_container_retries_count }}" | |||||
| delay: "{{ matrix_container_retries_delay }}" | |||||
| retries: "{{ devture_playbook_help_container_retries_count }}" | |||||
| delay: "{{ devture_playbook_help_container_retries_delay }}" | |||||
| until: result is not failed | until: result is not failed | ||||
| - name: Ensure MX Puppet Discord repository is present on self build | - name: Ensure MX Puppet Discord repository is present on self build | ||||
| @@ -76,8 +76,8 @@ | |||||
| force: "{{ omit if ansible_version.major > 2 or ansible_version.minor >= 8 else matrix_mx_puppet_groupme_docker_image_force_pull }}" | force: "{{ omit if ansible_version.major > 2 or ansible_version.minor >= 8 else matrix_mx_puppet_groupme_docker_image_force_pull }}" | ||||
| when: matrix_mx_puppet_groupme_enabled | bool and not matrix_mx_puppet_groupme_container_image_self_build | when: matrix_mx_puppet_groupme_enabled | bool and not matrix_mx_puppet_groupme_container_image_self_build | ||||
| register: result | register: result | ||||
| retries: "{{ matrix_container_retries_count }}" | |||||
| delay: "{{ matrix_container_retries_delay }}" | |||||
| retries: "{{ devture_playbook_help_container_retries_count }}" | |||||
| delay: "{{ devture_playbook_help_container_retries_delay }}" | |||||
| until: result is not failed | until: result is not failed | ||||
| - name: Ensure MX Puppet Groupme repository is present on self build | - name: Ensure MX Puppet Groupme repository is present on self build | ||||
| @@ -45,8 +45,8 @@ | |||||
| force: "{{ omit if ansible_version.major > 2 or ansible_version.minor >= 8 else matrix_mx_puppet_instagram_docker_image_force_pull }}" | force: "{{ omit if ansible_version.major > 2 or ansible_version.minor >= 8 else matrix_mx_puppet_instagram_docker_image_force_pull }}" | ||||
| when: matrix_mx_puppet_instagram_enabled | bool and not matrix_mx_puppet_instagram_container_image_self_build | when: matrix_mx_puppet_instagram_enabled | bool and not matrix_mx_puppet_instagram_container_image_self_build | ||||
| register: result | register: result | ||||
| retries: "{{ matrix_container_retries_count }}" | |||||
| delay: "{{ matrix_container_retries_delay }}" | |||||
| retries: "{{ devture_playbook_help_container_retries_count }}" | |||||
| delay: "{{ devture_playbook_help_container_retries_delay }}" | |||||
| until: result is not failed | until: result is not failed | ||||
| - name: Ensure mx-puppet-instagram paths exist | - name: Ensure mx-puppet-instagram paths exist | ||||
| @@ -72,8 +72,8 @@ | |||||
| force: "{{ omit if ansible_version.major > 2 or ansible_version.minor >= 8 else matrix_mx_puppet_slack_docker_image_force_pull }}" | force: "{{ omit if ansible_version.major > 2 or ansible_version.minor >= 8 else matrix_mx_puppet_slack_docker_image_force_pull }}" | ||||
| when: matrix_mx_puppet_slack_enabled | bool and not matrix_mx_puppet_slack_container_image_self_build | when: matrix_mx_puppet_slack_enabled | bool and not matrix_mx_puppet_slack_container_image_self_build | ||||
| register: result | register: result | ||||
| retries: "{{ matrix_container_retries_count }}" | |||||
| delay: "{{ matrix_container_retries_delay }}" | |||||
| retries: "{{ devture_playbook_help_container_retries_count }}" | |||||
| delay: "{{ devture_playbook_help_container_retries_delay }}" | |||||
| until: result is not failed | until: result is not failed | ||||
| - name: Ensure MX Puppet Slack repository is present on self build | - name: Ensure MX Puppet Slack repository is present on self build | ||||
| @@ -76,8 +76,8 @@ | |||||
| force: "{{ omit if ansible_version.major > 2 or ansible_version.minor >= 8 else matrix_mx_puppet_steam_docker_image_force_pull }}" | force: "{{ omit if ansible_version.major > 2 or ansible_version.minor >= 8 else matrix_mx_puppet_steam_docker_image_force_pull }}" | ||||
| when: matrix_mx_puppet_steam_enabled | bool and not matrix_mx_puppet_steam_container_image_self_build | when: matrix_mx_puppet_steam_enabled | bool and not matrix_mx_puppet_steam_container_image_self_build | ||||
| register: result | register: result | ||||
| retries: "{{ matrix_container_retries_count }}" | |||||
| delay: "{{ matrix_container_retries_delay }}" | |||||
| retries: "{{ devture_playbook_help_container_retries_count }}" | |||||
| delay: "{{ devture_playbook_help_container_retries_delay }}" | |||||
| until: result is not failed | until: result is not failed | ||||
| - name: Ensure MX Puppet Steam repository is present on self build | - name: Ensure MX Puppet Steam repository is present on self build | ||||
| @@ -76,8 +76,8 @@ | |||||
| force: "{{ omit if ansible_version.major > 2 or ansible_version.minor >= 8 else matrix_mx_puppet_twitter_docker_image_force_pull }}" | force: "{{ omit if ansible_version.major > 2 or ansible_version.minor >= 8 else matrix_mx_puppet_twitter_docker_image_force_pull }}" | ||||
| when: matrix_mx_puppet_twitter_enabled | bool and not matrix_mx_puppet_twitter_container_image_self_build | when: matrix_mx_puppet_twitter_enabled | bool and not matrix_mx_puppet_twitter_container_image_self_build | ||||
| register: result | register: result | ||||
| retries: "{{ matrix_container_retries_count }}" | |||||
| delay: "{{ matrix_container_retries_delay }}" | |||||
| retries: "{{ devture_playbook_help_container_retries_count }}" | |||||
| delay: "{{ devture_playbook_help_container_retries_delay }}" | |||||
| until: result is not failed | until: result is not failed | ||||
| - name: Ensure MX Puppet Twitter repository is present on self build | - name: Ensure MX Puppet Twitter repository is present on self build | ||||
| @@ -5,8 +5,8 @@ | |||||
| name: "{{ matrix_sms_bridge_docker_image }}" | name: "{{ matrix_sms_bridge_docker_image }}" | ||||
| source: "{{ 'pull' if ansible_version.major > 2 or ansible_version.minor > 7 else omit }}" | source: "{{ 'pull' if ansible_version.major > 2 or ansible_version.minor > 7 else omit }}" | ||||
| register: result | register: result | ||||
| retries: "{{ matrix_container_retries_count }}" | |||||
| delay: "{{ matrix_container_retries_delay }}" | |||||
| retries: "{{ devture_playbook_help_container_retries_count }}" | |||||
| delay: "{{ devture_playbook_help_container_retries_delay }}" | |||||
| until: result is not failed | until: result is not failed | ||||
| - name: Ensure matrix-sms-bridge paths exist | - name: Ensure matrix-sms-bridge paths exist | ||||
| @@ -38,8 +38,8 @@ | |||||
| force: "{{ omit if ansible_version.major > 2 or ansible_version.minor >= 8 else matrix_cactus_comments_docker_image_force_pull }}" | force: "{{ omit if ansible_version.major > 2 or ansible_version.minor >= 8 else matrix_cactus_comments_docker_image_force_pull }}" | ||||
| when: "not matrix_cactus_comments_container_image_self_build | bool" | when: "not matrix_cactus_comments_container_image_self_build | bool" | ||||
| register: result | register: result | ||||
| retries: "{{ matrix_container_retries_count }}" | |||||
| delay: "{{ matrix_container_retries_delay }}" | |||||
| retries: "{{ devture_playbook_help_container_retries_count }}" | |||||
| delay: "{{ devture_playbook_help_container_retries_delay }}" | |||||
| until: result is not failed | until: result is not failed | ||||
| - name: Ensure cactus comments repository is present on self-build | - name: Ensure cactus comments repository is present on self-build | ||||
| @@ -19,8 +19,8 @@ | |||||
| force: "{{ omit if ansible_version.major > 2 or ansible_version.minor >= 8 else matrix_client_cinny_docker_image_force_pull }}" | force: "{{ omit if ansible_version.major > 2 or ansible_version.minor >= 8 else matrix_client_cinny_docker_image_force_pull }}" | ||||
| when: "not matrix_client_cinny_container_image_self_build | bool" | when: "not matrix_client_cinny_container_image_self_build | bool" | ||||
| register: result | register: result | ||||
| retries: "{{ matrix_container_retries_count }}" | |||||
| delay: "{{ matrix_container_retries_delay }}" | |||||
| retries: "{{ devture_playbook_help_container_retries_count }}" | |||||
| delay: "{{ devture_playbook_help_container_retries_delay }}" | |||||
| until: result is not failed | until: result is not failed | ||||
| - name: Ensure Cinny repository is present on self-build | - name: Ensure Cinny repository is present on self-build | ||||
| @@ -20,8 +20,8 @@ | |||||
| force: "{{ omit if ansible_version.major > 2 or ansible_version.minor >= 8 else matrix_client_element_docker_image_force_pull }}" | force: "{{ omit if ansible_version.major > 2 or ansible_version.minor >= 8 else matrix_client_element_docker_image_force_pull }}" | ||||
| when: "not matrix_client_element_container_image_self_build | bool" | when: "not matrix_client_element_container_image_self_build | bool" | ||||
| register: result | register: result | ||||
| retries: "{{ matrix_container_retries_count }}" | |||||
| delay: "{{ matrix_container_retries_delay }}" | |||||
| retries: "{{ devture_playbook_help_container_retries_count }}" | |||||
| delay: "{{ devture_playbook_help_container_retries_delay }}" | |||||
| until: result is not failed | until: result is not failed | ||||
| - name: Ensure Element repository is present on self-build | - name: Ensure Element repository is present on self-build | ||||
| @@ -20,8 +20,8 @@ | |||||
| force: "{{ omit if ansible_version.major > 2 or ansible_version.minor >= 8 else matrix_client_hydrogen_docker_image_force_pull }}" | force: "{{ omit if ansible_version.major > 2 or ansible_version.minor >= 8 else matrix_client_hydrogen_docker_image_force_pull }}" | ||||
| when: "not matrix_client_hydrogen_container_image_self_build | bool" | when: "not matrix_client_hydrogen_container_image_self_build | bool" | ||||
| register: result | register: result | ||||
| retries: "{{ matrix_container_retries_count }}" | |||||
| delay: "{{ matrix_container_retries_delay }}" | |||||
| retries: "{{ devture_playbook_help_container_retries_count }}" | |||||
| delay: "{{ devture_playbook_help_container_retries_delay }}" | |||||
| until: result is not failed | until: result is not failed | ||||
| - name: Ensure Hydrogen repository is present on self-build | - name: Ensure Hydrogen repository is present on self-build | ||||
| @@ -6,8 +6,8 @@ | |||||
| force_source: "{{ matrix_conduit_docker_image_force_pull if ansible_version.major > 2 or ansible_version.minor >= 8 else omit }}" | force_source: "{{ matrix_conduit_docker_image_force_pull if ansible_version.major > 2 or ansible_version.minor >= 8 else omit }}" | ||||
| force: "{{ omit if ansible_version.major > 2 or ansible_version.minor >= 8 else matrix_conduit_docker_image_force_pull }}" | force: "{{ omit if ansible_version.major > 2 or ansible_version.minor >= 8 else matrix_conduit_docker_image_force_pull }}" | ||||
| register: result | register: result | ||||
| retries: "{{ matrix_container_retries_count }}" | |||||
| delay: "{{ matrix_container_retries_delay }}" | |||||
| retries: "{{ devture_playbook_help_container_retries_count }}" | |||||
| delay: "{{ devture_playbook_help_container_retries_delay }}" | |||||
| until: result is not failed | until: result is not failed | ||||
| - name: Ensure Conduit config path exists | - name: Ensure Conduit config path exists | ||||
| @@ -48,8 +48,8 @@ | |||||
| force: "{{ omit if ansible_version.major > 2 or ansible_version.minor >= 8 else matrix_corporal_docker_image_force_pull }}" | force: "{{ omit if ansible_version.major > 2 or ansible_version.minor >= 8 else matrix_corporal_docker_image_force_pull }}" | ||||
| when: "matrix_corporal_enabled | bool and not matrix_corporal_container_image_self_build | bool" | when: "matrix_corporal_enabled | bool and not matrix_corporal_container_image_self_build | bool" | ||||
| register: result | register: result | ||||
| retries: "{{ matrix_container_retries_count }}" | |||||
| delay: "{{ matrix_container_retries_delay }}" | |||||
| retries: "{{ devture_playbook_help_container_retries_count }}" | |||||
| delay: "{{ devture_playbook_help_container_retries_delay }}" | |||||
| until: result is not failed | until: result is not failed | ||||
| - name: Ensure Matrix Corporal config installed | - name: Ensure Matrix Corporal config installed | ||||
| @@ -25,8 +25,8 @@ | |||||
| force: "{{ omit if ansible_version.major > 2 or ansible_version.minor >= 8 else matrix_coturn_docker_image_force_pull }}" | force: "{{ omit if ansible_version.major > 2 or ansible_version.minor >= 8 else matrix_coturn_docker_image_force_pull }}" | ||||
| when: "not matrix_coturn_container_image_self_build | bool" | when: "not matrix_coturn_container_image_self_build | bool" | ||||
| register: result | register: result | ||||
| retries: "{{ matrix_container_retries_count }}" | |||||
| delay: "{{ matrix_container_retries_delay }}" | |||||
| retries: "{{ devture_playbook_help_container_retries_count }}" | |||||
| delay: "{{ devture_playbook_help_container_retries_delay }}" | |||||
| until: result is not failed | until: result is not failed | ||||
| - when: "matrix_coturn_container_image_self_build | bool" | - when: "matrix_coturn_container_image_self_build | bool" | ||||
| @@ -24,8 +24,8 @@ | |||||
| force_source: "{{ matrix_dendrite_docker_image_force_pull if ansible_version.major > 2 or ansible_version.minor >= 8 else omit }}" | force_source: "{{ matrix_dendrite_docker_image_force_pull if ansible_version.major > 2 or ansible_version.minor >= 8 else omit }}" | ||||
| force: "{{ omit if ansible_version.major > 2 or ansible_version.minor >= 8 else matrix_dendrite_docker_image_force_pull }}" | force: "{{ omit if ansible_version.major > 2 or ansible_version.minor >= 8 else matrix_dendrite_docker_image_force_pull }}" | ||||
| register: result | register: result | ||||
| retries: "{{ matrix_container_retries_count }}" | |||||
| delay: "{{ matrix_container_retries_delay }}" | |||||
| retries: "{{ devture_playbook_help_container_retries_count }}" | |||||
| delay: "{{ devture_playbook_help_container_retries_delay }}" | |||||
| until: result is not failed | until: result is not failed | ||||
| - name: Check if a Dendrite signing key exists | - name: Check if a Dendrite signing key exists | ||||
| @@ -94,8 +94,8 @@ | |||||
| force: "{{ omit if ansible_version.major > 2 or ansible_version.minor >= 8 else matrix_dimension_docker_image_force_pull }}" | force: "{{ omit if ansible_version.major > 2 or ansible_version.minor >= 8 else matrix_dimension_docker_image_force_pull }}" | ||||
| when: "not matrix_dimension_container_image_self_build | bool" | when: "not matrix_dimension_container_image_self_build | bool" | ||||
| register: matrix_dimension_pull_results | register: matrix_dimension_pull_results | ||||
| retries: "{{ matrix_container_retries_count }}" | |||||
| delay: "{{ matrix_container_retries_delay }}" | |||||
| retries: "{{ devture_playbook_help_container_retries_count }}" | |||||
| delay: "{{ devture_playbook_help_container_retries_delay }}" | |||||
| until: matrix_dimension_pull_results is not failed | until: matrix_dimension_pull_results is not failed | ||||
| - name: Ensure dimension repository is present on self-build | - name: Ensure dimension repository is present on self-build | ||||
| @@ -8,8 +8,8 @@ | |||||
| force: "{{ omit if ansible_version.major > 2 or ansible_version.minor >= 8 else matrix_dynamic_dns_docker_image_force_pull }}" | force: "{{ omit if ansible_version.major > 2 or ansible_version.minor >= 8 else matrix_dynamic_dns_docker_image_force_pull }}" | ||||
| when: matrix_dynamic_dns_enabled | bool and not matrix_dynamic_dns_container_image_self_build | when: matrix_dynamic_dns_enabled | bool and not matrix_dynamic_dns_container_image_self_build | ||||
| register: result | register: result | ||||
| retries: "{{ matrix_container_retries_count }}" | |||||
| delay: "{{ matrix_container_retries_delay }}" | |||||
| retries: "{{ devture_playbook_help_container_retries_count }}" | |||||
| delay: "{{ devture_playbook_help_container_retries_delay }}" | |||||
| until: result is not failed | until: result is not failed | ||||
| - name: Ensure Dynamic DNS paths exist | - name: Ensure Dynamic DNS paths exist | ||||
| @@ -29,8 +29,8 @@ | |||||
| force: "{{ omit if ansible_version.major > 2 or ansible_version.minor >= 8 else matrix_email2matrix_docker_image_force_pull }}" | force: "{{ omit if ansible_version.major > 2 or ansible_version.minor >= 8 else matrix_email2matrix_docker_image_force_pull }}" | ||||
| when: "not matrix_email2matrix_container_image_self_build | bool" | when: "not matrix_email2matrix_container_image_self_build | bool" | ||||
| register: result | register: result | ||||
| retries: "{{ matrix_container_retries_count }}" | |||||
| delay: "{{ matrix_container_retries_delay }}" | |||||
| retries: "{{ devture_playbook_help_container_retries_count }}" | |||||
| delay: "{{ devture_playbook_help_container_retries_delay }}" | |||||
| until: result is not failed | until: result is not failed | ||||
| - name: Ensure Email2Matrix repository is present on self-build | - name: Ensure Email2Matrix repository is present on self-build | ||||
| @@ -23,8 +23,8 @@ | |||||
| force_source: "{{ matrix_etherpad_docker_image_force_pull if ansible_version.major > 2 or ansible_version.minor >= 8 else omit }}" | force_source: "{{ matrix_etherpad_docker_image_force_pull if ansible_version.major > 2 or ansible_version.minor >= 8 else omit }}" | ||||
| force: "{{ omit if ansible_version.major > 2 or ansible_version.minor >= 8 else matrix_etherpad_docker_image_force_pull }}" | force: "{{ omit if ansible_version.major > 2 or ansible_version.minor >= 8 else matrix_etherpad_docker_image_force_pull }}" | ||||
| register: result | register: result | ||||
| retries: "{{ matrix_container_retries_count }}" | |||||
| delay: "{{ matrix_container_retries_delay }}" | |||||
| retries: "{{ devture_playbook_help_container_retries_count }}" | |||||
| delay: "{{ devture_playbook_help_container_retries_delay }}" | |||||
| until: result is not failed | until: result is not failed | ||||
| - name: Ensure matrix-etherpad.service installed | - name: Ensure matrix-etherpad.service installed | ||||
| @@ -12,8 +12,8 @@ | |||||
| force: "{{ omit if ansible_version.major > 2 or ansible_version.minor >= 8 else matrix_grafana_docker_image_force_pull }}" | force: "{{ omit if ansible_version.major > 2 or ansible_version.minor >= 8 else matrix_grafana_docker_image_force_pull }}" | ||||
| when: "matrix_grafana_enabled | bool" | when: "matrix_grafana_enabled | bool" | ||||
| register: result | register: result | ||||
| retries: "{{ matrix_container_retries_count }}" | |||||
| delay: "{{ matrix_container_retries_delay }}" | |||||
| retries: "{{ devture_playbook_help_container_retries_count }}" | |||||
| delay: "{{ devture_playbook_help_container_retries_delay }}" | |||||
| until: result is not failed | until: result is not failed | ||||
| - name: Ensure grafana paths exists | - name: Ensure grafana paths exists | ||||
| @@ -71,8 +71,8 @@ | |||||
| with_items: "{{ matrix_grafana_dashboard_download_urls }}" | with_items: "{{ matrix_grafana_dashboard_download_urls }}" | ||||
| when: matrix_grafana_enabled | bool | when: matrix_grafana_enabled | bool | ||||
| register: result | register: result | ||||
| retries: "{{ matrix_geturl_retries_count }}" | |||||
| delay: "{{ matrix_geturl_retries_delay }}" | |||||
| retries: "{{ devture_playbook_help_geturl_retries_count }}" | |||||
| delay: "{{ devture_playbook_help_geturl_retries_delay }}" | |||||
| until: result is not failed | until: result is not failed | ||||
| - name: Ensure matrix-grafana.service installed | - name: Ensure matrix-grafana.service installed | ||||
| @@ -24,8 +24,8 @@ | |||||
| force: "{{ omit if ansible_version.major > 2 or ansible_version.minor >= 8 else matrix_jitsi_jicofo_docker_image_force_pull }}" | force: "{{ omit if ansible_version.major > 2 or ansible_version.minor >= 8 else matrix_jitsi_jicofo_docker_image_force_pull }}" | ||||
| when: matrix_jitsi_enabled | bool | when: matrix_jitsi_enabled | bool | ||||
| register: result | register: result | ||||
| retries: "{{ matrix_container_retries_count }}" | |||||
| delay: "{{ matrix_container_retries_delay }}" | |||||
| retries: "{{ devture_playbook_help_container_retries_count }}" | |||||
| delay: "{{ devture_playbook_help_container_retries_delay }}" | |||||
| until: result is not failed | until: result is not failed | ||||
| - name: Ensure jitsi-jicofo environment variables file created | - name: Ensure jitsi-jicofo environment variables file created | ||||
| @@ -24,8 +24,8 @@ | |||||
| force: "{{ omit if ansible_version.major > 2 or ansible_version.minor >= 8 else matrix_jitsi_jvb_docker_image_force_pull }}" | force: "{{ omit if ansible_version.major > 2 or ansible_version.minor >= 8 else matrix_jitsi_jvb_docker_image_force_pull }}" | ||||
| when: matrix_jitsi_enabled | bool | when: matrix_jitsi_enabled | bool | ||||
| register: result | register: result | ||||
| retries: "{{ matrix_container_retries_count }}" | |||||
| delay: "{{ matrix_container_retries_delay }}" | |||||
| retries: "{{ devture_playbook_help_container_retries_count }}" | |||||
| delay: "{{ devture_playbook_help_container_retries_delay }}" | |||||
| until: result is not failed | until: result is not failed | ||||
| - name: Ensure jitsi-jvb configuration files created | - name: Ensure jitsi-jvb configuration files created | ||||
| @@ -25,8 +25,8 @@ | |||||
| force: "{{ omit if ansible_version.major > 2 or ansible_version.minor >= 8 else matrix_jitsi_prosody_docker_image_force_pull }}" | force: "{{ omit if ansible_version.major > 2 or ansible_version.minor >= 8 else matrix_jitsi_prosody_docker_image_force_pull }}" | ||||
| when: matrix_jitsi_enabled | bool | when: matrix_jitsi_enabled | bool | ||||
| register: result | register: result | ||||
| retries: "{{ matrix_container_retries_count }}" | |||||
| delay: "{{ matrix_container_retries_delay }}" | |||||
| retries: "{{ devture_playbook_help_container_retries_count }}" | |||||
| delay: "{{ devture_playbook_help_container_retries_delay }}" | |||||
| until: result is not failed | until: result is not failed | ||||
| - name: Ensure jitsi-prosody environment variables file is created | - name: Ensure jitsi-prosody environment variables file is created | ||||
| @@ -26,8 +26,8 @@ | |||||
| force: "{{ omit if ansible_version.major > 2 or ansible_version.minor >= 8 else matrix_jitsi_web_docker_image_force_pull }}" | force: "{{ omit if ansible_version.major > 2 or ansible_version.minor >= 8 else matrix_jitsi_web_docker_image_force_pull }}" | ||||
| when: matrix_jitsi_enabled | bool | when: matrix_jitsi_enabled | bool | ||||
| register: result | register: result | ||||
| retries: "{{ matrix_container_retries_count }}" | |||||
| delay: "{{ matrix_container_retries_delay }}" | |||||
| retries: "{{ devture_playbook_help_container_retries_count }}" | |||||
| delay: "{{ devture_playbook_help_container_retries_delay }}" | |||||
| until: result is not failed | until: result is not failed | ||||
| - name: Ensure jitsi-web environment variables file created | - name: Ensure jitsi-web environment variables file created | ||||
| @@ -55,8 +55,8 @@ | |||||
| force: "{{ omit if ansible_version.major > 2 or ansible_version.minor >= 8 else matrix_ma1sd_docker_image_force_pull }}" | force: "{{ omit if ansible_version.major > 2 or ansible_version.minor >= 8 else matrix_ma1sd_docker_image_force_pull }}" | ||||
| when: "not matrix_ma1sd_container_image_self_build | bool" | when: "not matrix_ma1sd_container_image_self_build | bool" | ||||
| register: result | register: result | ||||
| retries: "{{ matrix_container_retries_count }}" | |||||
| delay: "{{ matrix_container_retries_delay }}" | |||||
| retries: "{{ devture_playbook_help_container_retries_count }}" | |||||
| delay: "{{ devture_playbook_help_container_retries_delay }}" | |||||
| until: result is not failed | until: result is not failed | ||||
| - when: "matrix_ma1sd_container_image_self_build | bool" | - when: "matrix_ma1sd_container_image_self_build | bool" | ||||
| @@ -54,8 +54,8 @@ | |||||
| force: "{{ omit if ansible_version.major > 2 or ansible_version.minor >= 8 else matrix_mailer_docker_image_force_pull }}" | force: "{{ omit if ansible_version.major > 2 or ansible_version.minor >= 8 else matrix_mailer_docker_image_force_pull }}" | ||||
| when: "matrix_mailer_enabled | bool and not matrix_mailer_container_image_self_build | bool" | when: "matrix_mailer_enabled | bool and not matrix_mailer_container_image_self_build | bool" | ||||
| register: result | register: result | ||||
| retries: "{{ matrix_container_retries_count }}" | |||||
| delay: "{{ matrix_container_retries_delay }}" | |||||
| retries: "{{ devture_playbook_help_container_retries_count }}" | |||||
| delay: "{{ devture_playbook_help_container_retries_delay }}" | |||||
| until: result is not failed | until: result is not failed | ||||
| - name: Ensure matrix-mailer.service installed | - name: Ensure matrix-mailer.service installed | ||||
| @@ -24,8 +24,8 @@ | |||||
| force_source: "{{ matrix_nginx_proxy_proxy_matrix_metrics_basic_auth_apache_container_force_pull if ansible_version.major > 2 or ansible_version.minor >= 8 else omit }}" | force_source: "{{ matrix_nginx_proxy_proxy_matrix_metrics_basic_auth_apache_container_force_pull if ansible_version.major > 2 or ansible_version.minor >= 8 else omit }}" | ||||
| force: "{{ omit if ansible_version.major > 2 or ansible_version.minor >= 8 else matrix_nginx_proxy_proxy_matrix_metrics_basic_auth_apache_container_force_pull }}" | force: "{{ omit if ansible_version.major > 2 or ansible_version.minor >= 8 else matrix_nginx_proxy_proxy_matrix_metrics_basic_auth_apache_container_force_pull }}" | ||||
| register: result | register: result | ||||
| retries: "{{ matrix_container_retries_count }}" | |||||
| delay: "{{ matrix_container_retries_delay }}" | |||||
| retries: "{{ devture_playbook_help_container_retries_count }}" | |||||
| delay: "{{ devture_playbook_help_container_retries_delay }}" | |||||
| until: result is not failed | until: result is not failed | ||||
| # We store the password in a file and make the `htpasswd` tool read it from there, | # We store the password in a file and make the `htpasswd` tool read it from there, | ||||
| @@ -200,8 +200,8 @@ | |||||
| force: "{{ omit if ansible_version.major > 2 or ansible_version.minor >= 8 else matrix_nginx_proxy_docker_image_force_pull }}" | force: "{{ omit if ansible_version.major > 2 or ansible_version.minor >= 8 else matrix_nginx_proxy_docker_image_force_pull }}" | ||||
| when: matrix_nginx_proxy_enabled | bool | when: matrix_nginx_proxy_enabled | bool | ||||
| register: result | register: result | ||||
| retries: "{{ matrix_container_retries_count }}" | |||||
| delay: "{{ matrix_container_retries_delay }}" | |||||
| retries: "{{ devture_playbook_help_container_retries_count }}" | |||||
| delay: "{{ devture_playbook_help_container_retries_delay }}" | |||||
| until: result is not failed | until: result is not failed | ||||
| - name: Ensure matrix-nginx-proxy.service installed | - name: Ensure matrix-nginx-proxy.service installed | ||||
| @@ -7,8 +7,8 @@ | |||||
| force_source: "{{ matrix_ntfy_docker_image_force_pull if ansible_version.major > 2 or ansible_version.minor >= 8 else omit }}" | force_source: "{{ matrix_ntfy_docker_image_force_pull if ansible_version.major > 2 or ansible_version.minor >= 8 else omit }}" | ||||
| force: "{{ omit if ansible_version.major > 2 or ansible_version.minor >= 8 else matrix_ntfy_docker_image_force_pull }}" | force: "{{ omit if ansible_version.major > 2 or ansible_version.minor >= 8 else matrix_ntfy_docker_image_force_pull }}" | ||||
| register: result | register: result | ||||
| retries: "{{ matrix_container_retries_count }}" | |||||
| delay: "{{ matrix_container_retries_delay }}" | |||||
| retries: "{{ devture_playbook_help_container_retries_count }}" | |||||
| delay: "{{ devture_playbook_help_container_retries_delay }}" | |||||
| until: result is not failed | until: result is not failed | ||||
| - name: Ensure matrix-ntfy paths exists | - name: Ensure matrix-ntfy paths exists | ||||
| @@ -24,8 +24,8 @@ | |||||
| force: "{{ omit if ansible_version.major > 2 or ansible_version.minor >= 8 else matrix_postgres_backup_docker_image_force_pull }}" | force: "{{ omit if ansible_version.major > 2 or ansible_version.minor >= 8 else matrix_postgres_backup_docker_image_force_pull }}" | ||||
| when: matrix_postgres_backup_enabled | bool | when: matrix_postgres_backup_enabled | bool | ||||
| register: result | register: result | ||||
| retries: "{{ matrix_container_retries_count }}" | |||||
| delay: "{{ matrix_container_retries_delay }}" | |||||
| retries: "{{ devture_playbook_help_container_retries_count }}" | |||||
| delay: "{{ devture_playbook_help_container_retries_delay }}" | |||||
| until: result is not failed | until: result is not failed | ||||
| - name: Ensure Postgres backup paths exist | - name: Ensure Postgres backup paths exist | ||||
| @@ -44,8 +44,8 @@ | |||||
| force: "{{ omit if ansible_version.major > 2 or ansible_version.minor >= 8 else matrix_postgres_docker_image_force_pull }}" | force: "{{ omit if ansible_version.major > 2 or ansible_version.minor >= 8 else matrix_postgres_docker_image_force_pull }}" | ||||
| when: matrix_postgres_enabled | bool | when: matrix_postgres_enabled | bool | ||||
| register: result | register: result | ||||
| retries: "{{ matrix_container_retries_count }}" | |||||
| delay: "{{ matrix_container_retries_delay }}" | |||||
| retries: "{{ devture_playbook_help_container_retries_count }}" | |||||
| delay: "{{ devture_playbook_help_container_retries_delay }}" | |||||
| until: result is not failed | until: result is not failed | ||||
| - name: Ensure Postgres paths exist | - name: Ensure Postgres paths exist | ||||
| @@ -12,8 +12,8 @@ | |||||
| force: "{{ omit if ansible_version.major > 2 or ansible_version.minor >= 8 else matrix_prometheus_node_exporter_docker_image_force_pull }}" | force: "{{ omit if ansible_version.major > 2 or ansible_version.minor >= 8 else matrix_prometheus_node_exporter_docker_image_force_pull }}" | ||||
| when: "matrix_prometheus_node_exporter_enabled | bool" | when: "matrix_prometheus_node_exporter_enabled | bool" | ||||
| register: result | register: result | ||||
| retries: "{{ matrix_container_retries_count }}" | |||||
| delay: "{{ matrix_container_retries_delay }}" | |||||
| retries: "{{ devture_playbook_help_container_retries_count }}" | |||||
| delay: "{{ devture_playbook_help_container_retries_delay }}" | |||||
| until: result is not failed | until: result is not failed | ||||
| - name: Ensure matrix-prometheus-node-exporter.service installed | - name: Ensure matrix-prometheus-node-exporter.service installed | ||||
| @@ -12,8 +12,8 @@ | |||||
| force: "{{ omit if ansible_version.major > 2 or ansible_version.minor >= 8 else matrix_prometheus_postgres_exporter_docker_image_force_pull }}" | force: "{{ omit if ansible_version.major > 2 or ansible_version.minor >= 8 else matrix_prometheus_postgres_exporter_docker_image_force_pull }}" | ||||
| when: "matrix_prometheus_postgres_exporter_enabled | bool" | when: "matrix_prometheus_postgres_exporter_enabled | bool" | ||||
| register: result | register: result | ||||
| retries: "{{ matrix_container_retries_count }}" | |||||
| delay: "{{ matrix_container_retries_delay }}" | |||||
| retries: "{{ devture_playbook_help_container_retries_count }}" | |||||
| delay: "{{ devture_playbook_help_container_retries_delay }}" | |||||
| until: result is not failed | until: result is not failed | ||||
| - name: Ensure matrix-prometheus-postgres-exporter.service installed | - name: Ensure matrix-prometheus-postgres-exporter.service installed | ||||
| @@ -7,8 +7,8 @@ | |||||
| force_source: "{{ matrix_prometheus_docker_image_force_pull if ansible_version.major > 2 or ansible_version.minor >= 8 else omit }}" | force_source: "{{ matrix_prometheus_docker_image_force_pull if ansible_version.major > 2 or ansible_version.minor >= 8 else omit }}" | ||||
| force: "{{ omit if ansible_version.major > 2 or ansible_version.minor >= 8 else matrix_prometheus_docker_image_force_pull }}" | force: "{{ omit if ansible_version.major > 2 or ansible_version.minor >= 8 else matrix_prometheus_docker_image_force_pull }}" | ||||
| register: result | register: result | ||||
| retries: "{{ matrix_container_retries_count }}" | |||||
| delay: "{{ matrix_container_retries_delay }}" | |||||
| retries: "{{ devture_playbook_help_container_retries_count }}" | |||||
| delay: "{{ devture_playbook_help_container_retries_delay }}" | |||||
| until: result is not failed | until: result is not failed | ||||
| - name: Ensure Prometheus paths exists | - name: Ensure Prometheus paths exists | ||||
| @@ -33,8 +33,8 @@ | |||||
| group: "{{ matrix_user_groupname }}" | group: "{{ matrix_user_groupname }}" | ||||
| when: "matrix_prometheus_scraper_synapse_rules_enabled | bool" | when: "matrix_prometheus_scraper_synapse_rules_enabled | bool" | ||||
| register: result | register: result | ||||
| retries: "{{ matrix_geturl_retries_count }}" | |||||
| delay: "{{ matrix_geturl_retries_delay }}" | |||||
| retries: "{{ devture_playbook_help_geturl_retries_count }}" | |||||
| delay: "{{ devture_playbook_help_geturl_retries_delay }}" | |||||
| until: result is not failed | until: result is not failed | ||||
| - name: Ensure prometheus.yml installed | - name: Ensure prometheus.yml installed | ||||
| @@ -12,8 +12,8 @@ | |||||
| force: "{{ omit if ansible_version.major > 2 or ansible_version.minor >= 8 else matrix_redis_docker_image_force_pull }}" | force: "{{ omit if ansible_version.major > 2 or ansible_version.minor >= 8 else matrix_redis_docker_image_force_pull }}" | ||||
| when: matrix_redis_enabled | bool | when: matrix_redis_enabled | bool | ||||
| register: result | register: result | ||||
| retries: "{{ matrix_container_retries_count }}" | |||||
| delay: "{{ matrix_container_retries_delay }}" | |||||
| retries: "{{ devture_playbook_help_container_retries_count }}" | |||||
| delay: "{{ devture_playbook_help_container_retries_delay }}" | |||||
| until: result is not failed | until: result is not failed | ||||
| - name: Ensure redis paths exist | - name: Ensure redis paths exist | ||||
| @@ -55,8 +55,8 @@ | |||||
| force: "{{ omit if ansible_version.major > 2 or ansible_version.minor >= 8 else matrix_registration_docker_image_force_pull }}" | force: "{{ omit if ansible_version.major > 2 or ansible_version.minor >= 8 else matrix_registration_docker_image_force_pull }}" | ||||
| when: "not matrix_registration_container_image_self_build | bool" | when: "not matrix_registration_container_image_self_build | bool" | ||||
| register: result | register: result | ||||
| retries: "{{ matrix_container_retries_count }}" | |||||
| delay: "{{ matrix_container_retries_delay }}" | |||||
| retries: "{{ devture_playbook_help_container_retries_count }}" | |||||
| delay: "{{ devture_playbook_help_container_retries_delay }}" | |||||
| until: result is not failed | until: result is not failed | ||||
| - name: Ensure matrix-registration repository is present when self-building | - name: Ensure matrix-registration repository is present when self-building | ||||
| @@ -7,8 +7,8 @@ | |||||
| force_source: "{{ matrix_sygnal_docker_image_force_pull if ansible_version.major > 2 or ansible_version.minor >= 8 else omit }}" | force_source: "{{ matrix_sygnal_docker_image_force_pull if ansible_version.major > 2 or ansible_version.minor >= 8 else omit }}" | ||||
| force: "{{ omit if ansible_version.major > 2 or ansible_version.minor >= 8 else matrix_sygnal_docker_image_force_pull }}" | force: "{{ omit if ansible_version.major > 2 or ansible_version.minor >= 8 else matrix_sygnal_docker_image_force_pull }}" | ||||
| register: result | register: result | ||||
| retries: "{{ matrix_container_retries_count }}" | |||||
| delay: "{{ matrix_container_retries_delay }}" | |||||
| retries: "{{ devture_playbook_help_container_retries_count }}" | |||||
| delay: "{{ devture_playbook_help_container_retries_delay }}" | |||||
| until: result is not failed | until: result is not failed | ||||
| - name: Ensure Sygnal paths exists | - name: Ensure Sygnal paths exists | ||||
| @@ -12,8 +12,8 @@ | |||||
| force: "{{ omit if ansible_version.major > 2 or ansible_version.minor >= 8 else matrix_synapse_admin_docker_image_force_pull }}" | force: "{{ omit if ansible_version.major > 2 or ansible_version.minor >= 8 else matrix_synapse_admin_docker_image_force_pull }}" | ||||
| when: "matrix_synapse_admin_enabled | bool and not matrix_synapse_admin_container_image_self_build | bool" | when: "matrix_synapse_admin_enabled | bool and not matrix_synapse_admin_container_image_self_build | bool" | ||||
| register: result | register: result | ||||
| retries: "{{ matrix_container_retries_count }}" | |||||
| delay: "{{ matrix_container_retries_delay }}" | |||||
| retries: "{{ devture_playbook_help_container_retries_count }}" | |||||
| delay: "{{ devture_playbook_help_container_retries_delay }}" | |||||
| until: result is not failed | until: result is not failed | ||||
| - name: Ensure matrix-synapse-admin repository is present when self-building | - name: Ensure matrix-synapse-admin repository is present when self-building | ||||
| @@ -9,8 +9,8 @@ | |||||
| owner: "{{ matrix_user_username }}" | owner: "{{ matrix_user_username }}" | ||||
| group: "{{ matrix_user_groupname }}" | group: "{{ matrix_user_groupname }}" | ||||
| register: result | register: result | ||||
| retries: "{{ matrix_geturl_retries_count }}" | |||||
| delay: "{{ matrix_geturl_retries_delay }}" | |||||
| retries: "{{ devture_playbook_help_geturl_retries_count }}" | |||||
| delay: "{{ devture_playbook_help_geturl_retries_delay }}" | |||||
| until: result is not failed | until: result is not failed | ||||
| - ansible.builtin.set_fact: | - ansible.builtin.set_fact: | ||||
| @@ -14,8 +14,8 @@ | |||||
| owner: "{{ matrix_user_username }}" | owner: "{{ matrix_user_username }}" | ||||
| group: "{{ matrix_user_groupname }}" | group: "{{ matrix_user_groupname }}" | ||||
| register: result | register: result | ||||
| retries: "{{ matrix_geturl_retries_count }}" | |||||
| delay: "{{ matrix_geturl_retries_delay }}" | |||||
| retries: "{{ devture_playbook_help_geturl_retries_count }}" | |||||
| delay: "{{ devture_playbook_help_geturl_retries_delay }}" | |||||
| until: result is not failed | until: result is not failed | ||||
| - ansible.builtin.set_fact: | - ansible.builtin.set_fact: | ||||
| @@ -19,8 +19,8 @@ | |||||
| owner: "{{ matrix_user_username }}" | owner: "{{ matrix_user_username }}" | ||||
| group: "{{ matrix_user_groupname }}" | group: "{{ matrix_user_groupname }}" | ||||
| register: result | register: result | ||||
| retries: "{{ matrix_geturl_retries_count }}" | |||||
| delay: "{{ matrix_geturl_retries_delay }}" | |||||
| retries: "{{ devture_playbook_help_geturl_retries_count }}" | |||||
| delay: "{{ devture_playbook_help_geturl_retries_delay }}" | |||||
| until: result is not failed | until: result is not failed | ||||
| - ansible.builtin.set_fact: | - ansible.builtin.set_fact: | ||||
| @@ -9,8 +9,8 @@ | |||||
| force_source: "{{ matrix_s3_goofys_docker_image_force_pull if ansible_version.major > 2 or ansible_version.minor >= 8 else omit }}" | force_source: "{{ matrix_s3_goofys_docker_image_force_pull if ansible_version.major > 2 or ansible_version.minor >= 8 else omit }}" | ||||
| force: "{{ omit if ansible_version.major > 2 or ansible_version.minor >= 8 else matrix_s3_goofys_docker_image_force_pull }}" | force: "{{ omit if ansible_version.major > 2 or ansible_version.minor >= 8 else matrix_s3_goofys_docker_image_force_pull }}" | ||||
| register: result | register: result | ||||
| retries: "{{ matrix_container_retries_count }}" | |||||
| delay: "{{ matrix_container_retries_delay }}" | |||||
| retries: "{{ devture_playbook_help_container_retries_count }}" | |||||
| delay: "{{ devture_playbook_help_container_retries_delay }}" | |||||
| until: result is not failed | until: result is not failed | ||||
| # This will throw a Permission Denied error if already mounted | # This will throw a Permission Denied error if already mounted | ||||
| @@ -49,8 +49,8 @@ | |||||
| force_source: "{{ matrix_synapse_rust_synapse_compress_state_docker_image_force_pull if ansible_version.major > 2 or ansible_version.minor >= 8 else omit }}" | force_source: "{{ matrix_synapse_rust_synapse_compress_state_docker_image_force_pull if ansible_version.major > 2 or ansible_version.minor >= 8 else omit }}" | ||||
| force: "{{ omit if ansible_version.major > 2 or ansible_version.minor >= 8 else matrix_synapse_rust_synapse_compress_state_docker_image_force_pull }}" | force: "{{ omit if ansible_version.major > 2 or ansible_version.minor >= 8 else matrix_synapse_rust_synapse_compress_state_docker_image_force_pull }}" | ||||
| register: result | register: result | ||||
| retries: "{{ matrix_container_retries_count }}" | |||||
| delay: "{{ matrix_container_retries_delay }}" | |||||
| retries: "{{ devture_playbook_help_container_retries_count }}" | |||||
| delay: "{{ devture_playbook_help_container_retries_delay }}" | |||||
| until: result is not failed | until: result is not failed | ||||
| - name: Generate rust-synapse-compress-state room find command | - name: Generate rust-synapse-compress-state room find command | ||||
| @@ -58,8 +58,8 @@ | |||||
| force: "{{ omit if ansible_version.major > 2 or ansible_version.minor >= 8 else matrix_synapse_docker_image_force_pull }}" | force: "{{ omit if ansible_version.major > 2 or ansible_version.minor >= 8 else matrix_synapse_docker_image_force_pull }}" | ||||
| when: "not matrix_synapse_container_image_self_build" | when: "not matrix_synapse_container_image_self_build" | ||||
| register: result | register: result | ||||
| retries: "{{ matrix_container_retries_count }}" | |||||
| delay: "{{ matrix_container_retries_delay }}" | |||||
| retries: "{{ devture_playbook_help_container_retries_count }}" | |||||
| delay: "{{ devture_playbook_help_container_retries_delay }}" | |||||
| until: result is not failed | until: result is not failed | ||||
| - when: "matrix_synapse_container_image_customizations_enabled | bool" | - when: "matrix_synapse_container_image_customizations_enabled | bool" | ||||
| @@ -19,3 +19,8 @@ | |||||
| - {'old': 'matrix_host_command_docker', 'new': 'devture_systemd_docker_base_host_command_docker'} | - {'old': 'matrix_host_command_docker', 'new': 'devture_systemd_docker_base_host_command_docker'} | ||||
| - {'old': 'matrix_host_command_sh', 'new': 'devture_systemd_docker_base_host_command_sh'} | - {'old': 'matrix_host_command_sh', 'new': 'devture_systemd_docker_base_host_command_sh'} | ||||
| - {'old': 'matrix_host_command_systemctl', 'new': 'devture_systemd_docker_base_host_command_systemctl'} | - {'old': 'matrix_host_command_systemctl', 'new': 'devture_systemd_docker_base_host_command_systemctl'} | ||||
| - {'old': 'matrix_container_retries_count', 'new': 'devture_playbook_help_container_retries_count'} | |||||
| - {'old': 'matrix_container_retries_delay', 'new': 'devture_playbook_help_container_retries_delay'} | |||||
| - {'old': 'matrix_geturl_retries_count', 'new': 'devture_playbook_help_geturl_retries_count'} | |||||
| - {'old': 'matrix_geturl_retries_delay', 'new': 'devture_playbook_help_geturl_retries_delay'} | |||||