ctucx.git: ansible-configs

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

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

move portlist to readme
2 files changed, 41 insertions(+), 35 deletions(-)
D
ports.md
|
35
-----------------------------------
M
readme.md
|
41
+++++++++++++++++++++++++++++++++++++++++
diff --git a/ports.md b/ports.md
@@ -1,35 +0,0 @@
-# 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 
diff --git a/readme.md b/readme.md
@@ -23,4 +23,45 @@ i'm using alpine linux on all my servers.
 * __syncthing__ decentralized peer-to-peer file sync - using it to sync files across all my devices, on this server as a online backup
 * __rest-server__ http-server for restic's protocol - using it to sync my restic backups to this server
 
+
+
+## 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 
+
+
+
+
 this file might be out of date, i don't plan to update it regularly 
\ No newline at end of file