deploy-user

Ansible Role For A Base Linux System

Build Status Current Version

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.

Installation

$ ansible-galaxy install crushlovely.deploy-user

Variables

None

Usage

Once this role is installed on your system, include it in the roles list of your playbook.

---
- hosts: localhost
  roles:
    - { role: crushlovely.deploy-user }

Dependencies

None

License

MIT

About

Creates a deploy user for Ubuntu 12.04LTS or greater

Install
ansible-galaxy install crushlovely/ansible-deploy-user
GitHub repository
License
Unknown
Downloads
150