Skip to content

Latest commit

 

History

History
62 lines (39 loc) · 1008 Bytes

README.md

File metadata and controls

62 lines (39 loc) · 1008 Bytes

Ansible Role:

This role will assume the setup of

It's part of the ELAO Ansible stack but can be used as a stand alone component.

Requirements

  • Ansible 1.7.2+

Dependencies

None.

Installation

Using ansible galaxy:

ansible-galaxy install elao.<skeleton>

You can add this role as a dependency for other roles by adding the role to the meta/main.yml file of your own role:

dependencies:
  - { role: elao.<skeleton> }

Role Handlers

Name Type Description

Role Variables

Name Default Type Description

Configuration example

elao_<skeleton>_config:
  foo: bar

Example playbook

- hosts: servers
  roles:
     - { role: elao.<skeleton> }

Licence

MIT

Author information

ELAO (http://www.elao.com/)