An Ansible role that provisions an Ubuntu box with a full user ready for hacking. Sort of an extension for my dotfiles.
- hosts: servers
roles:
- { role: "hackbox-user", username: "jeremy" }
An Ansible role that provisions an Ubuntu box with a full user ready for hacking. Sort of an extension for my dotfiles.
- hosts: servers
roles:
- { role: "hackbox-user", username: "jeremy" }