sonobuoy
Ansible Role: Sonobuoy
Ansible role that installs VMware-Tanzy Sonobuoy, a diagnostic tool that makes it easier to understand the state of a Kubernetes cluster.
Requirements
None
Role Variables
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
).
Dependencies
None.
Example Playbook
- hosts: servers
roles:
- k4ch0.sonobuoy
License
MIT
Author Information
This role was created on May 2019 by Luis Cacho
About
Ansible role for install VMware-Tanzu Sonobuoy
Install
ansible-galaxy install k4ch0/ansible-sonobuoy
License
mit
Downloads
28
Owner