community.general.online (8.5.0) — inventory

Scaleway (previously Online SAS or Online.net) inventory source

Authors: Remy Leone (@remyleone)

Install collection

Install with ansible-galaxy collection install community.general:==8.5.0


Add to requirements.yml

  collections:
    - name: community.general
      version: 8.5.0

Description

Get inventory hosts from Scaleway (previously Online SAS or Online.net).

Inputs

    
groups:
    choices:
    - location
    - offer
    - rpn
    description: List of groups.
    elements: string
    type: list

plugin:
    choices:
    - online
    - community.general.online
    description: token that ensures this is a source file for the 'online' plugin.
    required: true

hostnames:
    choices:
    - public_ipv4
    - private_ipv4
    - hostname
    default:
    - public_ipv4
    description: List of preference about what to use as an hostname.
    elements: string
    type: list

oauth_token:
    description: Online OAuth token.
    env:
    - name: ONLINE_TOKEN
    - name: ONLINE_API_KEY
    - name: ONLINE_OAUTH_TOKEN
    required: true