This repository has been archived by the owner on Jan 26, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
hosts.yml
86 lines (86 loc) · 1.9 KB
/
hosts.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
---
all:
children:
backup_clients:
hosts: {}
bare_metal:
children:
libvirtd_hosts:
children:
libvirtd_split_pools:
hosts:
dlcicl01.thecshore.ca:
ldev_host:
hosts:
dlcicl01.thecshore.ca:
kss_host: {}
cert_private:
children:
ssl_private_clients:
hosts: {}
ssl_private_servers:
hosts: {}
cert_public:
children:
public_full:
# Uses a combined chain+cert+key file
hosts: {}
ssl_public_servers:
hosts: {}
edge_hosts:
children:
bastions:
hosts: {}
bridge_second_interface:
hosts:
dlcicl01.thecshore.ca:
external_services:
hosts: {}
external_ssh:
hosts:
dlcicl01.thecshore.ca:
local_ipv6:
# RFC4193 internal static address (ULA) for testing local IPv6
# when external IPv6 not available (on the outward facing interfaces)
hosts:
dlcicl01.thecshore.ca:
rproxy_external:
hosts: {}
email_mxes:
children:
external_mxes:
hosts: {}
internal_mxes:
hosts: {}
email_senders:
children:
email_external_senders:
hosts: {}
email_internal_senders:
hosts: {}
environments:
children:
bare_metal_local:
hosts:
dlcicl01.thecshore.ca:
groupware:
hosts: {}
host_locations:
children:
dfd_local:
hosts:
dlcicl01.thecshore.ca:
ovh_bhs:
hosts: {}
ovh_rbx:
hosts: {}
mailbox_servers:
hosts: {}
rproxy_internal:
hosts: {}
storage_extra:
hosts:
dlcicl01.thecshore.ca:
website_servers:
hosts: {}
...