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.
- Debian, Ubuntu, EL, CentOS, or Fedora target system
- Ansible 2.1 or greater
Install this role from Ansible Galaxy with
ansible-galaxy install mtmiller.template
This is an example playbook showing how to use this role.
- hosts: servers
roles:
- mtmiller.template
This role is licensed under the MIT license. See LICENSE.md for the full license text.