k8s-clusters/ansible/k3s-node/tasks/main.yml

11 lines
285 B
YAML
Raw Normal View History

2022-02-06 15:52:03 -06:00
- 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