Skip to content

ElaoInfra/ansible-role-merge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ansible Role Platforms License

Ansible Role: Merge

It's part of the ELAO 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 ElaoInfra.merge,2.0

Using ansible galaxy requirements file:

- src:     ElaoInfra.merge
  version: 2.0

Role Handlers

None.

Role Variables

Definition

Name Default Type Description
elao_apt_patterns [] Array Patterns

Example

- hosts: all
  vars:
    elao_merge_patterns:
      - _all
      - _env
      - _group_({{ group_names|join('|') }})
      - _host
  roles:
    - ElaoInfra.merge

Patterns

...

Licence

MIT

Author information

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages