W3cubDocs

/Ansible 2.10

ibm.qradar.qradar_deploy – Trigger a qradar configuration deployment

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.qradar_deploy.

New in version 1.0.0: of ibm.qradar

Synopsis

  • This module allows for INCREMENTAL or FULL deployments

Parameters

Parameter Choices/Defaults Comments
type
string
    Choices:
  • INCREMENTAL
  • FULL
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

© 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/qradar_deploy_module.html