This Ansible role creates and configures a deploy user for the deployment and managemnt of applications. This was added as an example of what a users playbook should look like to deploy an application to an Ubuntu server.
$ ansible-galaxy install crushlovely.deploy-user
None
Once this role is installed on your system, include it in the roles list of your playbook.
---
- hosts: localhost
roles:
- { role: crushlovely.deploy-user }
None
MIT