This is a stripped down implementation, influenced by https://github.com/radlab/deploylib. At a high level, it is a scala DSL for manipulating a 'machine' (represented by an IP address and an SSH key).
- sbt
- Create a user that can sudo without a password by adding that user to /etc/sudoers: ALL=(ALL) NOPASSWD: ALL