ejabberd-vagrant-dev icon indicating copy to clipboard operation
ejabberd-vagrant-dev copied to clipboard

Vagrant and Ansible script to create a VM preconfigured for ejabberd development

Results 7 ejabberd-vagrant-dev issues
Sort by recently updated
recently updated
newest added

The Erlang version in this image is lesser than that required by ejabberd hence it does not build. I had to remove the Erlang installed with the image and install...

**OS** macOS Sierra, version 10.12.11 **Version** ansible 2.2 Vagrant 1.8.6 **Failing task** `TASK [postgresql : Ensure ejabberd_test database is created] ******************* ` **Output** `fatal: [default]: FAILED! => {"failed": true, "msg":...

Hi, when I lunch 'ansible provision', the command fail at the ansible task with name: Set mysql root password. TASK: [mysql | Set mysql root password] *************************************** failed: [default] =>...

I'm trying to setup the dev environment to make some changes on ejabberd (and test them). Unfortunately the tests are failing. I'm using Mac OS X 10.11 as a host,...

On Trusty Ubuntu release, we need to ensure `/etc/sudoers` contains: ``` vagrant ALL=(ALL) NOPASSWD:ALL Defaults:vagrant !requiretty ```

This is needed since mod_mam require mysql 5.6 for test to pass.

Need to set `force=yes` for apt in common main.yml to install package.