system-config/playbooks/zuul/run-base-pre.yaml
James E. Blair dd011e1c7a run-base: configure docker mirrors on all hosts in CI
When setting up hosts for testing in CI, configure the docker
mirrors before running the base playbook.

Change-Id: I172ae87156238fa6a07414c74e1ca17df1a30257
2019-02-22 08:42:12 -08:00

13 lines
278 B
YAML

- hosts: all
roles:
- ensure-tox
- multi-node-known-hosts
- copy-build-sshkey
- use-docker-mirror
tasks:
- include_role:
name: use-buildset-registry
vars:
buildset_registry_docker_user: root
when: buildset_registry is defined