ctucx.git: ansible-configs

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

commit f7e00236ada3ad738d54a43a4d0e5fecdda33aca
parent cf3458d490bc8b5af506e0b44c45f244d91effa9
Author: Leah Thein <leah@toaster.fritz.box>
Date: Fri, 4 Dec 2020 16:42:21 +0100

readme: update portlist
1 file changed, 10 insertions(+), 2 deletions(-)
M
readme.md
|
12
++++++++++--
diff --git a/readme.md b/readme.md
@@ -27,7 +27,7 @@ i'm using alpine linux on all my servers.
 
 ## Port mappings
 
-#### wanderduene
+### wanderduene
 | Port   | tcp | udp | Service           | Protocol   | Description    | Firewalled |
 |:------:|:---:|:---:|-------------------|------------|----------------|:----------:|
 | 22     | x   |     | sshd              | ssh        |                | no         |

@@ -59,7 +59,15 @@ i'm using alpine linux on all my servers.
 | 37311  | ?   | ?   | ?                 | ?          |                | yes        |
 
 
-#### taurus 
+### taurus 
+| Port   | tcp | udp | Service           | Protocol   | Description    | Firewalled |
+|:------:|:---:|:---:|-------------------|------------|----------------|:----------:|
+| 22     | x   |     | sshd              | ssh        |                | no         |
+| 53     | x   | x   | bind              | dns        |                | no         |
+| 80     | x   |     | acme-redirect     | http       |                | no         |
+| 443    | x   |     | nginx             | https      |                | no         |
+| 953    | x   | x   | bind              | ?          |                | yes        |
+| 9100   | x   |     | node_exporter     | http       |                | yes        |