Skip to content

Commit 53fff13

Browse files
committed
Run some pre roles on all hosts
1 parent a675c59 commit 53fff13

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

playbooks/base/pre.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,15 @@
55
- role: emit-job-header
66
zuul_log_path_shard_build: true
77
- log-inventory
8+
9+
- name: Setup Zuul environment
10+
hosts: all
11+
pre_tasks:
12+
- name: Gather network facts
13+
setup:
14+
gather_subset: 'network'
15+
16+
roles:
817
- add-build-sshkey
918
- start-zuul-console
1019
- ensure-output-dirs

0 commit comments

Comments
 (0)