Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/juju4/ansible-falco
Ansible role to setup Falco, behavioral security with sysdig
https://github.com/juju4/ansible-falco
Last synced: 12 days ago
JSON representation
Ansible role to setup Falco, behavioral security with sysdig
- Host: GitHub
- URL: https://github.com/juju4/ansible-falco
- Owner: juju4
- License: bsd-2-clause
- Created: 2016-08-07T22:41:13.000Z (over 8 years ago)
- Default Branch: main
- Last Pushed: 2024-12-22T00:54:04.000Z (19 days ago)
- Last Synced: 2024-12-22T01:22:18.307Z (19 days ago)
- Language: Jinja
- Size: 633 KB
- Stars: 40
- Watchers: 3
- Forks: 29
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
README
[![Actions Status - Master](https://github.com/juju4/ansible-falco/workflows/AnsibleCI/badge.svg)](https://github.com/juju4/ansible-falco/actions?query=branch%3Amaster)
[![Actions Status - Devel](https://github.com/juju4/ansible-falco/workflows/AnsibleCI/badge.svg?branch=devel)](https://github.com/juju4/ansible-falco/actions?query=branch%3Adevel)# Falco Behavioral activity monitor ansible role
Ansible role to setup Falco
https://falco.org/
https://sysdig.com/opensource/falco/
https://github.com/falcosecurity/falco## Requirements & Dependencies
### Ansible
It was tested on the following versions:
* 2.0
* 2.5### Operating systems
Target Debian/Ubuntu and Redhat/Centos.
## Example Playbook
Just include this role in your list.
For example```
- host: all
roles:
- falco
```## Variables
Nothing specific for now.
## Continuous integration
This role has a travis basic test (for github), more advanced with kitchen and also a Vagrantfile (test/vagrant).
Once you ensured all necessary roles are present, You can test with:
```
$ cd /path/to/roles/juju4.falco
$ kitchen verify
$ kitchen login
```
or
```
$ cd /path/to/roles/juju4.falco/test/vagrant
$ vagrant up
$ vagrant ssh
```## Troubleshooting & Known issues
* Not possible to run it inside containers
https://github.com/draios/sysdig/issues/152## License
BSD 2-clause