https://github.com/beetboxvm/ansible-role-beetbox-drupal
Ansible Role - Beetbox Drupal
https://github.com/beetboxvm/ansible-role-beetbox-drupal
Last synced: 4 months ago
JSON representation
Ansible Role - Beetbox Drupal
- Host: GitHub
- URL: https://github.com/beetboxvm/ansible-role-beetbox-drupal
- Owner: beetboxvm
- Created: 2016-02-16T10:44:46.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2017-09-13T11:59:39.000Z (almost 9 years ago)
- Last Synced: 2025-10-10T15:12:53.066Z (9 months ago)
- Size: 13.7 KB
- Stars: 2
- Watchers: 2
- Forks: 2
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Ansible Role: Beetbox Drupal
[](https://circleci.com/gh/beetboxvm/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
* [Composer](https://getcomposer.org/download/)
* [Vagrant](https://www.vagrantup.com/) >= 1.8
* [Virtualbox](https://www.virtualbox.org/)
* [Vagrant Hostsupdater](https://github.com/cogitatio/vagrant-hostsupdater)
* [Vagrant Auto-network](https://github.com/oscar-stack/vagrant-auto_network)
## Quickstart
1. Open terminal (or [git bash](https://msysgit.github.io/) 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
```
2. Go to http://drupal.local/
```
username: admin
password: admin
```
## License
MIT