From b4ff68f26a6903b707e0549bacc04e9e01d6878e Mon Sep 17 00:00:00 2001 From: desmax74 Date: Thu, 24 Oct 2024 15:13:16 +0200 Subject: [PATCH] Read the host_ip from the machine Signed-off-by: desmax74 --- roles/tpa_single_node/vars/main_example_aws.yml | 1 - roles/tpa_single_node/vars/main_example_nonaws.yml | 1 - 2 files changed, 2 deletions(-) diff --git a/roles/tpa_single_node/vars/main_example_aws.yml b/roles/tpa_single_node/vars/main_example_aws.yml index c8badda1..61a32804 100644 --- a/roles/tpa_single_node/vars/main_example_aws.yml +++ b/roles/tpa_single_node/vars/main_example_aws.yml @@ -1,7 +1,6 @@ --- # vars file for tpa_scaffolding tpa_single_node_base_hostname: trustification -tpa_single_node_rhel_host: "{{ lookup('env', 'TPA_RHEL_HOST') | default('192.168.121.60', true) }}" tpa_single_node_certificates_dir: certs/ tpa_single_node_config_dir: /etc/rhtpa tpa_single_node_kube_manifest_dir: "{{ tpa_single_node_config_dir }}/manifests" diff --git a/roles/tpa_single_node/vars/main_example_nonaws.yml b/roles/tpa_single_node/vars/main_example_nonaws.yml index e8700066..fb2cc236 100644 --- a/roles/tpa_single_node/vars/main_example_nonaws.yml +++ b/roles/tpa_single_node/vars/main_example_nonaws.yml @@ -1,7 +1,6 @@ --- # vars file for tpa_scaffolding tpa_single_node_base_hostname: trustification -tpa_single_node_rhel_host: "{{ lookup('env', 'TPA_RHEL_HOST') | default('192.168.121.60', true) }}" tpa_single_node_certificates_dir: certs/ tpa_single_node_config_dir: /etc/rhtpa tpa_single_node_kube_manifest_dir: "{{ tpa_single_node_config_dir }}/manifests"