This Ansible playbook creates a new Linux user and applies minimal security configurations to one or more VPS's.
git clone https://github.com/ricardotenv/SetupNewVPSWithAnsible.git
cd SetupNewVPSWithAnsible
echo <ip-address> >> hosts
ansible-playbook -i hosts -u root -e "new_username=$(whoami)" playbook.yml