-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathhosts
More file actions
43 lines (34 loc) · 740 Bytes
/
hosts
File metadata and controls
43 lines (34 loc) · 740 Bytes
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
#central servers (ubuntu)
[cs_servers]
cs.egovstack.net
#security servers (ubuntu or rhel)
[ss_servers]
ss1.egovstack.net
ss2.egovstack.net
ss3.egovstack.net
#configuration proxies (ubuntu)
[cp_servers]
#cp.in.egovstack.net ansible_ssh_user=host
#certification authority, time stamping authority and ocsp service server (ubuntu)
[ca_servers]
ca.egovstack.net
#MISP
[misp_servers]
misp.egovstack.net
#Monitoring
[op_servers]
op.egovstack.net
#a custom super group for overriding variable defaults
[example:children]
cs_servers
ss_servers
cp_servers
ca_servers
misp_servers
op_servers
### vars ###
[ss_servers:vars]
variant=vanilla
[all:vars]
# extra locales to enable on Ubuntu servers
#extra_locales=['fi_FI.UTF-8', 'is_IS.UTF-8']