New in version 2.3.
- pan-python
| parameter | required | default | choices | comments |
|---|---|---|---|---|
| interval |
no | 0.5 |
interval for checking commit job
|
|
| ip_address |
yes |
IP address (or hostname) of PAN-OS device
|
||
| password |
yes |
password for authentication
|
||
| sync |
no | True |
if commit should be synchronous
|
|
| timeout |
no | None |
timeout for commit job
|
|
| username |
no | admin |
username for authentication
|
# Commit candidate config on 192.168.1.1 in sync mode - panos_commit: ip_address: "192.168.1.1" username: "admin" password: "admin"
Common return values are documented here Return Values, the following are the fields unique to this module:
| name | description | returned | type | sample |
|---|---|---|---|---|
| status |
success status
|
success | string | okey dokey |
This module is flagged as preview which means that it is not guaranteed to have a backwards compatible interface.
For help in developing on modules, should you be so inclined, please read Community Information & Contributing, Testing Ansible and Developing Modules.