inexio.thola.thola_check_thola_server_facts (1.0.2) — module

Checks if a server is running a Thola API

| "added in version" 1.0.0 of inexio.thola"

Authors: Thola team

Install collection

Install with ansible-galaxy collection install inexio.thola:==1.0.2


Add to requirements.yml

  collections:
    - name: inexio.thola
      version: 1.0.2

Description

Checks if a server is running a Thola API


Requirements

Usage examples

  • Success
    Steampunk Spotter scan finished with no errors, warnings or hints.
- name: thola check thola-server
  thola_check_thola_server_facts:
    api_host: '{{ api_host }}'
  register: result

Inputs

    
api_host:
    description:
    - Hostname of the running Thola API instance
    required: true

Outputs

changed:
  description: whether the command has been executed on the device
  returned: always
  sample: true
  type: bool
thola_check_thola_server_facts:
  description: Whether a server runs a Thola API
  returned: always
  type: dict