check_point.gaia.cp_gaia_radius_server (5.0.1) — module

Set 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

Set radius servers settings.

Usage examples

  • Success
    Steampunk Spotter scan finished with no errors, warnings or hints.
- name: Change Radius server settings
  check_point.gaia.cp_gaia_radius_server:
    default_shell: cli
    servers: [{"priority": 3, "address": "1.2.1.2", "port": 56, "timeout": 1, "secret": "12345"}]

Inputs

    
nas_ip:
    description: The NAS IP for the radius client.
    required: false
    type: str

servers:
    description: Radius servers list.
    elements: dict
    required: false
    suboptions:
      address:
        description: Server address.
        required: false
        type: str
      port:
        description: UDP port to contact on the RADIUS server.
        required: false
        type: int
      priority:
        description: Search priority (lower values comes first). Valid values are -999
          - 999.
        required: false
        type: int
      secret:
        description: Secret string.
        required: false
        type: str
      timeout:
        description: Valid values are 1-50.
        required: false
        type: int
    type: list

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

default_shell:
    choices:
    - scp-only
    - tcsh
    - csh
    - sh
    - no-login
    - bash
    - cli
    description: Default shell when login.
    required: false
    type: str

super_user_uid:
    choices:
    - '0'
    - '96'
    description: The UID that will be given to a super user.
    required: false
    type: str

Outputs

radius:
  description: The checkpoint object updated.
  returned: always.
  type: dict