agaric-coop/box/provisioning/roles/drupalvm.www
2018-08-20 10:45:20 -04:00
..
defaults Add all files needed to bring up VM and run agaric.com locally 2018-08-20 10:45:20 -04:00
meta Add all files needed to bring up VM and run agaric.com locally 2018-08-20 10:45:20 -04:00
tasks Add all files needed to bring up VM and run agaric.com locally 2018-08-20 10:45:20 -04:00
README.md Add all files needed to bring up VM and run agaric.com locally 2018-08-20 10:45:20 -04:00

Drupal VM www Role

This role is a shim to configure miscellaneous settings prior to installing a Drupal site inside Drupal VM.

Requirements

This role is meant to be run in Drupal VM. Use outside of Drupal VM will likely result in weird things happening.

Role Variables

There are a few defaults defined, but you shouldn't really need to worry about this role's variables. It's a really simple role.

Dependencies

  • geerlingguy.nginx if drupalvm_webserver is set to nginx.

Example Playbook

Including an example of how to use your role (for instance, with variables passed in as parameters) is always nice for users too:

- hosts: drupalvm
  roles:
     - drupalvm.www

License

MIT / BSD

Author Information

This role was created in 2017 by Jeff Geerling, author of Ansible for DevOps.