Initial commit
Change-Id: I172a44b31cabda295f42c12d6a6988563d331495
diff --git a/playbooks/base/pre.yaml b/playbooks/base/pre.yaml
new file mode 100644
index 0000000..066af6a
--- /dev/null
+++ b/playbooks/base/pre.yaml
@@ -0,0 +1,22 @@
+- hosts: localhost
+ name: Create job header and inventory
+ roles:
+ - role: emit-job-header
+ zuul_log_path_shard_build: true
+ - log-inventory
+
+- hosts: all
+ roles:
+ - add-build-sshkey
+ - prepare-workspace
+ - ensure-output-dirs
+
+ tasks:
+ - name: Configure mirrors
+ ansible.builtin.include_role:
+ name: configure-mirrors
+ when:
+ - ansible_os_family == 'Debian'
+ vars:
+ set_apt_mirrors_trusted: True
+ mirror_use_ssl: True