Skip to content

Commit

Permalink
Merge pull request #4 from trustification/vars
Browse files Browse the repository at this point in the history
vars
  • Loading branch information
desmax74 authored Aug 28, 2024
2 parents b04940c + 785e42e commit 9040116
Show file tree
Hide file tree
Showing 5 changed files with 27 additions and 43 deletions.
22 changes: 22 additions & 0 deletions play.yml
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
5 changes: 4 additions & 1 deletion roles/tpa_single_node/defaults/main.yml
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
1 change: 1 addition & 0 deletions roles/tpa_single_node/tasks/podman.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
containers.podman.podman_image:
name: "{{ tpa_single_node_guac_image }}"

# REMOVE THE FOLLOWING CONTAINERS TO USE EXTERNAL SERVICES
- name: Pull SSO image from registry.redhat.io
when:
- ansible_facts['distribution'] == 'RedHat'
Expand Down
25 changes: 0 additions & 25 deletions roles/tpa_single_node/tasks/podman/install_manifest.yml

This file was deleted.

17 changes: 0 additions & 17 deletions vm-testing/play_.yml

This file was deleted.

0 comments on commit 9040116

Please sign in to comment.