Skip to content

crushlovely/ansible-deploy-user

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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