This repository was archived by the owner on Dec 8, 2023. It is now read-only.

Description
I saw several issues regarding usage of Ansible is not possible duo to lag of python etc. (which is fine duo to the claim of the project).
So I came up with a pretty ugly Ansible raw command hackaround...because I had no better idea.
I would ask which possibilities you see to costumize the k3os after installation.
- I build my vmware-image of k3os with the default config.yaml provided by the
README.md
- I will add spin up a cluster (5 servers 3Master / 2Worker) with an external datasource
- Therefore I need to update the
config.yaml after the vm-template spun up to be either the server or the agent
- what happens if I need to change the following:
token
environment or taints
- adding/removing new/old
ssh_pub_keys?
Are there any suggestions by @dweomer or the community?