Uses vagrant and an ansible playbook to automatically provision and install k3s.
- Ensure that the node-token is NOT currently in the data directory. If it is, remove the data folder.
vagrant up
vagrant ssh
to reach the server, orvagrant ssh k3sagent
to reach the agent.