-
Notifications
You must be signed in to change notification settings - Fork 23
Move Ansible playbooks into separate directories #1744
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
base: stackhpc/2025.1
Are you sure you want to change the base?
Conversation
d6bc9ed
to
c396e39
Compare
ffdb951
to
42fa998
Compare
@Alex-Welsh is there a reason certain playbooks are missing from |
Probably because they were added after I wrote the script |
Makes sense. Would be good to get them into the script before this gets merged though |
What do you think of dropping prefix of playbooks when the prefix and the category name is the same? Like secret-store, pulp, ceph. |
This change subdivides the playbooks under the
etc/kayobe/ansible/
directory into categories based on the content and purpose of the playbook.The new categories are:
The changes have been applied using various scripts, a few of which I have refined and added to this PR, namely:
tools/get-new-playbook-path.sh
- returns the new category of a given playbooktools/magic-symlink-fix.sh
- Fixes all the symlinks it can find, using the previous script