sensu.sensu_go.install role – Enable Sensu Go repos and install selected packages
Note
This role is part of the sensu.sensu_go collection (version 1.14.0).
You might already have this collection installed if you are using the ansible
package.
It is not included in ansible-core
.
To check whether it is installed, run ansible-galaxy collection list
.
To install it use: ansible-galaxy collection install sensu.sensu_go
.
To use it in a playbook, specify: sensu.sensu_go.install
.
Entry point main
– Enable Sensu Go repos and install selected packages
Synopsis
The main entry point just combines the repositories and packages entry points.
Parameters
Parameter |
Comments |
---|---|
Package build to install. Can be any valid build string such as If the version variable is set to latest, this variable is ignored and the latest available build is installed. Default: |
|
Repository channel that serves as a source of packages. Visit the packagecloud site to find all available channels. Default: |
|
List of components to install. Choices:
Default: |
|
Package version to install. Can be any valid version string such as Default: |
Entry point packages
– Install selected Sensu Go packages
Synopsis
Make sure selected packages are installed.
By default, the role will install latest available package version. This will change in the next major version of the collection where the version will become a required variable.
Parameters
Parameter |
Comments |
---|---|
Package build to install. Can be any valid build string such as If the version variable is set to latest, this variable is ignored and the latest available build is installed. Default: |
|
List of components to install. Choices:
Default: |
|
Package version to install. Can be any valid version string such as Default: |
Entry point repositories
– Enable Sensu Go repos
Synopsis
Install required repository files on supported distributions.
This entry point does not work on Windows because there is no concept of repository there.
Parameters
Parameter |
Comments |
---|---|
Repository channel that serves as a source of packages. Visit the packagecloud site to find all available channels. Default: |