ctucx.git: ansible-configs

My personal ansible roles and playbooks [deprecated in favor of nixos]

commit 75e55972c2762ad8b435feab554798ac34b5e96b
parent b60fb13144ccc1bc24944b4c30ca601528c8d8ab
Author: Leah Thein <leah@toaster.fritz.box>
Date: Fri, 4 Dec 2020 16:24:44 +0100

add portlist for servers
1 file changed, 35 insertions(+), 0 deletions(-)
A
ports.md
|
35
+++++++++++++++++++++++++++++++++++
diff --git a/ports.md b/ports.md
@@ -0,0 +1,35 @@
+# Port mappings
+
+#### wanderduene
+| Port   | tcp | udp | Service           | Protocol   | Description    | Firewalled |
+|:------:|:---:|:---:|-------------------|------------|----------------|:----------:|
+| 22     | x   |     | sshd              | ssh        |                | no         |
+| 25     | x   |     | maddy             | submission |                | no         |
+| 53     | x   | x   | bind              | dns        |                | no         |
+| 80     | x   |     | acme-redirect     | http       |                | no         |
+| 143    | x   |     | maddy             | imaps      |                | no         |
+| 443    | x   |     | nginx             | https      |                | no         |
+| 465    | x   |     | maddy             | smtps      |                | no         |
+| 587    | x   |     | maddy             | smtps      |                | no         |
+| 953    | x   | x   | bind              | ?          |                | yes        |
+| 993    | x   |     | maddy             | imaps      |                | no         |
+| 1234   | x   |     | fritzbox-exporter | http       |                | no         |
+| 2201   | x   |     | frps              | ssh        | ?              | yes        |
+| 3000   | x   |     | grafana           | http       |                | yes        |
+| 4000   | x   |     | pleroma           | http       |                | yes        |
+| 4369   | ?   | ?   | epmd              | ?          | ?              | yes        |
+| 5000   | x   |     | oeffi-web         | http       |                | yes        |
+| 5050   | x   |     | frps              | frp        |                | no         |
+| 5232   | x   | ?   | ?                 | ?          | ?              | yes        |
+| 5432   | x   |     | postgres          | postgresql |                | yes        |
+| 8008   | x   | ?   | ?                 | ?          |                | yes        |
+| 8001   | x   |     | fcgiwrap (cgit)   | ?          |                | yes        |
+| 8081   | x   |     | oeffisearch       | http       |                | yes        |
+| 8088   | x   |     | frps              | http       | isa nuc        | yes        |
+| 8142   | x   |     | chartsrv          | http       |                | yes        |
+| 9090   | x   |     | prometheus        | http       |                | yes        |
+| 9100   | x   |     | node_exporter     | http       |                | yes        |
+| 37311  | ?   | ?   | ?                 | ?          |                | yes        |
+
+
+#### taurus