check_point.mgmt.cp_mgmt_run_script – Executes the script on a given list of targets.¶
Note
This plugin is part of the check_point.mgmt collection (version 2.0.0).
To install it use: ansible-galaxy collection install check_point.mgmt
.
To use it in a playbook, specify: check_point.mgmt.cp_mgmt_run_script
.
New in version 2.9: of check_point.mgmt
Synopsis¶
Executes the script on a given list of targets.
All operations are performed over Web Services API.
Parameters¶
Examples¶
- name: run-script
cp_mgmt_run_script:
script: ls -l /
script_name: 'Script Example: List files under / dir'
targets:
- corporate-gateway
Return Values¶
Common return values are documented here, the following are the fields unique to this module:
Key | Returned | Description |
---|---|---|
cp_mgmt_run_script
dictionary
|
always. |
The checkpoint run-script output.
|
Authors¶
Or Soffer (@chkp-orso)