oswaldlabs / chef-rundeck

Integrates Chef with RunDeck, we are referring users to https://github.com/atheiman/better-chef-rundeck as this repository is inactive at this time.
Apache License 2.0
97 stars 85 forks source link

How to you pass "custom_attributes"? #48

Closed crackmac closed 10 years ago

crackmac commented 10 years ago

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

jhmartin commented 10 years ago
{
  "all": {
    "pattern": "fqdn:*",
    "username": "root",
    "attributes": ["virtualization.system"]
  }
}

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

crackmac commented 10 years ago

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