.. _ibm.qradar.deploy_module: ***************** ibm.qradar.deploy ***************** **Trigger a qradar configuration deployment** Version added: 1.0.0 .. contents:: :local: :depth: 1 Synopsis -------- - This module allows for INCREMENTAL or FULL deployments Parameters ---------- .. raw:: html
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 -------- .. code-block:: yaml - name: run an incremental deploy ibm.qradar.deploy: type: INCREMENTAL Status ------ Authors ~~~~~~~ - Ansible Security Automation Team (@maxamillion)