-
Notifications
You must be signed in to change notification settings - Fork 145
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
filetree_create generate unified files #723
Merged
sean-m-sullivan
merged 9 commits into
redhat-cop:devel
from
automationiberia:filetree_create_unified_files
Nov 20, 2023
Merged
filetree_create generate unified files #723
sean-m-sullivan
merged 9 commits into
redhat-cop:devel
from
automationiberia:filetree_create_unified_files
Nov 20, 2023
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
…, teams and team_roles to direct flat output
ivarmu
requested review from
Tompage1994,
silvinux,
djdanielsson and
sean-m-sullivan
November 7, 2023 16:27
ivarmu
changed the title
Filetree create unified files
filetree_create generate unified files
Nov 7, 2023
djdanielsson
approved these changes
Nov 9, 2023
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
sounds like a very useful option for many users
sean-m-sullivan
approved these changes
Nov 19, 2023
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks useful, wonder how we can extend this.
This needs updated, and it wont allow me to rebase |
sean-m-sullivan
approved these changes
Nov 20, 2023
przemkalit
pushed a commit
to przemkalit/aap_configuration
that referenced
this pull request
Nov 22, 2024
* playbook to convert from filetree_create to flat files. job_templates, teams and team_roles to direct flat output * all the objects has been updated to let flatten output * fix lintering issues * fix missing version for awx in the ci_standalone. Add ansible-playbook example command line for filetree_create * fix versions for awx in the ci_standalone and release * updated README.md. Added ansible-playbook command example * Fixed the wrong location for the new information. * Fixed the wrong location for the new information. Fix lintering
przemkalit
pushed a commit
to przemkalit/aap_configuration
that referenced
this pull request
Nov 22, 2024
* playbook to convert from filetree_create to flat files. job_templates, teams and team_roles to direct flat output * all the objects has been updated to let flatten output * fix lintering issues * fix missing version for awx in the ci_standalone. Add ansible-playbook example command line for filetree_create * fix versions for awx in the ci_standalone and release * updated README.md. Added ansible-playbook command example * Fixed the wrong location for the new information. * Fixed the wrong location for the new information. Fix lintering
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 does this PR do?
filetree_create
role that allows to export all the objects to single files, where each object type corresponds to a unique file that is containing all the objects of the given object type. This allows the new output files to be consumed both from the Ansiblegroup_vars
and thefiletree_read
role, increasing the flexibility for the end user.How should this be tested?
Manual tests during the implementation.
Is there a relevant Issue open for this?
N/A
Other Relevant info, PRs, etc
N/A