exzeo.trivy
Ansible Role trivy
This Ansible role installs the Helm Command Line tool on Debian/Ubuntu servers. You can find the release versions here: https://github.com/aquasecurity/trivy/releases
Role Variables
# Set the version of 'trivy' you want to install. By default, it installs the latest version.
trivy_version: ""
# Set this to true if you want to uninstall it from the server.
uninstall: false
Example Playbooks
Basic Installation:
- name: Install CLI
hosts: all
roles:
- role: exzeo.trivy
Install a Specific Version:
- name: Install CLI
hosts: all
roles:
- role: exzeo.trivy
vars:
trivy_version: "0.27.1"
Uninstalling:
- name: Install CLI
hosts: all
roles:
- role: exzeo.trivy
vars:
uninstall: true
Informazioni sul progetto
Ansible Role for installing trivy
Installa
ansible-galaxy install exzeo.trivy
Licenza
mit
Download
110
Proprietario