Skip to content

Installs Aegir & Drush, along with a selection of contrib components.

Notifications You must be signed in to change notification settings

GetValkyrie/valhalla.control-panel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ansible Role: Valhalla

Build Status

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.

Requirements

None.

Role Variables

Available variables are listed below, along with default values (see defaults/main.yml):

Dependencies

  • getvalkyrie.aegir (Installs Aegir).
  • getvalkyrie.skynet (Installs the Skynet queue for Aegir).

Example Playbook

- 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.

License

MIT / BSD

Author Information

This role was created in 2015 by Christopher Gervais, lead maintainer of the Aegir Hosting System.

About

Installs Aegir & Drush, along with a selection of contrib components.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages