Skip to content

Releases: ioa-maellak/devbox

Bug fix release to stabilise private network guest setting

03 Jun 09:09
f18b04d

Choose a tag to compare

Removed

  • Removed port forwarding function from devbox to host
  • Removed VirtualBox NAT configuration parameters that were messing up setting the correct IP in devbox

Roles maintenance, private network and Vagrant plugins

02 Jun 20:50
bc1c1c4

Choose a tag to compare

Added

  • Enabled private network settings
  • Added configuration parameters for RSA key and github authentication
  • Added vagrant-hostsupdater to set host's /etc/hosts file automatically

Changed

  • Changed php role to setup xdebug properly
  • Changed the order and depedencies for apache and php roles
  • Changed roles include in the playbook to be configurable in
  • Changed variables.yml into default.config.yml and requires it to be copied
    into config.yml for configuration of devbox
  • Cleaned up projects variable

Removed

  • Removed temporarly enabed public network

Add a new project role

08 Apr 21:45

Choose a tag to compare

Added

  • New project role to handle project specific configuration
  • Added php-mbstring
  • Changed host with new Ansible variable syntax (> 2.0)
  • Splits several YAML files into multiple and adds include statements to
    individual main.yml files.

Removed

  • All configuration regarding projects (vhost and database) now resides with the
    project role.

Release 2.0.0

06 Apr 11:10

Choose a tag to compare

This is another major release that features the following major updates to the project:

  • Update code and syntax to work with Ansible 2.2.1
  • Update code and syntax to work with vagrant 1.9.2
  • Update code and syntax to work with Ubuntu Xenial 16.04
  • Split Ansible code into roles to make project more manageable

The project now has a CHANGELOG, please refer to it for more details on specific changes, additions and removals.

Realease v1.0.0

26 Aug 20:56

Choose a tag to compare

This is major release. Refer to the README file for usage instructions and how to contribute.