New in version 2.5.
Parameter | Choices/Defaults | Comments |
---|---|---|
adom - / required | The administrative domain (admon) the configuration belongs to | |
mode - added in 2.8 |
| The desired mode of the specified object. Execute will run the script. |
script_content - | The script content that will be executed. | |
script_description - | The description of the script. | |
script_name - / required | The name of the script. | |
script_package - | (datasource) Policy package object to run the script against | |
script_scope - | (datasource) The devices that the script will run on, can have both device member and device group member. | |
script_target - | The target of the script to be run. | |
script_type - | The type of script (CLI or TCL). | |
vdom - | The virtual domain (vdom) the configuration belongs to |
Note
- name: CREATE SCRIPT fmgr_script: adom: "root" script_name: "TestScript" script_type: "cli" script_target: "remote_device" script_description: "Create by Ansible" script_content: "get system status" - name: EXECUTE SCRIPT fmgr_script: adom: "root" script_name: "TestScript" mode: "execute" script_scope: "FGT1,FGT2" - name: DELETE SCRIPT fmgr_script: adom: "root" script_name: "TestScript" mode: "delete"
Common return values are documented here, the following are the fields unique to this module:
Key | Returned | Description |
---|---|---|
api_result string | always | full API response, includes status code and message |
Hint
If you notice any issues in this documentation, you can edit this document to improve it.
© 2012–2018 Michael DeHaan
© 2018–2019 Red Hat, Inc.
Licensed under the GNU General Public License version 3.
https://docs.ansible.com/ansible/2.9/modules/fmgr_script_module.html