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