Skip to content

Latest commit

 

History

History

drupal

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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