279 wait for node to show ready status failures dont stop playbook#314
Open
aleiner wants to merge 27 commits into
Open
279 wait for node to show ready status failures dont stop playbook#314aleiner wants to merge 27 commits into
aleiner wants to merge 27 commits into
Conversation
Co-authored-by: Adam Leiner <adam.leiner@ranchergovernment.com>
* updating documentation * fixing line too long * Remove superfluous vars file --------- Co-authored-by: Adam Leiner <adam.leiner@ranchergovernment.com> Co-authored-by: Jacob Hanafin <jacob@hanafin.pro>
* adjustments to STIG compliance * Fix pyinfra tests --------- Co-authored-by: Adam Leiner <adam.leiner@ranchergovernment.com> Co-authored-by: Jacob Hanafin <jacob@hanafin.pro>
* Add RKE2 role tags
* nm fix * check for NetworkManager not-found to prevent triggering on systems without NM * updating for correctness * adding tags to resolve merge conflict --------- Co-authored-by: Adam Leiner <adam.leiner@ranchergovernment.com> Co-authored-by: Jacob Hanafin <jacob@hanafin.pro>
…ll always print an error during the first installation (#307) * skipping task that we know will fail * fixing variable logic --------- Co-authored-by: Adam Leiner <adam.leiner@ranchergovernment.com> Co-authored-by: Jacob Hanafin <jacob@hanafin.pro>
* Update cis_hardening.yml * Update cis_hardening.yml
Co-authored-by: Adam Leiner <104371562+aleiner@users.noreply.github.com>
Co-authored-by: Adam Leiner <adam.leiner@ranchergovernment.com>
* rpm install from local dir --------- Co-authored-by: Adam Leiner <adam.leiner@ranchergovernment.com>
* support changing data-dir --------- Co-authored-by: Adam Leiner <adam.leiner@ranchergovernment.com>
* logic review --------- Co-authored-by: Adam Leiner <adam.leiner@ranchergovernment.com>
Co-authored-by: Adam Leiner <adam.leiner@ranchergovernment.com>
* stig typo fix * lint fix --------- Co-authored-by: Adam Leiner <adam.leiner@ranchergovernment.com>
#326) * adding ability to skip installs on subsequent runs; fixing logic to detect existing clusters * linting --------- Co-authored-by: Adam Leiner <adam.leiner@ranchergovernment.com>
Co-authored-by: Adam Leiner <adam.leiner@ranchergovernment.com>
* ace options * linting --------- Co-authored-by: Adam Leiner <adam.leiner@ranchergovernment.com> Co-authored-by: Jacob Hanafin <jacob@hanafin.pro>
* fix upgrade playbook * reverting calculate_ver --------- Co-authored-by: Adam Leiner <adam.leiner@ranchergovernment.com>
Collaborator
Author
|
Can be tested by disabling |
aleiner
force-pushed
the
279-wait-for-node-to-show-ready-status-failures-dont-stop-playbook
branch
from
December 19, 2025 20:10
6ca05dc to
fafde3d
Compare
This file contains hidden or 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
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.
What type of PR is this?
(REQUIRED)
What this PR does / why we need it:
Adds logic to account for nodes where RKE2 may have been running previously. It configures and starts that node as the leader.
Which issue(s) this PR fixes:
Fixes #279