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.
 
 
 
 

5 lines
223 B

k3s_node_token: 'SOME_SECRET'
k3s_bootstrap: false
k3s_node_address: "{{ ipv4_address }}"
k3s_master_address: "{{ hostvars[groups['linux_k3s_master'][0]]['ipv4_address'] }}"
k3s_node_interface: "{{ ansible_interfaces.0 }}"