https://github.com/beetboxvm/ansible-role-beetbox-wordpress
Ansible Role - Beetbox WordPress
https://github.com/beetboxvm/ansible-role-beetbox-wordpress
Last synced: 5 months ago
JSON representation
Ansible Role - Beetbox WordPress
- Host: GitHub
- URL: https://github.com/beetboxvm/ansible-role-beetbox-wordpress
- Owner: beetboxvm
- Created: 2016-01-04T06:31:35.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2017-08-07T08:24:43.000Z (almost 9 years ago)
- Last Synced: 2025-01-17T08:26:02.556Z (over 1 year ago)
- Homepage: https://galaxy.ansible.com/detail#/role/6799
- Size: 5.86 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Ansible Role: Beetbox Wordpress
[](https://circleci.com/gh/beetboxvm/ansible-role-beetbox-wordpress)
An Ansible role that creates and installs a WordPress project on beetbox.
## Requirements
This role is specifically developed as an extension to beetbox -- https://github.com/beetboxvm/beetbox
## Role Variables
Available variables are listed below, along with default values:
Download WordPress core.
wp_download_core: no
Install WordPress.
wp_install_site: no
WordPress admin account name.
wp_account_name: admin
WordPress admin account password.
wp_account_pass: admin
WordPress admin account email.
wp_account_email: admin@beetbox.local
WordPress locale.
wp_locale: ""
# 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-wordpress.git wordpress && cd $_
composer require --dev beet/box
vagrant up
```
2. Go to http://wordpress.local/
```
username: admin
password: admin
```
## License
MIT