Deprecated

Removed in None

i

Reason:Newer and updated module released with more functionality. | Alternative:cp_mgmt_nat_rule

check_point.mgmt.cp_mgmt_add_nat_rule (5.2.3) — module

Create new object.

| "added in version" 2.0.0 of check_point.mgmt"

Authors: Or Soffer (@chkp-orso)

deprecated | supported by community

Install collection

Install with ansible-galaxy collection install check_point.mgmt:==5.2.3


Add to requirements.yml

  collections:
    - name: check_point.mgmt
      version: 5.2.3

Description

Create new object.

All operations are performed over Web Services API.

Usage examples

  • Success
    Steampunk Spotter scan finished with no errors, warnings or hints.
- name: add-nat-rule
  cp_mgmt_add_nat_rule:
    comments: comment example1 nat999
    enabled: false
    install_on:
    - Policy Targets
    original_destination: All_Internet
    original_source: Any
    package: standard
    position: 1

Inputs

    
method:
    choices:
    - static
    - hide
    - nat64
    - nat46
    description:
    - Nat method.
    type: str

enabled:
    description:
    - Enable/Disable the rule.
    type: bool

package:
    description:
    - Name of the package.
    type: str

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

comments:
    description:
    - Comments string.
    type: str

position:
    description:
    - Position in the rulebase.
    type: str

install_on:
    description:
    - Which Gateways identified by the name or UID to install the policy on.
    elements: str
    type: list

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

ignore_errors:
    description:
    - Apply changes ignoring errors. You won't be able to publish such a changes. If ignore-warnings
      flag was omitted - warnings will also be ignored.
    type: bool

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

ignore_warnings:
    description:
    - Apply changes ignoring warnings.
    type: bool

original_source:
    description:
    - Original source.
    type: str

original_service:
    description:
    - Original service.
    type: str

translated_source:
    description:
    - Translated  source.
    type: str

translated_service:
    description:
    - Translated  service.
    type: str

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

original_destination:
    description:
    - Original destination.
    type: str

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

translated_destination:
    description:
    - Translated  destination.
    type: str

Outputs

cp_mgmt_add_nat_rule:
  description: The checkpoint add-nat-rule output.
  returned: always.
  type: dict