-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
23 additions
and
30 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
--- | ||
# Storage Service | ||
tpa_single_node_storage_type: s3 # Either s3 or minio or other s3 compatible | ||
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 | ||
# SQS_SERVICE | ||
tpa_single_node_event_bus_type: sqs # Either kafka or sqs | ||
tpa_single_node_event_bus_type: kafka # Either kafka or sqs | ||
### AWS SQS fields | ||
tpa_single_node_sqs_region: eu-west-1 # AWS SQS Region | ||
# SSO_SERVICE | ||
tpa_single_node_oidc_type: cognito # Either Keycloak or AWS Cognito | ||
tpa_single_node_oidc_type: keycloak # Either Keycloak or AWS Cognito |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,5 @@ | ||
--- | ||
- name: Reload systemd | ||
ansible.builtin.systemd_service: | ||
name: "{{ item }}" | ||
loop: "{{ services }}" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters