2021-11-25 18:26:44 +07:00
|
|
|
- name: Create Kubernetes cluster
|
|
|
|
hosts: metal
|
|
|
|
roles:
|
|
|
|
- k3s
|
2022-02-25 01:31:52 +07:00
|
|
|
- automatic_upgrade
|
2021-12-27 12:24:23 +07:00
|
|
|
|
|
|
|
- name: Create some basic config
|
|
|
|
hosts: localhost
|
|
|
|
environment:
|
|
|
|
KUBECONFIG: ./kubeconfig.yaml
|
|
|
|
roles:
|
|
|
|
- metallb_config
|