This role will assume the setup of
It's part of the ELAO Ansible stack but can be used as a stand alone component.
- Ansible 1.7.2+
None.
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> }
Name | Type | Description |
---|
Name | Default | Type | Description |
---|
elao_<skeleton>_config:
foo: bar
- hosts: servers
roles:
- { role: elao.<skeleton> }
MIT