New in version 2.4.
parameter | required | default | choices | comments |
---|---|---|---|---|
asm_request_log | no |
| When True , includes the ASM request log data. When False , excludes the ASM request log data. | |
complete_information | no | True |
| Include complete information in the qkview. |
dest | yes | Destination on your local filesystem when you want to save the qkview. | ||
exclude | no |
| Exclude various file from the qkview. | |
exclude_core | no |
| Exclude core files from the qkview. | |
filename | no | localhost.localdomain.qkview | Name of the qkview to create on the remote BIG-IP. | |
force | no | True |
| If no , the file will only be transferred if the destination does not exist. |
max_file_size | no | Max file size, in bytes, of the qkview to create. By default, no max file size is specified. | ||
password | yes | The password for the user account used to connect to the BIG-IP. This option can be omitted if the environment variable F5_PASSWORD is set. | ||
server | yes | The BIG-IP host. This option can be omitted if the environment variable F5_SERVER is set. | ||
server_port (added in 2.2)
| no | 443 | The BIG-IP server port. This option can be omitted if the environment variable F5_SERVER_PORT is set. | |
user | yes | The username to connect to the BIG-IP with. This user must have administrative privileges on the device. This option can be omitted if the environment variable F5_USER is set. | ||
validate_certs (added in 2.0)
| no | True |
| If no , SSL certificates will not be validated. This should only be used on personally controlled sites using self-signed certificates. This option can be omitted if the environment variable F5_VALIDATE_CERTS is set. |
- name: Fetch a qkview from the remote device bigip_qkview: asm_request_log: "yes" exclude: - audit - secure dest: "/tmp/localhost.localdomain.qkview" delegate_to: localhost
Common return values are documented here Return Values, the following are the fields unique to this module:
name | description | returned | type | sample |
---|---|---|---|---|
stdout_lines | The value of stdout split into a list | always | list | [['...', '...'], ['...'], ['...']] |
stdout | The set of responses from the commands | always | list | ['...', '...'] |
Note
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.
© 2012–2017 Michael DeHaan
© 2017 Red Hat, Inc.
Licensed under the GNU General Public License version 3.
https://docs.ansible.com/ansible/latest/bigip_qkview_module.html