pjkelly / ansible-deploy-user

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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