ctucx.git: ansible-configs

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

commit 03eda3f6ffa0dc2a280dfb8bbc9c205238345007
parent dacac241bde19537fc5e921ca7a340145e87e8cc
Author: Leah Thein <leah@toaster.fritz.box>
Date: Wed, 2 Dec 2020 17:31:03 +0100

update readme
1 file changed, 18 insertions(+), 18 deletions(-)
M
readme.md
|
36
++++++++++++++++++------------------
diff --git a/readme.md b/readme.md
@@ -2,25 +2,25 @@
 These are my ansible files that i use to deploy my two servers.
 i'm using alpine linux on all my servers.
 
-one of them (called wanderduene) runs the following services:
-- acme-redirect (handles acme-cert stuff with lets-encrypt and redirects everything else to https)
-- bind (dns server - it serves dns zones for all my domains, master)
-- nginx (webserver - terminates all https stuff for other services and serves static content)
-- maddy (my mailserver - using it actively for all my mail business)
-- pleroma (a mastodon compatible ActivityPub server - using it for all my social-media needs)
-- synapse (a homeserver for the matrix protocol - using it to communicate with others)
-- gitolite & cgit (for providing git hosting via ssh and a webinterface)
-- prometheus & grafana (for some basic monitoring)
-- radicale (cal- & card-dav server - using it to sync contacts and calendar across my devices) 
-- oeffisearch (web based journey planner for Germany and partly Europe)
-- frps (a reverseproxy for services benhind nat - using it to make my machines at home accessible online)
+#### one of them (called wanderduene) runs the following services:   
+* __acme-redirect__ handles acme-cert stuff with lets-encrypt and redirects everything else to https
+* __bind__ dns server - it serves dns zones for all my domains, master
+* __nginx__ webserver - terminates all https stuff for other services and serves static content
+* __maddy__ my mailserver - using it actively for all my mail business
+* __pleroma__ a mastodon compatible ActivityPub server - using it for all my social-media needs
+* __synapse__ a homeserver for the matrix protocol - using it to communicate with others
+* __gitolite & cgit__ (or providing git hosting via ssh and a webinterface
+* __prometheus & grafana__ for some basic monitoring
+* __radicale__ cal- & card-dav server - using it to sync contacts and calendar across my devices
+* __oeffisearch__ web based journey planner for Germany and partly Europe
+* __frps__ a reverseproxy for services benhind nat - using it to make my machines at home accessible online
 
 
-And the other one (called taurus):
-- acme-redirect (handles acme-cert stuff with lets-encrypt and redirects everything else to https)
-- bind (dns server - it serves dns zones for all my domains, slave)
-- nginx (webserver - terminates all https stuff for other services and serves static content)
-- 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)
+#### And the other one (called taurus):   
+* __acme-redirect__ handles acme-cert stuff with lets-encrypt and redirects everything else to https
+* __bind__ dns server - it serves dns zones for all my domains, slave
+* __nginx__ webserver - terminates all https stuff for other services and serves static content
+* __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
 
 this file might be out of date, i don't plan to update it regularly 
\ No newline at end of file