splunk_soar

ansible-role-splunk_soar

CI

A ansible role to install Splunk SOAR

Requirements

This role is developed and tested for RHEL 8.x

Role Variables

See also defaults/main.yml

splunk_soar_unix_user: soar
splunk_soar_unix_group: soar
splunk_soar_home: /opt/soar
splunk_soar_port: 8443

splunk_soar_tgz: "{{ splunk_soar_tgz_url | regex_search('\/([^\/]+.tgz)$', '\\1') | first }}"

This variable has to be set:

splunk_soar_tgz_url:

Dependencies

None.

Example Playbook

- hosts: soar-server
  roles:
    - beutebayer.splunk_soar

License

MIT

Author Information

Created by beutebayer

About

Installs Splunk SOAR on RHEL

Install
ansible-galaxy install beutebayer/ansible-role-splunk_soar
GitHub repository
License
mit
Downloads
14
Owner