Add rake tasks, provisioning, and templates
This commit is contained in:
parent
20bee0fac4
commit
cdf390f082
7 changed files with 193 additions and 11 deletions
|
@ -155,7 +155,7 @@ installed_extras:
|
|||
- nodejs
|
||||
- pimpmylog
|
||||
# - redis
|
||||
# - ruby
|
||||
- ruby
|
||||
# - selenium
|
||||
# - solr
|
||||
# - tideways
|
||||
|
@ -206,13 +206,6 @@ php_opcache_max_accelerated_files: 4096
|
|||
php_max_input_vars: "4000"
|
||||
php_packages_extra: ['php7.1-zip']
|
||||
|
||||
# Run specified scripts before or after VM is provisioned. Use {{ playbook_dir }}
|
||||
# to reference the provisioning/ folder in Drupal VM or {{ config_dir }} to
|
||||
# reference the directory where your `config.yml` is.
|
||||
pre_provision_scripts: []
|
||||
post_provision_scripts: []
|
||||
# - "{{ playbook_dir }}/../examples/scripts/configure-solr.sh"
|
||||
|
||||
# MySQL Configuration.
|
||||
mysql_root_password: root
|
||||
mysql_slow_query_log_enabled: true
|
||||
|
@ -229,7 +222,7 @@ npm_config_prefix: "/home/{{ drupalvm_user }}/.npm-global"
|
|||
|
||||
# Ruby Configuration (if enabled above).
|
||||
ruby_install_gems_user: "{{ drupalvm_user }}"
|
||||
ruby_install_gems: []
|
||||
ruby_install_gems: ['rake']
|
||||
|
||||
# Varnish Configuration (if enabled above).
|
||||
varnish_listen_port: "81"
|
||||
|
@ -272,5 +265,5 @@ hostname_configure: true
|
|||
hostname_fqdn: "{{ vagrant_hostname }}"
|
||||
ssh_home: "{{ drupal_core_path }}"
|
||||
|
||||
post_provision_tasks_dir: ../../provisioning/box/post-tasks/*.yml
|
||||
pre_provision_tasks_dir: ../../provisioning/box/pre-tasks/*.yml
|
||||
post_provision_tasks_dir: ../../provisioning/box/post-tasks/*.yml
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue