-
Notifications
You must be signed in to change notification settings - Fork 134
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Custom k3s_binary_url #211
Comments
Hi @bconn98 If your control node has connectivity to the Nexus mirror, you could have a @xanmanning @onedr0p what are you thoughts on this? If something was implemented for this, could the usage be something like:
And modify the |
We're open to PRs on that implementation. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
agree, happy to take a look if you have a solution in mind to implement |
Implemented logic for this (untested) in dbrennand@56db9e8. Usage: k3s_airgap: true
k3s_binary_url: https://nexus.company.com/path/to/k3s
k3s_hash_url: https://nexus.company.com/path/to/checksum.txt |
That implementation seems fine to me. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Summary
Allow for overriding of
k3s_binary_url
for use in FOSS controlled environments. My employer requires that we pull FOSS components from a company controlled nexus mirror and this does not appear to be supported by the role currently.Issue Type
User Story
As an ansible user, I want to override the
k3s_binary_url
variable so that I can pull from sources other than GitHub.The text was updated successfully, but these errors were encountered: