forked from ministryofjustice/bichard7-next-ui
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgoss.yaml
116 lines (116 loc) · 1.77 KB
/
goss.yaml
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
file:
/certs:
exists: true
owner: root
group: root
filetype: directory
contains: []
/certs/server.crt:
exists: true
owner: root
group: root
size: 2338
filetype: file
contains: []
/certs/server.key:
exists: true
owner: root
group: root
filetype: file
size:
lt: 3300
gt: 3267
contains: []
/etc/nginx/nginx.conf:
exists: true
owner: root
group: root
filetype: file
contains: []
/etc/passwd:
exists: true
mode: "0644"
size: 774
owner: root
group: root
filetype: file
contains: []
/etc/supervisord.conf:
exists: true
owner: root
group: root
filetype: file
contains: []
/tmp/openssl.cnf:
exists: false
contains: []
package:
deltarpm:
installed: true
epel-release:
installed: true
nginx:
installed: true
python:
installed: true
python2-pip:
installed: true
shadow-utils:
installed: true
port:
tcp:80:
listening: true
ip:
- 0.0.0.0
tcp:443:
listening: true
ip:
- 0.0.0.0
user:
dbus:
exists: true
uid: 81
gid: 81
groups:
- dbus
home: /
shell: /sbin/nologin
nginx:
exists: true
uid: 999
gid: 999
groups:
- nginx
home: /var/lib/nginx
shell: /sbin/nologin
nobody:
exists: true
uid: 99
gid: 99
groups:
- nobody
home: /
shell: /sbin/nologin
node:
exists: true
uid: 1000
gid: 1000
groups:
- node
home: /home/node
shell: /bin/bash
systemd-network:
exists: true
uid: 192
gid: 192
groups:
- systemd-network
home: /
shell: /sbin/nologin
process:
nginx:
running: true
node:
running: true
supervisord:
running: true