Initial commit: itential.valkey collection - #1
Closed
Amunagala-itential wants to merge 1 commit into
Closed
Amunagala-itential wants to merge 1 commit into
Amunagala-itential wants to merge 1 commit into
Conversation
Standalone Ansible collection installing Valkey as a Remi-free, EL9/Amazon Linux 2023-only alternative to itential.deployer's redis role. Depends on itential.deployer at runtime for the shared common and offline utility roles. This collection is transitional: it exists separately from itential.deployer only until roles/redis is retired there, at which point roles/valkey and its playbooks are intended to be merged directly into itential.deployer.
Collaborator
Author
|
Superseded — restructuring to use dev as the default branch, per the fork-based workflow used for itential.deployer. Content now lives on dev directly. |
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.
Summary
Initial scaffold of the standalone
itential.valkeyAnsible collection: installs Valkey as a Remi-free, EL9/Amazon Linux 2023-only alternative toitential.deployer'sredisrole.This collection is transitional — it exists separately from
itential.deployeronly untilroles/redisis retired there, at which pointroles/valkeyand its playbooks are intended to be merged directly intoitential.deployer.Depends on
itential.deployerat runtime for the sharedcommon/offlineutility roles (referenced by FQCN).Contents
roles/valkey/— the role, ported fromitential.deployer's in-progress PR (#374 there), withcommon/offlinecalls rewritten to FQCN and internal variables renamed with avalkey_prefix for namespace safetyplaybooks/valkey.yml,verify_valkey.yml,certify_valkey.yml,download_packages_valkey.ymldocs/valkey_guide.md,example_inventories/valkey/itential.deployer's conventions (ansible-lint,role-readme-check, changelog/publish workflows)Test plan
ansible-lintclean (0 failures) with bothitential.valkeyanditential.deployerregistered as collectionscertify_valkey.ymlpasses clean on all hosts, cross-collection FQCN resolution confirmed working end-to-end