summaryrefslogtreecommitdiffstats
path: root/sdc-os-chef/sdc-elasticsearch/chef-solo/roles/elasticsearch.json
blob: 239c1cd04b588d250e962ec111c399656d1ca8b3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
  "name": "elasticsearch",
  "description": "Installation application - elasticsearch",
  "json_class": "Chef::Role",
  "default_attributes": {

  },
  "override_attributes": {

  },
  "chef_type": "role",
  "run_list": [
    "recipe[sdc-elasticsearch::ES_1_setup_elasticsearch]",
    "recipe[sdc-elasticsearch::ES_2_setup_logging]"
  ],
  "env_run_lists": {
  }
}