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

update playbooks to have boolean when needed true/false and not yes or no #204

Closed jmbertoncelli closed 5 months ago

jmbertoncelli commented 1 year ago

update playbooks to have boolean when needed true/false and not yes or no.

timothystewart6 commented 1 year ago

Hey, thanks, It's definitely valid and ansible converts it to a boolean value. I am definitely a fan over booleans than strings though, yes always seemed weird.

timothystewart6 commented 1 year ago

Just a note that if anyone takes this on, they will also need to update the linting rules too.

irish1986 commented 1 year ago

I will have a crack at this and will need some help with comment and criticism.

timothystewart6 commented 5 months ago

closed by https://github.com/techno-tim/k3s-ansible/issues/204