How to you pass "custom_attributes"?
Closed this issue · 2 comments
crackmac commented
If via the /etc/chef/rundeck.json, how do you format it?
jhmartin commented
{
"all": {
"pattern": "fqdn:*",
"username": "root",
"attributes": ["virtualization.system"]
}
}
You'd then hit localhost:9980/all instead of /
crackmac commented
I forgot why I even asked this question but thanks! I'm sure it will come back to me.