drupal
Ansible Role: Beetbox Drupal
An Ansible role that creates a Drupal project on beetbox.
Requirements
This role is specifically developed as an extension to beetbox -- https://github.com/drupalmel/beetbox
Role Variables
Available variables are listed below, along with default values:
drupal_install_profile: standard
The drupal install profile.
drupal_enable_modules: []
List of modules to enable.
drupal_account_name: admin
Admin username.
drupal_account_pass: admin
Admin user password.
drupal_install_site: no
Install Drupal.
drupal_create_makefile: no
Create a default make file.
drupal_build_makefile: no
Build a make file.
drupal_makefile_path: "~/beetbox.make.yml"
The make file to build.
drupal_make_core_branch: "8.3.x"
Arguments to pass to drush make.
drupal_make_args: no
Default core branch.
drupal_distro: no
Build Drupal distro.
drupal_distro_makefile: /vagrant/drupal-org.make.yml
Distro make file.
drupal_build_composer: no
Build Drupal composer project.
drupal_composer_version: "8.x-dev"
Composer project version.
drupal_composer_dependencies: []
Drupal composer dependencies.
beetbox
https://github.com/beetboxvm/beetbox
Requirements
Quickstart
- Open terminal (or git bash for windows users) and run the following commands --
git clone https://github.com/beetboxvm/ansible-role-beetbox-drupal.git drupal && cd $_
composer require --dev beet/box
vagrant up
- Go to http://drupal.local/
username: admin
password: admin
License
MIT
Install
ansible-galaxy install beetboxvm/ansible-role-beetbox-drupal
License
Unknown
Downloads
283
Owner