Skip to content

beutebayer/ansible-role-splunk_soar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

a ansible role to install Splunk SOAR

Topics

Resources

License

Stars

Watchers

Forks