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

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

| "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

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
  cp_mgmt_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

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_publish:
  description: The checkpoint publish output.
  returned: always.
  type: dict