From 68476441e3970e06cfffdf996d34cba4fede97e4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?vin=C3=ADcius?= Date: Fri, 27 Jun 2025 16:53:25 +0200 Subject: [PATCH 1/3] define redis_download_url to set correct url for example playbook MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: vinícius --- examples/playbook_single_host_deploy.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/playbook_single_host_deploy.yml b/examples/playbook_single_host_deploy.yml index 673e4dd2..2f708d94 100644 --- a/examples/playbook_single_host_deploy.yml +++ b/examples/playbook_single_host_deploy.yml @@ -25,6 +25,7 @@ role_attr_flags: CREATEDB,NOSUPERUSER redis_bind: 127.0.0.1 redis_version: 6.0.9 + redis_download_url: "https://download.redis.io/releases/redis-{{ redis_version }}.tar.gz" redis_checksum: sha256:dc2bdcf81c620e9f09cfd12e85d3bc631c897b2db7a55218fd8a65eaa37f86dd pre_tasks: - name: Enable Subscription Manager Repos From a95de9dbc54cec88d7377c5369cddb4c7aa971c1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?vin=C3=ADcius?= Date: Fri, 27 Jun 2025 16:57:02 +0200 Subject: [PATCH 2/3] set latest stable redis v6 version via redis_version MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: vinícius --- examples/playbook_single_host_deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/playbook_single_host_deploy.yml b/examples/playbook_single_host_deploy.yml index 2f708d94..acde9934 100644 --- a/examples/playbook_single_host_deploy.yml +++ b/examples/playbook_single_host_deploy.yml @@ -24,7 +24,7 @@ - name: "{{ netbox_database_user }}" role_attr_flags: CREATEDB,NOSUPERUSER redis_bind: 127.0.0.1 - redis_version: 6.0.9 + redis_version: 6.2.14 redis_download_url: "https://download.redis.io/releases/redis-{{ redis_version }}.tar.gz" redis_checksum: sha256:dc2bdcf81c620e9f09cfd12e85d3bc631c897b2db7a55218fd8a65eaa37f86dd pre_tasks: From 98210460f833769d008034aabe71cb4c712f86cd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?vin=C3=ADcius?= Date: Fri, 27 Jun 2025 16:57:34 +0200 Subject: [PATCH 3/3] update redis_checksum to follow latest change on redis_version MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: vinícius --- examples/playbook_single_host_deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/playbook_single_host_deploy.yml b/examples/playbook_single_host_deploy.yml index acde9934..d8407576 100644 --- a/examples/playbook_single_host_deploy.yml +++ b/examples/playbook_single_host_deploy.yml @@ -26,7 +26,7 @@ redis_bind: 127.0.0.1 redis_version: 6.2.14 redis_download_url: "https://download.redis.io/releases/redis-{{ redis_version }}.tar.gz" - redis_checksum: sha256:dc2bdcf81c620e9f09cfd12e85d3bc631c897b2db7a55218fd8a65eaa37f86dd + redis_checksum: sha256:34e74856cbd66fdb3a684fb349d93961d8c7aa668b06f81fd93ff267d09bc277 pre_tasks: - name: Enable Subscription Manager Repos rhsm_repository: