Installs Aegir, a control panel for deploying and managing large networks of Drupal sites.
A MySQL server is required. This server can be installed on the same machine,
or a separate one (hence why this isn't listed as a dependency.) See the
'Example Playbook' section below for a simple method of installing a mysql
server with Ansible. If this role is not present, then the
mysql_root_username
and mysql_root_password
variables must be set.
Available variables are listed below, along with default values (see defaults/main.yml
):
- getvalkyrie.drush (Installs Drush). Note that this role currently defaults to the Drush 7.x branch. As a result, Drupal 8 isn't supported by default.
- hosts: servers
roles:
- { role: getvalkyrie.mysql }
- { role: getvalkyrie.aegir }
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.
MIT / BSD
This role was created in 2015 by Christopher Gervais, lead maintainer of the Aegir Hosting System.