Skip to content

Instantly share code, notes, and snippets.

@chouseknecht
Created February 18, 2017 12:19
Show Gist options
  • Save chouseknecht/5d3b1c0eb05281cd3101ec76136a2175 to your computer and use it in GitHub Desktop.
Save chouseknecht/5d3b1c0eb05281cd3101ec76136a2175 to your computer and use it in GitHub Desktop.
AC import test results
-
# Install RethinkDB.
# Foo bar
name: Install RethinkDB.
shell: echo "deb http://download.rethinkdb.com/apt `lsb_release -cs` main" > /etc/apt/sources.list.d/rethinkdb.list
- name: Install RethinkDB.
shell: wget -O- http://download.rethinkdb.com/apt/pubkey.gpg | apt-key add -
- name: Install RethinkDB.
command: apt-get update
- name: Install RethinkDB.
command: apt-get install -y rethinkdb python-pip
- name: Install RethinkDB.
command: rm -rf /var/lib/apt/lists/*
- name: Install python driver for rethinkdb
command: pip install rethinkdb
- name: Copy some things... # Copy config to config
synchronize:
src: ../../config
dest: /config
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment