aboutsummaryrefslogtreecommitdiffstats
path: root/artifacts_init.yml
blob: 0eabd239eefa27523f6d6802c7bd9fa519b09151 (plain)
1
2
3
4
5
6
7
8
9
10
11
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