Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
Signed-off-by: desmax74 <[email protected]>
  • Loading branch information
desmax74 committed Oct 24, 2024
1 parent 38d66d9 commit 5a7dae5
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 9 deletions.
9 changes: 0 additions & 9 deletions roles/tpa_single_node/defaults/main.yml
Original file line number Diff line number Diff line change
@@ -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 # <AWS S3 Storage region> # For Minio just keep eu-west-1
Expand Down
10 changes: 10 additions & 0 deletions roles/tpa_single_node/vars/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 5a7dae5

Please sign in to comment.