- Update repo URLs from HTTPS placeholder to git@github.com:lazorgurl/homelab.git - Update container image refs from OWNER to lazorgurl - Set KUBECONFIG env in Taskfile - Fix kubeconfig-fetch.sh to auto-detect server IP from inventory - Fix Ansible: callback plugin, br_netfilter ordering, ssh service name
11 lines
182 B
YAML
11 lines
182 B
YAML
---
|
|
all:
|
|
children:
|
|
k3s_cluster:
|
|
children:
|
|
servers:
|
|
hosts:
|
|
catherby:
|
|
ansible_host: 192.168.1.50
|
|
k3s_role: server
|