Skip to content

beetboxvm/ansible-role-beetbox-drupal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ansible Role: Beetbox Drupal

CircleCI

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

  1. 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
  1. Go to http://drupal.local/
username: admin
password: admin

License

MIT

About

Ansible Role - Beetbox Drupal

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published