Skip to content

Instantly share code, notes, and snippets.

@tailhook
Created July 15, 2016 14:32
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tailhook/8e88ec3aece832ebfc7568cdb5d68322 to your computer and use it in GitHub Desktop.
Save tailhook/8e88ec3aece832ebfc7568cdb5d68322 to your computer and use it in GitHub Desktop.
Elasticsearch 1.7.0
containers:
elastic:
setup:
- !Ubuntu xenial
- !UbuntuUniverse
# elastic PGP & Repo
- !AptTrust
server: pgp.mit.edu
keys: [D88E42B4]
- !UbuntuRepo
url: http://packages.elastic.co/elasticsearch/1.7/debian
suite: stable
components: [main]
- !Install
- ca-certificates
- ca-certificates-java
- openjdk-8-jre-headless
- elasticsearch=1.7.0
- !EnsureDir /var/elastic
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment