check_point.gaia.cp_gaia_hostname_facts (5.0.1) — module

Show hostname settings.

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

Authors: Yuval Feiger (@chkp-yuvalfe)

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 hostname settings.

Usage examples

  • Success
    Steampunk Spotter scan finished with no errors, warnings or hints.
- name: Show current hostname
  check_point.gaia.cp_gaia_hostname_facts:

Inputs

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

Outputs

ansible_facts:
  contains:
    name:
      description: Hostname.
      returned: always
      type: str
  description: The checkpoint object facts.
  returned: always.
  type: dict