check_point.gaia.cp_gaia_tacacs_server (5.0.1) — module

Set 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

Set TACACS servers settings.

Usage examples

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

Inputs

    
enabled:
    description: TACACS-authentication on or off.
    required: false
    type: bool

servers:
    description: TACACS servers list.
    elements: dict
    required: false
    suboptions:
      address:
        description: Server address.
        required: false
        type: str
      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

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

Outputs

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