IBM QRadar
Document Control
TODO:
- Overall structure.
- Initial draft complete
- Testing
- Ready
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: devopstoolbox.qradar vars: qradar_enable_service: true tags: qradar
# Install the role ansible-galaxy install devopstoolbox.qradar # Run the playbook ansible-playbook qradar-playbook.yml
Last update: 2020-02-09