Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
hosts: SSH into shell servers as root
Using `sudo`, through the Ansible feature `become`, is problematic due to hashbang/shell-etc#74 : sudo does not let Ansible escape the namespace-based sandbox. Since all admins have SSH keys deployed for `root`, this is a good alternative.
- Loading branch information