check_point.mgmt.checkpoint_run_script – Run scripts on Check Point devices over Web Services API¶
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.checkpoint_run_script
.
New in version 2.7: of check_point.mgmt
Parameters¶
Examples¶
- name: Run script
checkpoint_run_script:
script_name: "List root"
script: ls -l /
targets:
- mycheckpointgw
Return Values¶
Common return values are documented here, the following are the fields unique to this module:
Key | Returned | Description |
---|---|---|
checkpoint_run_script
list
/ elements=string
|
always. |
The checkpoint run script output.
|
Authors¶
Ansible by Red Hat (@rcarrillocruz)