Open arunvelsriram opened 8 years ago
@arunvelsriram Will need time to look into this. There's some parallel refactoring work going on in the upgrade-fixes branch. https://github.com/HashNuke/ansible-elixir-stack/tree/upgrade-fixes
@arunvelsriram I would rather have contributions based on the upgrade-fixes branch than the master since there'll most likely be a lot of conflicts. Here's a list of pending issues on that branch https://github.com/HashNuke/ansible-elixir-stack/issues/23
@HashNuke Yes its quite a lot of changes. Please take your own time. I have already started working on the upgrade-fixes branch. Will make a pull request soon.
Hi. I checked the upgrade-fixes branch. Looks like refactoring is going well. May I know if the code on upgrade-fixes branch is stable and ready to use ?
@arunvelsriram Not yet. Almost there. I tried out distillery and have notes. Need to make changes.
root
is not recommended I extractedremote_user
as a variable so that the default value set for it is notroot
.sudo
for commands that require escalated privileges. The password forsudo
can be managed by modifying thesudoers
file or by using ansible-vault.-p
option provided byansible-galaxy
to have the roles inside the project directory itself.