forked from lablabs/ansible-role-rke2
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Fix/fix partition rke2 #1
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add partition check for /usr/local
Editors that support this configuration automatically add a final newline.
…efault-cert Allow configuration of nginx ingress controller
Fix typo in rke2_cloud_provider_name value
Run ansible-lint in CI and fix issue
fix: unquoted wildcard in mirror config
…restore-remove-old-nodes
…-nodes Fix removing old nodes after restore if rke2-server already started
Add editorconfig
Fix separate partition check
fix: Include ingress-nginx.yml only if rke2_ingress_nginx_values is not empty
ci: fix ansible-lint ci: remove .yamllint ci: rl9 test ci: rl9 test ci: rl9 test ci: rl9 test ci: rl9 test ci: u24 test ci: u24 test ci: u24 test ci: u24 test ci: u24 test
ci: fix ansible-lint
feat: use ansible.builtin.dnf module
feat: add dependabot
Bumps [pre-commit/action](https://github.com/pre-commit/action) from 2.0.3 to 3.0.1. - [Release notes](https://github.com/pre-commit/action/releases) - [Commits](pre-commit/action@v2.0.3...v3.0.1) --- updated-dependencies: - dependency-name: pre-commit/action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
Bumps [release-drafter/release-drafter](https://github.com/release-drafter/release-drafter) from 5 to 6. - [Release notes](https://github.com/release-drafter/release-drafter/releases) - [Commits](release-drafter/release-drafter@v5...v6) --- updated-dependencies: - dependency-name: release-drafter/release-drafter dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
Always populate active_server
Update config.yaml.j2
Further check mode fixes
fix: Change pod readiness check mechanism
add environment INSTALL_RKE2_TYPE
add config option: selinux
fix linting
remove old nodes when restoring etcd
…ling fix spelling error with backwards compatiblity
rke2 cni as a list
…erred rke2_type is inferred by what group the host is in.
fix airgap deploy
conditional is missing the and operand
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Type of change
How Has This Been Tested?