sudo instead of root#24
sudo instead of root#24arunvelsriram wants to merge 4 commits intoHashNuke:masterfrom arunvelsriram:sudo_instead_of_root
Conversation
|
@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 #23 |
|
@HashNuke Yes its quite a lot of changes. Please take your own time. |
|
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. |
rootis not recommended I extractedremote_useras a variable so that the default value set for it is notroot.sudofor commands that require escalated privileges. The password forsudocan be managed by modifying thesudoersfile or by using ansible-vault.-poption provided byansible-galaxyto have the roles inside the project directory itself.