Skip to content

Commit

Permalink
fixed
Browse files Browse the repository at this point in the history
Signed-off-by: desmax74 <[email protected]>
  • Loading branch information
desmax74 committed Sep 25, 2024
1 parent ee15692 commit a663f91
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions roles/tpa_single_node/vars/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ tpa_single_node_pg_user_passwd: guac1234
tpa_single_node_pg_ssl_mode: disable

# Storage Service (S3 or Minio)
tpa_single_node_storage_endpoint: https://minio-route-ansible-test.apps.tpa1.tpa.rhocf-dev.net # <Enter minio storage endpoint, For AWS this field is not necessary>
tpa_single_node_storage_region: us-west-1 # <AWS S3 Storage region> # For Minio just keep us-west-1
tpa_single_node_storage_endpoint: # <Enter minio storage endpoint, For AWS this field is not necessary>
tpa_single_node_storage_region: # <AWS S3 Storage region> # For Minio just keep us-west-1
tpa_single_node_storage_access_key: "{{ lookup('env', 'TPA_STORAGE_ACCESS_KEY') }}"
tpa_single_node_storage_secret_key: "{{ lookup('env', 'TPA_STORAGE_SECRET_KEY') }}"
tpa_single_node_storage_bombastic_bucket: bombastic-default # <bombastic storage bucket name>
Expand Down

0 comments on commit a663f91

Please sign in to comment.