From 5a7dae55833768753bb1563a003dcc20d60a2534 Mon Sep 17 00:00:00 2001 From: desmax74 Date: Thu, 24 Oct 2024 13:44:31 +0200 Subject: [PATCH] fix Signed-off-by: desmax74 --- roles/tpa_single_node/defaults/main.yml | 9 --------- roles/tpa_single_node/vars/main.yml | 10 ++++++++++ 2 files changed, 10 insertions(+), 9 deletions(-) diff --git a/roles/tpa_single_node/defaults/main.yml b/roles/tpa_single_node/defaults/main.yml index 9c759a2..2580150 100644 --- a/roles/tpa_single_node/defaults/main.yml +++ b/roles/tpa_single_node/defaults/main.yml @@ -1,13 +1,4 @@ --- -# defaults file for tpa_single_node -tpa_single_node_system_packages: - - podman - - podman-plugins - # @postgres-remove - - postgresql - - postgresql-server - - python3-pip - - python3-cryptography # Storage Service tpa_single_node_storage_type: minio # Either s3 or minio or other s3 compatible tpa_single_node_storage_region: eu-west-1 # # For Minio just keep eu-west-1 diff --git a/roles/tpa_single_node/vars/main.yml b/roles/tpa_single_node/vars/main.yml index 0f2df10..3cffd46 100644 --- a/roles/tpa_single_node/vars/main.yml +++ b/roles/tpa_single_node/vars/main.yml @@ -86,3 +86,13 @@ tpa_single_node_bombastic_walker_suspended: true tpa_single_node_dataset_job_suspended: true tpa_single_node_vexination_walker_suspended: true tpa_single_node_v11y_walker_suspended: false + +# defaults file for tpa_single_node +tpa_single_node_system_packages: + - podman + - podman-plugins + # @postgres-remove + - postgresql + - postgresql-server + - python3-pip + - python3-cryptography