The Red Hat Ecosystem Catalog is the official source for discovering and learning more about the Red Hat Ecosystem of both Red Hat and certified third-party products and services.
We’re the world’s leading provider of enterprise open source solutions—including Linux, cloud, container, and Kubernetes. We deliver hardened solutions that make it easier for enterprises to work across platforms and environments, from the core datacenter to the network edge.
1Role
A Collection of Roles Developed by Virsec Systems for VSP probe Installation
To install the collection, use the ansible-galaxy command:
$ ansible-galaxy collection install virsec.vsp
This collection has been tested against following Ansible versions: >=2.11 Python version >=3.6
$$$$$$$$$$$$$$$$$$$$$$$$$$$$
The following examples are for reference purposes.
Virsec VSP installation require few variables to be defined in vars directory,
those varaibles are mainly CMS, LFR, Kafka IP addresses, and Install command
Install command e.g. for linux "./vsp_install_vm.sh -i {{ inventory_hostname }} -c {{ cms_ip }} -l {{ lfr_ip }} -s web -u -k {{ kafka_ip }} -P -r"
Make Sure to read documentation to know meaning each flag in above command.
---
- hosts: all
collections:
- virsec.vsp
include_role:
name: Install_virsec_vsp
GNU General Public License v3.0 or later https://www.gnu.org/licenses/gpl-3.0.en.html
| Product |
|---|
| 2.5 |
| 2.6 |
| 2.7 |
This collection is self-contained and has no external Ansible dependencies.
This collection is not being used by other collections.