Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 433 Bytes

File metadata and controls

22 lines (15 loc) · 433 Bytes

Ansible Role: Drupal

Setup Drupal on Debian and Ubuntu servers without Docker.

Role Variables

Available variables can be found in defaults/main.yml

Example Playbook

    - hosts: all

    - vars:
      drupal_instances:
        - name: drupal8
          dir: /srv/drupal8
          server_name: www.mydrupal8.com

      roles:
        - alphanodes.setup.drupal