Skip to content

Instantly share code, notes, and snippets.

@a-fro
Last active August 29, 2015 14:07
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 a-fro/4796be4b0ec6e9d37422 to your computer and use it in GitHub Desktop.
Save a-fro/4796be4b0ec6e9d37422 to your computer and use it in GitHub Desktop.
Var file
drupal_domain: "a-fro.dev"
drupal_core_path: "/var/www/{{ drupal_domain }}/docroot"
drupal_repo_url: "git@github.com:a-fro/a-fro.com.git"
drupal_site_name: "Aaron Froehlich's Blog"
drupal_mysql_user: drupal
drupal_mysql_password: password
drupal_mysql_database: dbname
drupal_admin: admin
drupal_admin_password: password
drupal_theme_path: "{{ drupal_core_path }}/themes/afro"
drupal_css_path: '../../a-fro.dev/docroot/themes/afro/css'
apache_vhosts:
- {servername: "{{ drupal_domain }}", documentroot: "{{ drupal_core_path }}"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment