Add rake tasks, provisioning, and templates

This commit is contained in:
Chris Thompson 2019-02-20 15:55:38 -05:00
parent 20bee0fac4
commit cdf390f082
7 changed files with 193 additions and 11 deletions

View file

@ -0,0 +1,3 @@
options:
uri: "http://{{ vagrant_hostname }}"
root: "{{ drupal_core_path }}"

View file

@ -0,0 +1,7 @@
dev:
root: "{{ drupal_core_path }}"
uri: "http://{{ vagrant_hostname }}"
local:
root: "{{ drupal_core_path }}"
uri: "http://{{ vagrant_hostname }}"