forked from apoletics/ansible-network-check
-
Notifications
You must be signed in to change notification settings - Fork 0
/
port_definition.yaml
61 lines (55 loc) · 948 Bytes
/
port_definition.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
port_definitions:
- from_group: nodes
to_group: nodes
type: udp
port: 4789
- from_group: nodes
to_group: masters
type: udp
port: 8053
- from_group: nodes
to_group: masters
type: tcp
port: 8053
- from_group: nodes
to_group: masters
type: tcp
port: 8443
- from_group: masters
to_group: nodes
type: tcp
port: 10250
- from_group: masters
to_group: nodes
type: tcp
port: 10010
- from_group: masters
to_group: masters
type: udp
port: 8053
# Optional for NFS
- from_group: masters
to_group: masters
type: udp
port: 2049
- from_group: masters
to_group: masters
type: tcp
port: 2379
- from_group: masters
to_group: masters
type: tcp
port: 2380
################ addition for 3.11 prometheus monitoring
- from_group: nodes
to_group: nodes
type: tcp
port: 9100
- from_group: nodes
to_group: nodes
type: tcp
port: 10250
- from_group: nodes
to_group: nodes
type: udp
port: 8444