Skip to content

Traverse Nested Dicts #4

@stongo

Description

@stongo

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'

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions