mirror of
https://github.com/khuedoan/homelab.git
synced 2025-02-07 01:28:42 +07:00
10 lines
283 B
Django/Jinja
10 lines
283 B
Django/Jinja
{% if inventory_hostname == groups['masters'][0] %}
|
|
cluster-init: true
|
|
{% else %}
|
|
server: https://{{ hostvars[groups['masters'][0]].ansible_host }}:6443
|
|
{% endif %}
|
|
token-file: {{ k3s_token_file }}
|
|
{% if 'masters' in group_names %}
|
|
{{ k3s_server_config | to_nice_yaml }}
|
|
{% endif %}
|