-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathtraits_play.yml
121 lines (92 loc) · 2.9 KB
/
traits_play.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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
- hosts: cider-ci_executors
tasks:
- register_traits:
traits: '{{ci_executor_custom_traits}}'
file: /etc/cider-ci/traits.yml
tags:
- custom_traits
roles:
- role: os-setup
tags: [os-setup]
- role: traits/basics
tags: [basics]
- role: debug
tags: [debug]
- role: traits/ansible
when: ci_executor_trait_ansible
tags: ci_executor_trait_ansible
- role: traits/apache2
when: ci_executor_trait_apache2
tags: ci_executor_trait_apache2
- role: traits/asdf
when: ci_executor_trait_asdf
tags: ci_executor_trait_asdf
- role: traits/asdf-nodejs
when: ci_executor_trait_asdf_nodejs
tags: ci_executor_trait_asdf_nodejs
- role: traits/asdf-ruby
when: ci_executor_trait_asdf_ruby
tags: ci_executor_trait_asdf_ruby
- role: traits/docker
when: ci_executor_trait_docker
tags: ci_executor_trait_docker
- role: traits/git-crypt
when: ci_executor_trait_git_crypt
tags: ci_executor_trait_git_crypt
- role: traits/gpg
when: ci_executor_trait_gpg
tags: ci_executor_trait_gpg
- role: traits/firefox-esr
when: ci_executor_trait_firefox_esr
tags: ci_executor_trait_firefox_esr
- role: traits/leiningen
when: ci_executor_trait_leiningen
tags: ci_executor_trait_leiningen
- role: traits/lxd
when: ci_executor_trait_lxd
tags: ci_executor_trait_lxd
- role: traits/misc
when: ci_executor_trait_misc
tags: ci_executor_trait_misc
- role: traits/nodejs
when: ci_executor_trait_nodejs
tags: ci_executor_trait_nodejs
- role: traits/openjdk
when: ci_executor_trait_openjdk
tags: ci_executor_trait_openjdk
- role: traits/postgresql1x
vars:
ci_executor_trait_postgresql_version_major: 10
ci_executor_trait_postgresql_is_pg_default: true
when: ci_executor_trait_postgresql10
tags: ci_executor_trait_postgresql10
- role: traits/postgresql1x
vars:
ci_executor_trait_postgresql_version_major: 15
ci_executor_trait_postgresql_is_pg_default: false
when: ci_executor_trait_postgresql15
tags: ci_executor_trait_postgresql15
- role: traits/python3
when: ci_executor_trait_python3
tags: ci_executor_trait_python3
- role: traits/sqlite
when: ci_executor_trait_sqlite
tags: ci_executor_trait_sqlite
- role: traits/ssh-keys
when: ci_executor_trait_ssh_keys
tags: ci_executor_trait_ssh_keys
- role: traits/stress-ng
when: ci_executor_trait_stress_ng
tags: ci_executor_trait_stress_ng
- role: traits/translation-tools
when: ci_executor_trait_translation_tools
tags: ci_executor_trait_translation_tools
- role: traits/ubuntu-desktop
when: ci_executor_trait_ubuntu_desktop
tags: ci_executor_trait_ubuntu_desktop
- role: traits/xorg
when: ci_executor_trait_xorg
tags: ci_executor_trait_xorg
- role: traits/wine
when: ci_executor_trait_wine
tags: ci_executor_trait_wine