Closed crutonjohn closed 2 years ago
This still has some more things to go, but I wanted to get it on your radar @xanmanning
Hi @crutonjohn do you want to merge in changes from main
on this repo to fix the molecule
tests?
@xanmanning i believe i got it
let me know if there is anything else i can help with
Air Gap Support
Bring your own binary
Summary
The aim of this feature is to support users who are unable to contact or download anything from Github in the middle of deploying their k3s cluster.
Setting the
k3s_airgap
var totrue
will expect thek3s
binary to live infiles/k3s
as is the default behavior for theansible.builtin.copy
module.Issue type
Test instructions
Simply changing the
k3s_airgap
var totrue
and placingk3s
binary infiles/
will allow you to run the role as expected, skipping steps that are normally reserved for version checking and sanity checking as it relates to downloading the binary.Acceptance Criteria
Additional Information