options: apt-repository: type: string default: "deb http://packages.elasticsearch.org/elasticsearch/1.2/debian stable main" description: | A deb-line for the apt archive which contains the elasticsearch package. This is necessary until elasticsearch gets into the debian/ubuntu archives. apt-key-url: type: string default: "http://packages.elasticsearch.org/GPG-KEY-elasticsearch" description: | The url for the key for the apt-repository. cluster-name: type: string default: "elasticsearch" description: | This sets the elasticsearch cluster name. firewall_enabled: type: boolean default: true description: | By default, the admin and peer ports (9200 and 9300) are only accessible to clients and peers respectively. Switch this to false to enable access from any machine.