New in version 2.3.
Parameter |
Choices/Defaults |
Comments |
---|---|---|
admin_password
required |
|
password for admin user
|
admin_username
|
Default:
admin
|
username for admin user
|
commit
|
|
commit if changed
|
ip_address
required |
|
IP address (or hostname) of PAN-OS device
|
password
required |
|
password for authentication
|
role
|
|
role for admin user
|
username
|
Default:
admin
|
username for authentication
|
# Set the password of user admin to "badpassword"
# Doesn't commit the candidate config
- name: set admin password
panos_admin:
ip_address: "192.168.1.1"
password: "admin"
admin_username: admin
admin_password: "badpassword"
commit: False
Common return values are documented here, the following are the fields unique to this module:
Key |
Returned |
Description |
---|---|---|
status
string
|
success |
success status
Sample:
okey dokey
|
This module is flagged as preview which means that it is not guaranteed to have a backwards compatible interface.
Hint
If you notice any issues in this documentation you can edit this document to improve it.