Skip to content
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

Traverse Nested Dicts #4

Open
stongo opened this issue Oct 5, 2015 · 0 comments
Open

Traverse Nested Dicts #4

stongo opened this issue Oct 5, 2015 · 0 comments

Comments

@stongo
Copy link

stongo commented Oct 5, 2015

It would be amazing to be able to supply this module with a nested dict, and then have it walk the dict.
This would allow passing a nested dict from group_vars and saving them in etcd on a host.
Example:

foo:
  bar: "hello"
  char:
     moo: "cow"

would write the following keys

/bar 'hello'
/char/moo 'cow'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant