feat: k3s role

This commit is contained in:
NaeiKinDus 2024-02-04 14:48:13 +00:00
parent b7a09296bc
commit 83c6ce3513
16 changed files with 285 additions and 0 deletions

View file

@ -6,3 +6,7 @@ global_ip_dualstack: false
# security role
security_firewall_mangle_drop_privatenets: false
global_dns_domainname: "{{ vault_global_dns_domainname }}"
k3s_operator_ssh_key_path: "{{ vault_k3s_operator_ssh_key_path }}"
k3s_operator_ips: "{{ vault_k3s_operator_ips }}"
k3s_operator_username: "{{ vault_k3s_operator_username }}"