better fedora setup

This commit is contained in:
2024-03-26 15:14:23 +01:00
parent a56bc1128e
commit d59b2c9705
17 changed files with 304 additions and 93 deletions

View File

@@ -4,9 +4,8 @@ disable:
- traefik
- servicelb
{% if ansible_host == master_ip %}
{% if inventory_hostname == ansible_play_hosts[0] %}
cluster-init: true
{% else %}
server: https://{{ master_ip }}:6443
server: https://{{ hostvars['k3s-1'].ansible_default_ipv4.address }}:6443
{% endif %}