feat: k3s role
This commit is contained in:
parent
b7a09296bc
commit
83c6ce3513
16 changed files with 285 additions and 0 deletions
|
@ -4,3 +4,7 @@ ansible_user: "{{ vault_ssh_user }}"
|
|||
|
||||
security_firewall_mangle_drop_privatenets: false
|
||||
security_firewall_mangle_policy_forward: accept
|
||||
|
||||
k3s_cluster_name: internal
|
||||
k3s_cluster_role: server
|
||||
k3s_cluster_ip: "{{ vault_cluster_ip }}"
|
||||
|
|
|
@ -1,3 +1,6 @@
|
|||
ansible_become_password: "{{ vault_root_pass }}"
|
||||
ansible_host: "{{ vault_ansible_host }}"
|
||||
ansible_user: "{{ vault_ssh_user }}"
|
||||
|
||||
k3s_cluster_name: pounce
|
||||
k3s_cluster_role: server
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue