Tools/update - add nested mark in inventory#455
Closed
olivierh-pro wants to merge 1 commit into
Closed
Conversation
4f06a71 to
563cb30
Compare
563cb30 to
f81a0cc
Compare
d090120 to
93d0316
Compare
1de4450 to
f81a0cc
Compare
93d0316 to
bdefa60
Compare
f81a0cc to
dc08c6d
Compare
bdefa60 to
d41e251
Compare
dc08c6d to
0678e63
Compare
d41e251 to
d8b39a3
Compare
0678e63 to
f0f6f3f
Compare
d8b39a3 to
d834a8b
Compare
f0f6f3f to
3116cc9
Compare
d834a8b to
5f39a9d
Compare
3116cc9 to
f626f49
Compare
rzr
reviewed
Apr 21, 2026
5f39a9d to
a6d2149
Compare
f626f49 to
03bab98
Compare
a6d2149 to
f38689a
Compare
03bab98 to
44b42fd
Compare
44b42fd to
fb99ddd
Compare
be11d64 to
863fffb
Compare
Signed-off-by: Olivier Hoareau <olivier.hoareau@vates.tech>
863fffb to
9fbb345
Compare
rzr
reviewed
Apr 23, 2026
| host = { | ||
| host: dict[str, list[str] | bool] = { | ||
| "nested": nested or False, | ||
| "enablerepos": enablerepos or [], |
Contributor
There was a problem hiding this comment.
I would sort alphabatically (e before n)
rzr
reviewed
Apr 23, 2026
| # my_inventory.toml | ||
|
|
||
| [all] | ||
| nested = true |
rzr
approved these changes
Apr 23, 2026
Member
But we'll need more info than just IMO, this PR on its own is too small to understand where this is going. Maybe include an actual feature in the PR, or link it to another PR that implements the feature? |
Contributor
Author
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.
Add
nested = true|falsein inventory to prepare snapshot creation.This new "nested" mark in inventory allow me to differentiate physical hosts from nested hosts to perform snapshot creation accordingly.