IBM QRadar

Document Control

TODO:

  • Overall structure.
  • Initial draft complete
  • Testing
  • Ready

Ansible Role Ansible Quality Score Build Status GitHub issues GitHub last commit

User Story: Qradar

As a: UNIX and Linux system administrator

I want to: install QRadar

So that: I can set up security analytics.

Using the role

Using the role in a playbook
---
- name: Install qradar
  hosts: all

  tasks:
    - name: qradar is configured
      import_role:
        name: crivetimihai.qradar
      vars:
        qradar_enable_service: true
      tags: qradar
# Install the role
ansible-galaxy install crivetimihai.qradar

# Run the playbook
ansible-playbook qradar-playbook.yml

Last update: 2020-02-06