Skip to content

Instantly share code, notes, and snippets.

@ihassin
Last active December 31, 2015 09:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ihassin/7968378 to your computer and use it in GitHub Desktop.
Save ihassin/7968378 to your computer and use it in GitHub Desktop.
Vars.yml used in the blog post
---
app_name: <APP_NAME>
# created with:
# python -c 'import crypt; print crypt.crypt("<PASS>", "SomeSaltedValue")'
password: SosJkZOQixRak
mysql_root_password: <PASS>
home_dir: "/home/deploy"
repo: <PATH_TO_REPO>
project_ruby: 2.0.0-p353
ruby_url: "ftp://ftp.ruby-lang.org//pub/ruby/2.0/ruby-{{ project_ruby }}.tar.gz"
ruby_dir: "/home/vagrant/"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment