Skip to content

luiscachog/ansible-sonobuoy

Repository files navigation

Ansible Role: Sonobuoy

Ansible Role Build Status Actions Status Ansible Quality Score codecov

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 GitHub

Author Information

This role was created on May 2019 by Luis Cacho