mirror of
https://github.com/khuedoan/homelab.git
synced 2025-01-03 13:30:57 +07:00
13 lines
224 B
YAML
13 lines
224 B
YAML
- name: Create Kubernetes cluster
|
|
hosts: metal
|
|
roles:
|
|
- k3s
|
|
- automatic_upgrade
|
|
|
|
- name: Create some basic config
|
|
hosts: localhost
|
|
environment:
|
|
KUBECONFIG: ./kubeconfig.yaml
|
|
roles:
|
|
- metallb_config
|