k3s-io / k3s-ansible

Apache License 2.0
2.01k stars 802 forks source link

Expose INSTALL_K3S_SKIP_SELINUX_RPM #343

Closed lentzi90 closed 3 months ago

lentzi90 commented 3 months ago

Changes

Add a variable k3s_skip_selinux_rpm that can be used to override/set INSTALL_K3S_SKIP_SELINUX_RPM.

Linked Issues

dereknola commented 3 months ago

We don't expose anything beyond the necessary ENVs by design, so not to cluster up the config options. You don't need to expose this env variable, you can just pass ansible-playbook --extra-vars "INSTALL_K3S_SKIP_SELINUX_RPM=true".

lentzi90 commented 3 months ago

Ah thanks!