community.network.cp_publish (1.3.1) — module

All the changes done by this user will be seen by all users only after publish is called.

Authors: Or Soffer (@chkp-orso)

Install collection

Install with ansible-galaxy collection install community.network:==1.3.1


Add to requirements.yml

  collections:
    - name: community.network
      version: 1.3.1

Description

All the changes done by this user will be seen by all users only after publish is called. All operations are performed over Web Services API.

Usage examples

  • Success
    Steampunk Spotter scan finished with no errors, warnings or hints.
- name: Publish
  community.network.cp_publish:

Inputs

    
uid:
    description:
    - Session unique identifier. Specify it to publish a different session than the one
      you currently use.
    type: str

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

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

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

Outputs

cp_publish:
  description: The checkpoint publish output.
  returned: always.
  type: dict