File tree Expand file tree Collapse file tree 4 files changed +0
-10
lines changed
templates/manifests/server Expand file tree Collapse file tree 4 files changed +0
-10
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,6 @@ Requires RHEL 9.3 or later.
2727| ------------------------------------------- | ---------------------------------------------------------------------- | ---- | ------------------------------------------------------------------------------------------------------ |
2828| tpa_single_node_trustification_image | Trustification image. | str | ` registry.redhat.io/rhtpa/rhtpa-trustification-service-rhel9:0bef82c8139cc89ef4840e36ad519ca24bb54f70 ` |
2929| tpa_single_node_base_hostname | The user name logging in to the registry to pull images. | str | ` trustification ` |
30- | tpa_single_node_rhel_host | Ip of the instance. | str | |
3130| tpa_single_node_certificates_dir | Folder where to place the certificates to deploy on the instance. | str | ` certs ` |
3231| tpa_single_node_config_dir | Configuration directory on the instance. | str | ` /etc/rhtpa ` |
3332| tpa_single_node_kube_manifest_dir | Configuration directory on the instance containing the manifests. | str | ` /etc/rhtpa/manifests ` |
Original file line number Diff line number Diff line change @@ -16,10 +16,6 @@ argument_specs:
1616 type : " str"
1717 version_added : " 2.0.0"
1818 default : " trustification"
19- tpa_single_node_rhel_host :
20- description : " Ip of the instance."
21- type : " str"
22- version_added : " 2.0.0"
2319 tpa_single_node_certificates_dir :
2420 description : " Folder where to place the certificates to deploy on the instance."
2521 type : " str"
Original file line number Diff line number Diff line change 11---
2- - name : Get IP of the current node
3- ansible.builtin.set_fact :
4- tpa_single_node_rhel_host : " {{ ansible_ssh_host }}"
5-
62- name : Set a variable about RHEL
73 ansible.builtin.set_fact :
84 rhel : false
Original file line number Diff line number Diff line change @@ -173,7 +173,6 @@ spec:
173173 - containerPort: 8080
174174 name: endpoint
175175 protocol: TCP
176- hostIP: {{ tpa_single_node_rhel_host }}
177176{% if tpa_single_node_ui_tls == 'true' %}
178177 hostPort: 443
179178{% else %}
You can’t perform that action at this time.
0 commit comments