penske-media-corp / pmc-vvv-site-provisioners

Custom site provisioners for VVV

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pmc-vvv-site-provisioners

Custom site provisioners for VVV

These provisioners build on VVV's default provisioners to add PMC-specific customizations to each provisioned site.

Usage

These provisioners are referenced by the VVV configuration managed in the pmc-vvv repository.

For example:

sites:
  pmc.com:
    skip_provisioning: false
    repo: git@github.com:penske-media-corp/pmc-vvv-site-provisioners.git
    branch: main

Full configurations are automatically generated by a utility in the pmc-vvv repo, hence the truncated example.

Available provisioners

Each branch corresponds to a particular type of provisioner.

As of December 2020, we have only one provisioner, which is tailored to our VIP- Go-hosted sites.

main branch

This provisioner builds on the "Custom Site Template" provisioner that is the default for new sites in VVV.

The Custom Site Template provisioner is included as a submodule and invoked by the main provisioner before PMC modifications are applied.

See vvv-init.sh for more details.

About

Custom site provisioners for VVV


Languages

Language:Shell 81.8%Language:PHP 18.2%