Skip to content

Instantly share code, notes, and snippets.

@vidluther
Created August 27, 2014 14:37
Show Gist options
  • Save vidluther/af8d9704f2f4b6c1c65a to your computer and use it in GitHub Desktop.
Save vidluther/af8d9704f2f4b6c1c65a to your computer and use it in GitHub Desktop.
custom role for Rackspace OnMetal/BareMetal servers that chef/ohai don't know how to handle yet.
{
"name": "onmetal",
"description": "Some attributes that are needed when a machine is an 'onmetal' machine from Rackspace",
"json_class": "Chef::Role",
"default_attributes": {},
"override_attributes": {
"openssh": {
"listen_interfaces": {
"bond0.401": "inet"
}
}
},
"chef_type": "role",
"run_list": [],
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment