check_point.gaia.cp_gaia_tacacs_server_facts (5.0.1) — module

Show tacacs servers settings.

| "added in version" 3.0.0 of check_point.gaia"

Authors: Ameer Asli (@chkp-ameera)

Install collection

Install with ansible-galaxy collection install check_point.gaia:==5.0.1


Add to requirements.yml

  collections:
    - name: check_point.gaia
      version: 5.0.1

Description

Show tacacs servers settings.

Usage examples

  • Success
    Steampunk Spotter scan finished with no errors, warnings or hints.
- name: Show tacacs servers settings.
  check_point.gaia.cp_gaia_tacacs_server_facts:

Inputs

    
version:
    description: Gaia API version for example 1.6.
    required: false
    type: str

Outputs

ansible_facts:
  contains:
    enabled:
      description: TACACS-authentication on or off.
      returned: always
      type: bool
    servers:
      contains:
        address:
          description: Server address.
          returned: always
          type: str
        priority:
          description: Search priority (lower values comes first). Valid values are
            -999 - 999.
          returned: always
          type: int
        secret:
          description: Secret string.
          returned: always
          type: str
        timeout:
          description: Valid values are 1-50.
          returned: always
          type: int
      description: TACACS servers list.
      elements: dict
      returned: always
      type: list
    super_user_uid:
      description: The UID that will be given to a TACACS+ user.
      returned: always
      type: str
  description: The checkpoint object facts.
  returned: always.
  type: dict