It's part of the ELAO Ansible stack but can be used as a stand alone component.
None.
None.
Using ansible galaxy cli:
ansible-galaxy install ElaoInfra.merge,2.0
Using ansible galaxy requirements file:
- src: ElaoInfra.merge
version: 2.0
None.
Name | Default | Type | Description |
---|---|---|---|
elao_apt_patterns |
[] | Array | Patterns |
- hosts: all
vars:
elao_merge_patterns:
- _all
- _env
- _group_({{ group_names|join('|') }})
- _host
roles:
- ElaoInfra.merge
...
MIT