Sensu Go install role¶
This role installs selected Sensu Go components from the official precompiled packages.
Note
This role only configures your package manager (like yum or apt) and installs the binaries. It does not configure anything and it does not run any services.
Example playbook¶
The next playbook
demonstrates
how to install different versions of Sensu components from specific channels.
Role Variables¶
This role consults the following variables to determine what packages to install:
Variable |
Default value |
Description |
---|---|---|
components |
|
List of components to install. Valid values are |
channel |
stable |
Repository channel that serves as a source of packages. We can see all the available channels on packagecloud site. |
version |
latest |
Package version to install. Can be any valid version string such as
|
build |
latest |
Package build to install. Can be any valid build string such as
|
packagecloud_auth |
“” |
Credentials to use when setting up Sensu Go repos. For publicly
available repos, this can be left empty. For private repos, this should
be set to the value of the read token, folloved by the |
Tested Platforms (CI/CD)¶
OS |
distribution |
versions |
---|---|---|
Linux |
CentOS |
6, 7, 8 |
RedHat |
7, 8 |
|
Debian |
9, 10 |
|
Ubuntu |
14.04, 16.04, 18.04 |