Ansible role to set up advanced security tools (cosign
, gitsign
, and syft
) for Red Hat Developer Hub (RHDH) labs.
- Clones the
security-roadshow
GitHub repo. - Installs
cosign
andgitsign
if not already present. - Installs
syft
from Anchore. - Ensures
/usr/local/bin
is available in the PATH for all users.
- Internet access to clone GitHub repositories and download binaries
- RHEL/CentOS/Rocky-based system
None currently required.
- name: Install security tools
hosts: localhost
become: true
roles:
- rhdh-advance