zuul-jobs/roles/use-buildset-registry
Ian Wienand b2ae863f50
Add names to include tasks
Latest ansible-lint is finding this.  It seems reasonable enough to
ensure the task is named; it's always nice to have context about what
is happening as you read the file.

Change-Id: Ia7e490aaba99da9694a6f3fdb1bca9838221b30a
2022-11-07 10:37:53 +11:00
..
defaults use-buildset-registry: Add podman support 2019-12-05 11:44:15 -08:00
library Write buildkitd.toml in use-buildset-registry 2020-05-05 14:47:19 -05:00
module_utils use-buildset-registry: remove useless import 2021-10-28 12:48:06 -04:00
tasks Add names to include tasks 2022-11-07 10:37:53 +11:00
vars use-buildset-registry: add Fedora certifacts vars 2020-04-30 17:34:04 +00:00
README.rst use-buildset-registry: Add podman support 2019-12-05 11:44:15 -08:00
__init__.py use-buildset-registry: Add podman support 2019-12-05 11:44:15 -08:00

README.rst

Adds a buildset registry to the docker configuration.

Use this role on any host which should use the buildset registry.

Role Variables

Information about the registry, as returned by :zuulrun-buildset-registry.

The host (IP address) of the registry.

The port on which the registry is listening.

The username used to access the registry via HTTP basic auth.

The password used to access the registry via HTTP basic auth.

The (self-signed) certificate used by the registry.