-
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.
Merge pull request #4 from trustification/vars
vars
- Loading branch information
Showing
5 changed files
with
27 additions
and
43 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 |
---|---|---|
@@ -0,0 +1,22 @@ | ||
- name: Trustification | ||
hosts: trustification | ||
vars: | ||
tpa_single_node_base_hostname: trustification | ||
tpa_single_node_skip_os_install: true | ||
# * tpa_single_node_registry_username | ||
# * get at https://access.redhat.com/terms-based-registry | ||
tpa_single_node_registry_username: <YOUR_USERNAME> | ||
# * tpa_single_node_registry_password | ||
# * get at https://access.redhat.com/terms-based-registry | ||
tpa_single_node_registry_password: <YOUR_PASSWORD> | ||
tpa_single_node_podman_network: tcnet | ||
tpa_single_node_trustification_image: | ||
tpa_single_node_guac_image: | ||
# REMOVE TO USE EXTERNAl SERVICES | ||
tpa_single_node_sso_image: | ||
tpa_single_node_postgresql: | ||
tpa_single_node_streams_kafka: | ||
tasks: | ||
- name: Include TPA single node | ||
ansible.builtin.include_role: | ||
name: tpa_single_node |
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,2 +1,5 @@ | ||
--- | ||
# defaults file for tpa_single_node | ||
# defaults file for tas_single_node | ||
tpa_single_node_system_packages: | ||
- podman | ||
- podman-plugins |
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 was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.