Actions
Feature #27285
openProvide Ansible variables in ENC hierarchically
Status:
Ready For Testing
Priority:
Normal
Assignee:
-
Target version:
-
Difficulty:
Triaged:
No
Description
When querying /api/hosts/id:/enc, Ansible variables are provided at the same level as the other host parameters. They should be hierarchical, like Puppet parameterized classes. Something like
"parameters": {
"domainname": "example.com",
...
}
"roles": {
"role1": {
"foo": "bar"
}
}
Rather than
"parameters": {
"domainname": "example.com",
"foo": "bar",
...
}
Actions