Skip to content
This repository has been archived by the owner on Oct 8, 2021. It is now read-only.

ansible-collections/community.qradar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Ansible Collection - community.qradar

Run Status

This repository has been archived. Refer to the ibm.qradar collection repository instead.

This repo hosts the community.qradar Ansible Collection.

The collection includes the community plugins to help the automation of IBM QRadar SIEM Platform.

Installation and Usage

Installing the Collection from Ansible Galaxy

Before using the Community IBM QRadar collection, you need to install it with the ansible-galaxy CLI:

ansible-galaxy collection install community.qradar

You can also include it in a requirements.yml file and install it via ansible-galaxy collection install -r requirements.yml using the format:

collections:
- name: community.qradar

Testing and Development

If you want to develop new content for this collection or improve what's already here, the easiest way to work on the collection is to clone it into one of the configured COLLECTIONS_PATHS, and work on it there.

Testing with ansible-test

The tests directory contains configuration for running sanity and integration tests using ansible-test.

You can run the collection's test suites with the commands:

ansible-test sanity
ansible-test network-integration --inventory /path/to/inventory

Publishing New Version

The current process for publishing new versions of the IBM QRadar Community Collection is manual, and requires a user who has access to the community namespace on Ansible Galaxy to publish the build artifact.

  1. Ensure CHANGELOG.md contains all the latest changes.

  2. Update galaxy.yml with the new version for the collection.

  3. Create a release in GitHub to tag the commit at the version to build.

  4. Run the following commands to build and release the new version on Galaxy:

    ansible-galaxy collection build
    ansible-galaxy collection publish ./community-qradar-$VERSION_HERE.tar.gz
    

After the version is published, verify it exists on the IBM QRadar Community Collection Galaxy page.

More Information

For more information about Ansible's IBM QRadar integration, join the #ansible-security IRC channel on irc.libera.chat, and browse the resources in the Security Automation Working Group Community wiki page.

License

GNU General Public License v3.0 or later

See COPYING to see the full text.

About

Ansible Collection - community.qradar

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published