diff --git a/roles/tpa_single_node/vars/main_example_aws.yml b/roles/tpa_single_node/vars/main_example_aws.yml index c8badda..61a3280 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 e870006..fb2cc23 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"