af73c082b2
This should allow us to treat our test node as resolvable, which better matches production. Change-Id: I979ef248b836fef110cfa7e03d70c31bc2bad60b
15 lines
325 B
YAML
15 lines
325 B
YAML
- hosts: all
|
|
roles:
|
|
- ensure-tox
|
|
- multi-node-known-hosts
|
|
- multi-node-hosts-file
|
|
- copy-build-sshkey
|
|
- use-docker-mirror
|
|
- set-hostname
|
|
tasks:
|
|
- include_role:
|
|
name: use-buildset-registry
|
|
vars:
|
|
buildset_registry_docker_user: root
|
|
when: buildset_registry is defined
|