oswaldlabs/chef-rundeck

How to you pass "custom_attributes"?

Closed this issue · 2 comments

If via the /etc/chef/rundeck.json, how do you format it?

{
  "all": {
    "pattern": "fqdn:*",
    "username": "root",
    "attributes": ["virtualization.system"]
  }
}

You'd then hit localhost:9980/all instead of /

I forgot why I even asked this question but thanks! I'm sure it will come back to me.