zuul-jobs/roles/use-buildset-registry
Sorin Sbarnea 0eaa5cf59a Upgrade ansible-lint to 5.0
- bumps ansible-lint to 5.0
- updates our custom rules to make them compatible with 5.0
- replace custom module mocking with native ansible-lint ones
- remove custom call of ansible-playbook --syntax-check as now this
  is done by ansible-lint
- assured molecule vars are hosted under a vars/ folder in order to
  avoid confusing linter detection.
- replaced custom rule for loop var names in role as now this this an
  optional core feature of the linter (see config)
- replaced custom rule no-same-owner with opt-in one (see config)

Change-Id: I233fae8c9036d295968a97ee80e07fde8846c633
2021-03-17 15:44:43 +00: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: Vendor pytoml and remarshal 2019-12-03 14:10:23 -08:00
tasks Upgrade ansible-lint to 5.0 2021-03-17 15:44:43 +00:00
vars use-buildset-registry: add Fedora certifacts vars 2020-04-30 17:34:04 +00:00
__init__.py use-buildset-registry: Add podman support 2019-12-05 11:44:15 -08:00
README.rst use-buildset-registry: Add podman support 2019-12-05 11:44:15 -08:00

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.