merge

#######################################################################################################

:exclamation: DEPRECATION :exclamation:

This repository and the role associated are deprecated.

You can find our other roles in the Manala Ansible Collection. You will find informations on its usage on the collection repository

#######################################################################################################

Ansible Role: Merge Build Status

:exclamation: Report issues and send Pull Requests in the main Ansible Role repository :exclamation:

This role will deal with the merging of ansible variables.

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

Requirements

None.

Dependencies

None.

Installation

Ansible 2+

Using ansible galaxy cli:

ansible-galaxy install manala.merge

Using ansible galaxy requirements file:

- src: manala.merge

Role Handlers

None.

Role Variables

Definition

Name Default Type Description
manala_merge_hashes [] Array Hashes
manala_merge_prefix ~ String Prefix
manala_merge_var ~ String Var

Example

- hosts: all
  vars:
    manala_merge_hashes:
      - _all
      - _env
      - _group_({{ group_names|join('|') }})
      - _host
      - foo: bar
        bar: foo
  roles:
    - manala.merge

Hashes

...

Prefix

...

Var

...

Licence

MIT

Author information

Manala (http://www.manala.io/)

Install
ansible-galaxy install manala/ansible-role-merge
GitHub repository
License
Unknown
Downloads
5690
Owner
Manala is an open source project supported by the french web agency ELAO providing advanced ansible roles for website's infrastructures and far more.