-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Description
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
Labels
No labels