Deprecated

Removed in 3.0.0

i

Reason:Deprecated in favour of C(_info) module. | Alternative:Use M(community.general.online_user_info) instead.

community.general.online_user_facts (2.5.9) — module

Gather facts about Online user.

Authors: Remy Leone (@sieben)

Install collection

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


Add to requirements.yml

  collections:
    - name: community.general
      version: 2.5.9

Description

Gather facts about the user.

Usage examples

  • Success
    Steampunk Spotter scan finished with no errors, warnings or hints.
- name: Gather Online user facts
  community.general.online_user_facts:

Inputs

    
api_url:
    aliases:
    - base_url
    default: https://api.online.net
    description:
    - Online API URL
    type: str

api_token:
    aliases:
    - oauth_token
    description:
    - Online OAuth token.
    required: true
    type: str

api_timeout:
    aliases:
    - timeout
    default: 30
    description:
    - HTTP timeout to Online API in seconds.
    type: int

validate_certs:
    default: true
    description:
    - Validate SSL certs of the Online API.
    type: bool

Outputs

online_user_facts:
  description: Response from Online API
  returned: success
  sample:
    online_user_facts:
      company: foobar LLC
      email: foobar@example.com
      first_name: foo
      id: 42
      last_name: bar
      login: foobar
  type: complex