Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/juju4/ansible-brim
Brimsec Brim, an open source desktop application for security and network specialists
https://github.com/juju4/ansible-brim
Last synced: 12 days ago
JSON representation
Brimsec Brim, an open source desktop application for security and network specialists
- Host: GitHub
- URL: https://github.com/juju4/ansible-brim
- Owner: juju4
- Created: 2021-05-08T17:53:11.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-11-23T22:03:48.000Z (about 2 months ago)
- Last Synced: 2024-11-23T22:25:38.177Z (about 2 months ago)
- Size: 63.5 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[![Actions Status - Master](https://github.com/juju4/ansible-brim/workflows/AnsibleCI/badge.svg)](https://github.com/juju4/ansible-brim/actions?query=branch%3Amaster)
[![Actions Status - Devel](https://github.com/juju4/ansible-brim/workflows/AnsibleCI/badge.svg?branch=devel)](https://github.com/juju4/ansible-brim/actions?query=branch%3Adevel)# brim ansible role
Install [Brimsec Brim](https://github.com/brimsec/brim/), an open source desktop application for security and network specialists.
In 2023, this has moved to now being [Brimdata Zui](https://github.com/brimdata/zui#formerly-known-as-brim)## Requirements & Dependencies
### Ansible
It was tested on the following versions:
* 2.10### Operating systems
Tested on Ubuntu 18.04, 20.04, Centos 7 and 8.
## Example Playbook
Just include this role in your list.
For example```
- host: myhost
roles:
- juju4.brim
```you probably want to review variables
## Variables
```
brim_version: v0.24 # should match github tag
brim_checksum: "sha256:xxx" # optional
```## Continuous integration
This role has a molecule test suite with docker.
```
$ pip install molecule docker
$ molecule test
$ MOLECULE_DISTRO=ubuntu:20.04 molecule test --destroy=never
```## Troubleshooting & Known issues
N/A
## License
BSD 2-clause