Ansible role that installs VMware-Tanzy Sonobuoy, a diagnostic tool that makes it easier to understand the state of a Kubernetes cluster.
None
Available variables are listed below, along with default values (see defaults/main.yml
):
sonobuoy_version: "0.17.0"
The Sonobuoy version to install.
sonobuoy_arch: "amd64"
The system architecture (e.g. 386
or amd64
) to use.
sonobuoy_install_dir: /usr/local/bin
The location where the Sonobuoy binary will be installed (should be in system $PATH
).
None.
- hosts: servers
roles:
- k4ch0.sonobuoy
This role was created on May 2019 by Luis Cacho