k3s-ansible icon indicating copy to clipboard operation
k3s-ansible copied to clipboard

Results 90 k3s-ansible issues
Sort by recently updated
recently updated
newest added

The step to enable cgroups still fails after https://github.com/k3s-io/k3s-ansible/pull/300/files in RPI when cmdline.txt is not present. The warning is displayed, but the step is not skipped. ``` TASK [raspberrypi :...

#### Changes #### remove unneded become when download k3s-install.sh fix keep file ext when airgap download to host #### Linked Issues #### Closes #310

if place only gzip or zst in airgap_dir for example: k3s-airgap-images-amd64.tar.gz playbook place it in k3s-airgap-images-amd64.tar and images will fail with error: "invalid tar archive format"

Hi, I'm not sure if this an ansible bug or this is a playbook bug. I ran this ansible playbook on Ubuntu 22.04.4 LTS and targeting a raspberry pi 4...

The RKE2 ansible automation will generate a token if one isn't explicitly defined. It'd be nice if this automation was configured the same way.

The below tasks are repeated even when they are not needed. Fixes are forthcoming. ### [k3s_server](https://github.com/k3s-io/k3s-ansible/blob/19c206d0cb448a33c869bbb8e084653e111be582/roles/k3s_server/tasks/main.yml) - [x] Download K3s binary, https://github.com/k3s-io/k3s-ansible/blob/19c206d0cb448a33c869bbb8e084653e111be582/roles/k3s_server/tasks/main.yml#L13 - [ ] Copy K3s service file [Single],...

Moving the k3s service to `/tmp` changes the file's security context and breaks the service. I'm happy to log a PR if needed, just let me know which option makes...

After submitting an issue over a year ago there has been no movement. https://github.com/k3s-io/k3s-ansible/issues/190 I think missing scripts for basic management in alignment with k3s docs makes using this playbook...

question

Can I get ansible-galaxy namespace? If not I would like this to be published to ansible-galaxy. What is the procedure for it?

Having issues with airgap install, not sure if it is my lack of understanding but in the task below the agent and server are both installed https://github.com/k3s-io/k3s-ansible/blob/91ee70ee17d765df0dd42b0f92a7fbc75193bc63/roles/airgap/tasks/main.yml#L112 I don't think...