check_point.mgmt.cp_mgmt_set_cloud_license_pool module – Edit existing pool using name.
Note
This module is part of the check_point.mgmt collection (version 7.0.0).
You might already have this collection installed if you are using the ansible package.
It is not included in ansible-core.
To check whether it is installed, run ansible-galaxy collection list.
To install it, use: ansible-galaxy collection install check_point.mgmt.
To use it in a playbook, specify: check_point.mgmt.cp_mgmt_set_cloud_license_pool.
New in check_point.mgmt 7.0.0
Synopsis
Edit existing pool using name.
All operations are performed over Web Services API.
Available from R82.20 management version.
Parameters
Parameter |
Comments |
|---|---|
Attach security gateways to the pool. The attached gateways will use licenses from this pool. |
|
Domain name or uid. Required when running from MDS context. |
|
Gateway name or uid. |
|
Publish the current session if changes have been performed after task completes. Choices:
|
|
Contract Key. Required to identify a specific pool when multiple pools share the same name. |
|
Set pool to default. This value can only be changed from false to true. To disable the current default pool, you must set a different pool as the default. Choices:
|
|
Move gateways from current default pool to the new default pool. Required when default-pool parameter is set to true. Choices:
|
|
Pool name. |
|
Version of checkpoint. If not given one, the latest version taken. |
|
Wait for the task to end. Such as publish task. Choices:
|
|
How many minutes to wait until throwing a timeout error. Default: |
Examples
- name: set-cloud-license-pool
cp_mgmt_set_cloud_license_pool:
assigned_gateways:
- gateway: GW_A
- gateway: GW_B
pool: VE-NGTX
Return Values
Common return values are documented here, the following are the fields unique to this module:
Key |
Description |
|---|---|
The checkpoint set-cloud-license-pool output. Returned: always. |