ansible.memsource.memsource_job_info (1.0.1) — module

Gather information about jobs for a specific project in Memsource.

| "added in version" 0.0.1 of ansible.memsource"

Authors: Yanis Guenane (@Spredzy)

Install collection

Install with ansible-galaxy collection install ansible.memsource:==1.0.1


Add to requirements.yml

  collections:
    - name: ansible.memsource
      version: 1.0.1

Description

Gather information about jobs for a specific project in Memsource


Requirements

Usage examples

  • Success
    Steampunk Spotter scan finished with no errors, warnings or hints.
- name: Gather information about a specific job
  ansible.memsource.memsource_job:
    project_uid: 123456
    filters:
      targetLang: ja_jp

Inputs

    
filters:
    default: {}
    description:
    - A dict of filters to apply.
    - Each dict item consists of a filter key and a filter value.
    - See U(https://cloud.memsource.com/web/docs/api#operation/getPart) for possible filters.
    required: false
    type: dict

project_uid:
    description:
    - UID of the project to retrieved jobs for
    - This option is mutually exclusive with C(project).

memsource_token:
    description:
    - The OAuth token to use to connect to cloud.memsource.com.
    type: str

memsource_password:
    description:
    - The password to use for BasicAuth to connect to cloud.memsource.com.
    type: str

memsource_username:
    description:
    - The username to use for BasicAuth to connect to cloud.memsource.com.
    type: str

Outputs

jobs:
  description: 'Memsource jobs that match the provided filters and project. Each element
    consists of a dict with all the information related to those jobs.

    '
  returned: on success
  type: list