From dcb3b887f95c7b2d2a5bf67f953ec5b4b29f48c0 Mon Sep 17 00:00:00 2001 From: NaeiKinDus Date: Thu, 8 Aug 2024 00:00:00 +0000 Subject: [PATCH] chore(inventory): update lithium and external group vars --- inventory/group_vars/external/vars.yml | 4 ++++ inventory/host_vars/lithium/vars.yml | 3 --- 2 files changed, 4 insertions(+), 3 deletions(-) create mode 100644 inventory/group_vars/external/vars.yml diff --git a/inventory/group_vars/external/vars.yml b/inventory/group_vars/external/vars.yml new file mode 100644 index 0000000..02f44e1 --- /dev/null +++ b/inventory/group_vars/external/vars.yml @@ -0,0 +1,4 @@ +# security role +security_firewall_mangle_drop_privatenets: false +global_dns_domainname: "{{ vault_global_dns_domainname }}" +external_provisioner_source_ips: '{{ vault_external_provisioner_source_ips }}' diff --git a/inventory/host_vars/lithium/vars.yml b/inventory/host_vars/lithium/vars.yml index 15f65fc..e7c8a02 100644 --- a/inventory/host_vars/lithium/vars.yml +++ b/inventory/host_vars/lithium/vars.yml @@ -1,6 +1,3 @@ ansible_become_password: "{{ vault_root_pass }}" ansible_host: "{{ vault_ansible_host }}" ansible_user: "{{ vault_ssh_user }}" - -k3s_cluster_name: pounce -k3s_cluster_role: server