julien_lecomte.roster.roster (1.1.6) — inventory

Roster is an Ansible yaml inventory plugin with focus on groups applied to hosts.

Authors: Julien Lecomte (julien@lecomte.at)

Install collection

Install with ansible-galaxy collection install julien_lecomte.roster:==1.1.6


Add to requirements.yml

  collections:
    - name: julien_lecomte.roster
      version: 1.1.6

Description

Roster is an Ansible inventory plugin with focus on groups applied to hosts instead of hosts included in groups. It supports ranges (eg: "[0:9]"), regex hostnames (eg: "(dev|prd)-srv"), file inclusions, and variable merging.


Requirements

Inputs

    
plugin:
    choices:
    - roster
    description: Required field that must always be set to 'roster' for this plugin to
      recognize it as it's own.
    required: true
    type: str