k8s-clusters/ansible/k3s-node/tasks/main.yml
2022-02-06 15:52:03 -06:00

11 lines
285 B
YAML

- include_tasks: ./prepare-host.yml
- include_tasks: ./install-k3s.yml
# TODO: setup loadbalancer?
- include_tasks: ./start-k3s-control-nodes.yml
# TODO: probably need some output here?
- include_tasks: ./start-k3s-agents.yml
# TODO: probably need the output from control nodes