techno-tim / k3s-ansible

The easiest way to bootstrap a self-hosted High Availability Kubernetes cluster. A fully automated HA k3s etcd install with kube-vip, MetalLB, and more. Build. Destroy. Repeat.
https://technotim.live/posts/k3s-etcd-ansible/
Apache License 2.0
2.41k stars 1.05k forks source link

Fixed issue with tasks not running on Debian Bullseye #18

Closed svartis closed 2 years ago

svartis commented 2 years ago

Proposed Changes

Fixes issue with Debian Bullseye on raspberry pi not being detected. So it does no run the Raspbian tasks.

Also added install of iptables if this dependency is missing. On Debian Buster its installed as default but not on Debian Bullseye.

I have tested it on both Debian Buster and Debian Bullseye

Checklist

timothystewart6 commented 2 years ago

This fixes https://github.com/techno-tim/k3s-ansible/discussions/11#discussioncomment-2501156

timothystewart6 commented 2 years ago

Thank you!