forked from gcoop-libre/ansible_role_freeipa_sssd_tools
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitlab-ci.yml
52 lines (46 loc) · 821 Bytes
/
.gitlab-ci.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
---
# -*- coding: utf-8 -*-
before_script:
- env
- hostname
- ip r
- du --max-depth=1
- uname -a
- ansible --version
- ansible-lint --version
- awx-cli --version
stages:
- ansible-lint
- ansible-syntax-check
- ansible-awx
- ansible-awx-ipa-hlt-chk
ansible-lint:
stage: ansible-lint
script:
- make lint
tags:
- ansible
ansible-syntax-check:
stage: ansible-syntax-check
script:
- make syntax
tags:
- ansible
ansible-awx:
stage: ansible-awx
script:
- make awx_version
- make awx_user
- make awx_job_launch
when: manual
tags:
- awx
ansible-awx-ipa-hlt-chk:
stage: ansible-awx-ipa-hlt-chk
script:
- make awx_version
- make awx_user
- AWX_GITLAB_JOB_LAUNCH=ipa_hlt_chk_v0.1.0 make awx_job_launch
when: manual
tags:
- awx