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

I'm running the playbook with ` ansible-playbook site.yml -i inventory/sample/hosts.ini -k -K -vv`. It runs successfully up to [Enable and check K3s service] in /node/tasks/main.yml, then it hangs indefinitely. I've...

I have finished the **k3s-ha** implementation so that it implements the HA embedded database using _etcd_ whenever three (3) or more servers are defined in _hosts.ini_. I have also implemented...

`roles/prereq/tasks/main.yml` requires `selinux` module which is a part of `ansible.posix` collection. Hence, adding `ansible.posix` to `collections/requirements.yml` file.

fatal: [192.168.1.98]: FAILED! => {"msg": "The task includes an option with an undefined variable. The error was: 'k3s_version' is undefined\n\nThe error appears to be in '/Users/pierpaolo.bellillo/ansible/playbooks/k3s-ansible/roles/download/tasks/main.yml': line 3, column 3,...

On my 64-bit Raspbian lite the iptables executable was not present, causing all of the actions related to iptables to fail. Added task to install it.

Debian Buster was previously recognized as Raspbian, and there were no tasks for Debian Bullseye. This pull requests changes the os detection tasks and adds tasks for Debian to make...

Latest versions of Raspbian are based on Bullseye. I added "bullseye" to the conditional that sets the Raspbian fact.

I see, ubuntu centos, can i try this installation scrip on opensuse ?

Added commented out examples on how to use external loadbalancer with this play.