community.network.pn_log_audit_exception module – CLI command to create/delete an audit exception
Note
This module is part of the community.network collection (version 4.0.2).
You might already have this collection installed if you are using the ansible
package.
It is not included in ansible-core
.
To check whether it is installed, run ansible-galaxy collection list
.
To install it, use: ansible-galaxy collection install community.network
.
To use it in a playbook, specify: community.network.pn_log_audit_exception
.
Synopsis
This module can be used to create an audit exception and delete an audit exception.
Parameters
Parameter |
Comments |
---|---|
Specify the access type to match exceptions. Choices:
|
|
Specify the type of audit exception. Choices:
|
|
Target switch to run the CLI on. |
|
Specify a regular expression to match exceptions. |
|
scope - local or fabric. Choices:
|
|
State the action to perform. Use ‘present’ to create audit-exception and ‘absent’ to delete audit-exception. Choices:
|
Examples
- name: Create a log-audit-exception
community.network.pn_log_audit_exception:
pn_audit_type: "cli"
pn_pattern: "test"
state: "present"
pn_access: "any"
pn_scope: "local"
- name: Delete a log-audit-exception
community.network.pn_log_audit_exception:
pn_audit_type: "shell"
pn_pattern: "test"
state: "absent"
pn_access: "any"
Return Values
Common return values are documented here, the following are the fields unique to this module:
Key |
Description |
---|---|
indicates whether the CLI caused changes on the target. Returned: always |
|
the CLI command run on the target node. Returned: always |
|
set of error responses from the log_audit_exceptions command. Returned: on error |
|
set of responses from the pn_log_audit_exceptions command. Returned: always |