db0.inventories.execution_host (1.0.0) — inventory

Returns first active execution host

Authors: unknown

Install collection

Install with ansible-galaxy collection install db0.inventories:==1.0.0


Add to requirements.yml

  collections:
    - name: db0.inventories
      version: 1.0.0

Description

Returns first active execution host for each technology, according to the order given

Inputs

    
plugin:
    choices:
    - db0.inventories.execution_host
    description: Name of the plugin
    required: true

execution_hosts:
    description: List of technologies to separate the host into. Each technology will
      be a group name in the inventory. Each entry has to be a list of hostnames.
    required: true