Giter Site home page Giter Site logo

joestewart / ansible-role-aegir Goto Github PK

View Code? Open in Web Editor NEW

This project forked from consensus-enterprises/ansible-role-aegir

0.0 3.0 0.0 44 KB

Ansible role to install Aegir. Both Debian packaging and source-based installs are supported.

Makefile 61.12% Shell 38.88%

ansible-role-aegir's Introduction

Ansible Role: Aegir

Build Status

Installs Aegir, a control panel for deploying and managing large networks of Drupal sites.

Requirements

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_usernameand mysql_root_password variables must be set.

Role Variables

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

aegir_db_username: "{{ mysql_root_username }}"

The name of the Aegir database user. Defaults to the value of mysql_root_username.

aegir_db_password: "{{ mysql_root_password }}"

The password for the Aegir database user. Defaults to the value of mysql_root_password.

Dependencies

  • ergonlogic.drush (Installs Drush).

Example Playbook

- hosts: servers
  roles:
    - geerlingguy.mysql
    - ergonlogic.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.

License

MIT / BSD

Author Information

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

ansible-role-aegir's People

Contributors

ergonlogic avatar

Watchers

Joe Stewart avatar James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.