ansible.builtin.cp_mgmt_assign_global_assignment (v2.9.17) — module

assign global assignment on Check Point over Web Services API

| "added in version" 2.9 of ansible.builtin"

Authors: Or Soffer (@chkp-orso)

preview | supported by community

Install Ansible via pip

Install with pip install ansible==2.9.17

Description

assign global assignment on Check Point over Web Services API

All operations are performed over Web Services API.

Usage examples

  • Success
    Steampunk Spotter scan finished with no errors, warnings or hints.
- name: assign-global-assignment
  cp_mgmt_assign_global_assignment:
    dependent_domains: domain1
    global_domains: Global2

Inputs

    
version:
    description:
    - Version of checkpoint. If not given one, the latest version taken.
    type: str

details_level:
    choices:
    - uid
    - standard
    - full
    description:
    - The level of detail for some of the fields in the response can vary from showing
      only the UID value of the object to a fully detailed representation of the object.
    type: str

wait_for_task:
    default: true
    description:
    - Wait for the task to end. Such as publish task.
    type: bool

global_domains:
    description:
    - N/A
    type: list

dependent_domains:
    description:
    - N/A
    type: list

auto_publish_session:
    default: false
    description:
    - Publish the current session if changes have been performed after task completes.
    type: bool

wait_for_task_timeout:
    default: 30
    description:
    - How many minutes to wait until throwing a timeout error.
    type: int

Outputs

cp_mgmt_assign_global_assignment:
  description: The checkpoint assign-global-assignment output.
  returned: always.
  type: dict