-
Notifications
You must be signed in to change notification settings - Fork 0
/
goss.yml
50 lines (47 loc) · 1.48 KB
/
goss.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
gossfile:
{{ if .Vars.ubtu22stig_cat1 }}
cat_1/*.yml: {}
{{ end }}
{{ if .Vars.ubtu22stig_cat2 }}
cat_2/UBTU-22-21xxxx/*.yml: {}
cat_2/UBTU-22-23xxxx/*.yml: {}
cat_2/UBTU-22-25xxxx/*.yml: {}
{{ if .Vars.ubtu22stig_gui }}
cat_2/UBTU-22-27xxxx/*.yml: {}
{{ end }}
cat_2/UBTU-22-291xxx/*.yml: {}
cat_2/UBTU-22-411xxx/*.yml: {}
cat_2/UBTU-22-412xxx/*.yml: {}
cat_2/UBTU-22-431xxx/*.yml: {}
cat_2/UBTU-22-432xxx/*.yml: {}
cat_2/UBTU-22-611xxx/*.yml: {}
cat_2/UBTU-22-612xxx/*.yml: {}
cat_2/UBTU-22-631xxx/*.yml: {}
cat_2/UBTU-22-651xxx/*.yml: {}
cat_2/UBTU-22-652xxx/*.yml: {}
cat_2/UBTU-22-653xxx/*.yml: {}
cat_2/UBTU-22-654xxx/*.yml: {}
{{ end }}
{{ if .Vars.ubtu22stig_cat3 }}
cat_3/UBTU-22-21xxxx/*.yml: {}
cat_3/UBTU-22-25xxxx/*.yml: {}
cat_3/UBTU-22-4xxxxx/*.yml: {}
cat_3/UBTU-22-6xxxxx/*.yml: {}
{{ end }}
command:
benchmark_meta:
title: Benchmark MetaData
exec: echo BenchMark MetaData
exit-status: 0
meta:
host_machine_uuid: {{ .Vars.machine_uuid }}
host_epoch: {{ .Vars.epoch }}
host_os_locale: {{ .Vars.os_locale }}
host_os_release: {{ .Vars.os_release }}
host_os_distribution: {{ .Vars.os_distribution }}
host_automation_group: {{ .Vars.auto_group }}
host_hostname: {{ .Vars.os_hostname }}
host_system_type: {{ .Vars.system_type }}
benchmark_type: {{ .Vars.benchmark_type }}
benchmark_version: {{ .Vars.benchmark_version }}
benchmark_os: {{ .Vars.benchmark_os }}