diff --git a/compute.yml b/compute.yml index 8f09a70c..522afda0 100644 --- a/compute.yml +++ b/compute.yml @@ -64,6 +64,7 @@ - { role: systemd_rpcbind, tags: [ 'systemd', 'rpcbind' ] } - { role: ansible-role-lldpd, tags: [ 'lldpd', 'lldp' ] } - { role: ansible-role-singularity, tags: [ 'singularity' ] } + - { role: ansible-role-falco, tags: [ 'falco' ] } - { role: ansible-role-flowdock, tags: [ 'flowdock' ] } # Adding a role here? Make sure to add it to local.yml too for the role to be used with ansible-pull diff --git a/requirements.yml b/requirements.yml index 045ec694..6e1f8143 100644 --- a/requirements.yml +++ b/requirements.yml @@ -216,3 +216,8 @@ - src: https://github.com/CSCfi/ansible-role-singularity path: roles version: v1.0.1 + +- src: https://github.com/CSCfi/ansible-falco + path: roles + version: f88505cef537366d4589c2e2816eb921c6d28190 + name: ansible-role-falco