Replies: 2 comments
-
I don't think it's possible without forking it. We don't plan to add too many packages beyond what this already comes with. This way it stays flexible enough for anyone to use. |
Beta Was this translation helpful? Give feedback.
0 replies
-
I have a setup where this playbook is embedded into a larger context (with some tasks happening e.g. before and after this playbook's I am including the - name: Set up k3s cluster
ansible.builtin.import_playbook: ../k3s-ansible/site.yaml |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi Folks,
i would like to install some applications like argocd during the cluster bootstrap process. Is this possible without forking and adding new templates?
It would be nice if we can build a function which enables to specify a helmchart or/and kustomize/manifests-url which is then installed like metal-lb.
Peace
Beta Was this translation helpful? Give feedback.
All reactions