check_point.mgmt.cp_mgmt_add_domain (5.2.3) — module

Create new object

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

Authors: Or Soffer (@chkp-orso)

preview | 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-domain
  cp_mgmt_add_domain:
    name: domain1
    servers:
      ip_address: 192.0.2.1
      multi_domain_server: MDM_Server
      name: domain1_ManagementServer_1

Inputs

    
name:
    description:
    - Object name.
    required: true
    type: str

color:
    choices:
    - aquamarine
    - black
    - blue
    - crete blue
    - burlywood
    - cyan
    - dark green
    - khaki
    - orchid
    - dark orange
    - dark sea green
    - pink
    - turquoise
    - dark blue
    - firebrick
    - brown
    - forest green
    - gold
    - dark gold
    - gray
    - dark gray
    - light green
    - lemon chiffon
    - coral
    - sea green
    - sky blue
    - magenta
    - purple
    - slate blue
    - violet red
    - navy blue
    - olive
    - orange
    - red
    - sienna
    - yellow
    description:
    - Color of the object. Should be one of existing colors.
    type: str

servers:
    description:
    - Domain servers. When this field is provided, 'set-domain' command is executed asynchronously.
    elements: dict
    suboptions:
      active:
        description:
        - Activate domain server. Only one domain server is allowed to be active
        type: bool
      ip_address:
        description:
        - IPv4 or IPv6 address. If both addresses are required use ipv4-address and ipv6-address
          fields explicitly.
        type: str
      ipv4_address:
        description:
        - IPv4 address.
        type: str
      ipv6_address:
        description:
        - IPv6 address.
        type: str
      multi_domain_server:
        description:
        - Multi Domain server name or UID.
        type: str
      name:
        description:
        - Object name. Must be unique in the domain.
        type: str
      skip_start_domain_server:
        description:
        - Set this value to be true to prevent starting the new created domain.
        type: bool
      type:
        choices:
        - management server
        - log server
        - smc
        description:
        - Domain server type.
        type: str
    type: list

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

comments:
    description:
    - Comments string.
    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

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

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_domain:
  description: The checkpoint add-domain output.
  returned: always.
  type: dict