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

Even if internet access on the target nodes is available, the images were not part of the Ansible rollout itself. Since they are pre-packaged and available from k3s for all...

It would be nice to get off 1.17 (which is the current version this playbook installs), but there is one caveat—at least in some testing from @alexellis—it seems that K3s...

When using ipv6 addresses in inventory, it is incorrectly substituted in the url, thus the nodes cannot connect to the master. The address must be in square brackets

Fair warning, zero experience incoming! I have a cluster of raspberry pi's I'm playing with. I have a static site hosted with NGINX on one of the nodes with a...

It'd be great to have optional support for SELinux: https://rancher.com/docs/k3s/latest/en/advanced/#experimental-selinux-support From https://github.com/rancher/k3s/issues/2473#issuecomment-723346270 : k3s-ansible (an excellent reference for the necessary setup steps) could be updated here as well: https://github.com/rancher/k3s-ansible/blob/721c3487027e42d30c60eb206e0fb5abfddd094f/roles/prereq/tasks/main.yml#L2-L5 OTOH...

CentOS based OSes don't have the contents of `ansible_facts.lsb.description` populated by Ansible facts gathering, so the detection of Raspbian causes the playbook to fail with this on Ansible 2.8.11: ```...

Getting a 'raspian is true' failed error when master and nodes are x64 Intel Debian Buster , not ARM, not RaspberryPIs $ ssh 192.168.86.110 uname -a Linux alfred 4.19.0-10-amd64 #1...

Running raspbian 5.4.51+ and getting the error: FAILED! => {"msg": "The conditional check 'raspbian is true' failed. The error was: template error while templating string: no test named 'true'. String:...

I found that running the example multiple times it kept rebooting nodes, redownloading the binary file and restarting the service. My setup: [leader] Raspberry Pi 4 Ubuntu 20.04 64ARM [minions]...

The 'when' conditionals (bolded below) in the raspbian task main.yml generate a syntax error (see below). Update them to 'raspbian == true' to resolve the syntax. - name: Activating cgroup...