ansible-elixir-stack icon indicating copy to clipboard operation
ansible-elixir-stack copied to clipboard

Ansible role to setup server with Elixir & Postgres to deploy apps

Results 21 ansible-elixir-stack issues
Sort by recently updated
recently updated
newest added

This takes @vsushkov's commit from PR #26 and implements the suggestion from [your comment](https://github.com/HashNuke/ansible-elixir-stack/pull/26#issuecomment-225169388). I've tested it on Ubuntu 14.04 or 16.04.

If an asdf plugin is installed, setup playbook fails. Because when a plugin is already added to asdf, it [exists with 1 code](https://github.com/asdf-vm/asdf/blob/master/lib/commands/plugin-add.sh#L10). It's quite annoying. A solution may be...

Hi - Curious what the license on this repository is? Happy to create PR to add the correct license file. Thanks!

What is the default password for the deployer user? I don't see it being specified in the `deployer-user.yml` task nor anywhere else in the role.

I think it would be a good idea to use roles for installing Postgresql, nodejs, erlang, elixir and other dependencies. The tasks directory will also become much cleaner. A project...

I've noticed that release.yml: ``` - when: deploy_type == "restart" name: stop app monit: name="{{ app_name }}" state=stopped ``` Then, I got this error: ``` TASK [HashNuke.elixir-stack : stop app]...

1. Since running applications as `root` is not recommended I extracted `remote_user` as a variable so that the default value set for it is not `root`. 2. I used `sudo`...

It seems that node is not installed? ``` TASK [HashNuke.elixir-stack : set npm jobs config] ***************************** fatal: [138.68.27.79]: FAILED! => {"changed": true, "cmd": ["bash", "-lc", "npm config set jobs 1"],...

Have a look at following error. ``` TASK [HashNuke.elixir-stack : install hex] ************************************* fatal: [1.2.3.4]: FAILED! => {"changed": true, "cmd": ["bash", "-lc", "mix local.hex --force"], "delta": "0:00:00.007902", "end": "2016-07-18 02:49:50.697173",...