Installs Aegir and various extensions to provide a deployment target for sites developed on Valkyrie. Valhalla is intended to run on cloud infrastructure, and currently supports AWS. For example, the current deployment model is a cluster of front-end web nodes with files hosted on S3, behind Varnish caches and an ElasticLoadBalancer, with RDS databases, ElastiCache Redis, etc.
None.
Available variables are listed below, along with default values (see defaults/main.yml
):
- getvalkyrie.aegir (Installs Aegir).
- getvalkyrie.skynet (Installs the Skynet queue for Aegir).
- hosts: servers
roles:
- { role: getvalkyrie.valhalla }
After the playbook runs, the Aegir front-end site will be available, as will the Drush extensions (Provision, et. al.) that do the heavy lifting. In addition, hosting_s3 will be deployed, to allow provisioning of S3 buckets during site installs.
MIT / BSD
This role was created in 2015 by Christopher Gervais, lead maintainer of the Aegir Hosting System.