ibm.qradar.deploy – Trigger a qradar configuration deployment¶
Note
This plugin is part of the ibm.qradar collection (version 1.0.3).
To install it use: ansible-galaxy collection install ibm.qradar
.
To use it in a playbook, specify: ibm.qradar.deploy
.
New in version 1.0.0: of ibm.qradar
Parameters¶
Parameter | Choices/Defaults | Comments |
---|---|---|
type
string
|
|
Type of deployment
|
Notes¶
Note
This module does not support check mode because the QRadar REST API does not offer stateful inspection of configuration deployments
Examples¶
- name: run an incremental deploy
ibm.qradar.deploy:
type: INCREMENTAL
Authors¶
Ansible Security Automation Team (@maxamillion) <https://github.com/ansible-security>