Last active
July 9, 2018 20:56
-
-
Save desrosj/32457b576bc2ad02195427026eef9a21 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
sites: | |
wordpress-default: | |
repo: https://github.com/Varying-Vagrant-Vagrants/vvv-wordpress-default.git | |
hosts: | |
- local.wordpress.test | |
wordpress-develop: | |
repo: https://github.com/Varying-Vagrant-Vagrants/custom-site-template-develop.git | |
hosts: | |
- src.wordpress-develop.test | |
- build.wordpress-develop.test | |
nginx_upstream: php72 | |
# multisite-subdomain: | |
# repo: https://github.com/Varying-Vagrant-Vagrants/custom-site-template-develop.git | |
# hosts: | |
# - subdomain-multisite.test | |
# - site1.subdomain-multisite.test | |
# - site2.subdomain-multisite.test | |
# - site3.subdomain-multisite.test | |
# - site4.subdomain-multisite.test | |
# - site5.subdomain-multisite.test | |
# custom: | |
# wp_type: subdomain | |
# site_title: Subdomain Multisite | |
# | |
# multisite-subdirectory: | |
# repo: https://github.com/Varying-Vagrant-Vagrants/custom-site-template-develop.git | |
# hosts: | |
# - subdirectory-multisite.test | |
# custom: | |
# wp_type: subdirectory | |
# site_title: Subdirectory Multisite | |
# | |
# wordpress-meta-environment: | |
# repo: https://github.com/WordPress/meta-environment.git | |
# | |
# four-nine: | |
# repo: https://github.com/Varying-Vagrant-Vagrants/custom-site-template | |
# hosts: | |
# - four-nine.test | |
# nginx_upstream: php72 | |
# custom: | |
# wp_version: 4.9 | |
# | |
# four-eight: | |
# repo: https://github.com/Varying-Vagrant-Vagrants/custom-site-template | |
# hosts: | |
# - four-eight.test | |
# nginx_upstream: php71 | |
# custom: | |
# wp_version: 4.8 | |
# | |
# four-seven: | |
# repo: https://github.com/Varying-Vagrant-Vagrants/custom-site-template | |
# hosts: | |
# - four-seven.test | |
# nginx_upstream: php71 | |
# custom: | |
# wp_version: 4.7 | |
# | |
# four-six: | |
# repo: https://github.com/Varying-Vagrant-Vagrants/custom-site-template | |
# hosts: | |
# - four-six.test | |
# nginx_upstream: php56 | |
# custom: | |
# wp_version: 4.6 | |
# | |
# four-five: | |
# repo: https://github.com/Varying-Vagrant-Vagrants/custom-site-template | |
# hosts: | |
# - four-five.test | |
# nginx_upstream: php56 | |
# custom: | |
# wp_version: 4.5 | |
# | |
# four-four: | |
# repo: https://github.com/Varying-Vagrant-Vagrants/custom-site-template | |
# hosts: | |
# - four-four.test | |
# nginx_upstream: php56 | |
# custom: | |
# wp_version: 4.4 | |
# | |
# four-three: | |
# repo: https://github.com/Varying-Vagrant-Vagrants/custom-site-template | |
# hosts: | |
# - four-three.test | |
# nginx_upstream: php56 | |
# custom: | |
# wp_version: 4.3 | |
# | |
# four-two: | |
# repo: https://github.com/Varying-Vagrant-Vagrants/custom-site-template | |
# hosts: | |
# - four-two.test | |
# nginx_upstream: php56 | |
# custom: | |
# wp_version: 4.2 | |
# | |
# four-one: | |
# repo: https://github.com/Varying-Vagrant-Vagrants/custom-site-template | |
# hosts: | |
# - four-one.test | |
# nginx_upstream: php56 | |
# custom: | |
# wp_version: 4.1 | |
# | |
# four-oh: | |
# repo: https://github.com/Varying-Vagrant-Vagrants/custom-site-template | |
# hosts: | |
# - four-oh.test | |
# nginx_upstream: php56 | |
# custom: | |
# wp_version: 4.0 | |
# | |
# three-nine: | |
# repo: https://github.com/Varying-Vagrant-Vagrants/custom-site-template | |
# hosts: | |
# - three-nine.test | |
# nginx_upstream: php56 | |
# custom: | |
# wp_version: 3.9 | |
# | |
# three-eight: | |
# repo: https://github.com/Varying-Vagrant-Vagrants/custom-site-template | |
# hosts: | |
# - three-eight.test | |
# nginx_upstream: php56 | |
# custom: | |
# wp_version: 3.8 | |
# | |
# three-seven: | |
# repo: https://github.com/Varying-Vagrant-Vagrants/custom-site-template | |
# hosts: | |
# - three-seven.test | |
# nginx_upstream: php56 | |
# custom: | |
# wp_version: 3.7 | |
# | |
# three-six: | |
# repo: https://github.com/Varying-Vagrant-Vagrants/custom-site-template | |
# hosts: | |
# - three-six.test | |
# nginx_upstream: php56 | |
# custom: | |
# wp_version: 3.6 | |
utilities: | |
core: | |
- memcached-admin | |
- opcache-status | |
- phpmyadmin | |
- webgrind | |
- php56 | |
- php70 | |
- php71 | |
- php72 | |
vm_config: | |
memory: 4096 | |
cores: 4 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment