W3cubDocs

/Ansible 2.10

ibm.qradar.rule – Manage state of QRadar Rules, with filter options

Note

This plugin is part of the ibm.qradar collection.

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

Synopsis

  • Manage state of QRadar Rules, with filter options

Parameters

Parameter Choices/Defaults Comments
id
integer
Manage state of a QRadar Rule by ID
name
string
Manage state of a QRadar Rule by name
owner
string
Manage ownership of a QRadar Rule
state
string / required
    Choices:
  • enabled
  • disabled
  • absent
Manage state of a QRadar Rule

Examples

- name: Enable Rule 'Ansible Example DDoS Rule'
  qradar_rule:
    name: 'Ansible Example DDOS Rule'
    state: enabled

Authors

© 2012–2018 Michael DeHaan
© 2018–2019 Red Hat, Inc.
Licensed under the GNU General Public License version 3.
https://docs.ansible.com/ansible/2.10/collections/ibm/qradar/rule_module.html