/ansible-role-template

Ansible role project template

MIT LicenseMIT

Ansible Role Project Template

Build Status PRs Welcome

This is a basic Ansible role template that can be used as a starting point for the structure of a role project.

This introductory section should describe the function of the role at a high level.

Requirements

  • Debian, Ubuntu, EL, CentOS, or Fedora target system
  • Ansible 2.1 or greater

Installation

Install this role from Ansible Galaxy with

ansible-galaxy install mtmiller.template

Example Playbook

This is an example playbook showing how to use this role.

- hosts: servers
  roles:
    - mtmiller.template

License

This role is licensed under the MIT license. See LICENSE.md for the full license text.