Ansible role to setup Falco
It was tested on the following versions:
- 2.10-18
Target Debian/Ubuntu and Redhat/Centos.
Just include this role in your list. For example
- host: all
roles:
- juju4.falco
Nothing specific for now.
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
or
$ pip install molecule docker
$ molecule test
$ MOLECULE_DISTRO=ubuntu:24.04 molecule test --destroy=never
(be mindful of container limitations for a kernel module tools)
- Not possible to run it inside containers draios/sysdig#152
BSD 2-clause