check_point.gaia.cp_gaia_radius_server_facts (5.0.1) — module

Show radius 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 radius servers settings.

Usage examples

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

Inputs

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

Outputs

ansible_facts:
  contains:
    default_shell:
      description: Default shell when login.
      returned: always
      type: str
    nas_ip:
      description: The NAS IP for the radius client.
      returned: always
      type: str
    servers:
      contains:
        address:
          description: Server address.
          returned: always
          type: str
        port:
          description: UDP port to contact on the RADIUS server.
          returned: always
          type: int
        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: Radius servers list.
      elements: dict
      returned: always
      type: list
    super_user_uid:
      description: The UID that will be given to a super user.
      returned: always
      type: str
  description: The checkpoint object facts.
  returned: always.
  type: dict