collection of ansible roles
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
k3s_node_token: 'SOME_SECRET'
|
|
k3s_bootstrap: false
|
|
k3s_master_address: "{{ hostvars[groups['linux_k3s_master'][0]]['ipv4_address'] }}"
|
|
k3s_node_address: "{{ ipv4_address }}"
|
|
|