ibm.qradar.rule – Manage state of QRadar Rules, with filter options¶
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.rule
.
New in version 1.0.0: of ibm.qradar
Parameters¶
Examples¶
- name: Enable Rule 'Ansible Example DDoS Rule'
qradar_rule:
name: 'Ansible Example DDOS Rule'
state: enabled
Authors¶
Ansible Security Automation Team (@maxamillion) <https://github.com/ansible-security>