-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathminicoin.yml
More file actions
71 lines (68 loc) · 1.22 KB
/
Copy pathminicoin.yml
File metadata and controls
71 lines (68 loc) · 1.22 KB
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
---
settings:
single: test
array: [test]
default: value
global: global1
list: [global2, global3]
home_share: $HOME
defaults:
shared_folders:
"Host": "Guest"
/^.*\d$/:
matched: global
urls:
domain:
- domain1
- domain2
includes:
- include/sub.yml
machines:
- name: machine1
box: generic
gui: false
- name: machine2
- name: override
gui: false
- name: environment1
box: $USER
- name: environment2
box: private/$minicoin_key/box
- name: base
box: generic
roles:
- role: hello-world
if: 2 + 2 == 4
- name: merged_role
box: generic
roles:
- role: upload
files:
"source": "target"
- merge_test
- role: mutagen
paths:
- path2
- role: install
packages: package_a
- name: uses
extends: merged_role
roles:
- role: upload
files:
"source": "targetx"
- role: merge_test
attribute: value2
- role: mutagen
paths: ~
- name: notthere
if: "false"
- name: nojob
jobconfigs:
- name: jobA
if: 1 + 2 == 5
- name: nojob_either
if: 3 + 3 == 6
extends: nojob
jobconfigs:
- name: jobB