aboutsummaryrefslogtreecommitdiffstats
path: root/artifacts_init.yml
diff options
context:
space:
mode:
Diffstat (limited to 'artifacts_init.yml')
-rw-r--r--artifacts_init.yml12
1 files changed, 12 insertions, 0 deletions
diff --git a/artifacts_init.yml b/artifacts_init.yml
new file mode 100644
index 0000000..0eabd23
--- /dev/null
+++ b/artifacts_init.yml
@@ -0,0 +1,12 @@
+---
+- hosts: all
+ connection: local
+ any_errors_fatal: true
+ vars:
+ step: "{{ lookup('env', 'CONFIG_NAME') | default('config', true )}}"
+ vars_files:
+ - .gitlab-ci.yml
+ roles:
+ - role: prepare
+ - role: get_artifacts
+ - role: artifact_init