feat: k3s role
This commit is contained in:
parent
b7a09296bc
commit
83c6ce3513
16 changed files with 285 additions and 0 deletions
|
@ -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 }}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue