https://github.com/nvisosecurity/ansible-thehive
Ansible role for installing The Hive & Cortex
https://github.com/nvisosecurity/ansible-thehive
Last synced: 4 months ago
JSON representation
Ansible role for installing The Hive & Cortex
- Host: GitHub
- URL: https://github.com/nvisosecurity/ansible-thehive
- Owner: NVISOsecurity
- License: gpl-3.0
- Created: 2019-08-26T10:53:06.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2020-06-04T12:00:13.000Z (about 6 years ago)
- Last Synced: 2025-07-04T22:41:59.425Z (12 months ago)
- Homepage:
- Size: 17.6 KB
- Stars: 6
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ansible-thehive
Ansible role for installing and configuring [TheHive](https://github.com/TheHive-Project/TheHive) and [Cortex](https://github.com/TheHive-Project/Cortex).
Optionally this role can install [thehive-sentinel-hooks](https://github.com/NVISO-BE/thehive-sentinel-integration) to integrate TheHive with Azure Sentinel and [thehive-sentinel-incidents](https://github.com/NVISO-BE/thehive-sentinel-integration) to pull Azure Sentinel incidents to TheHive.
## OS Platforms
This role has been tested on the following operating systems:
- Ubuntu 18.04
## Usage
To use this role in your playbook, add the code below:
```
- name: Install TheHive
import_role:
name: ansible-thehive
```
## License
ansible-thehive is released under the GNU GENERAL PUBLIC LICENSE v3 [GPL-3.0](LICENSE).