From 1fa5c3e02be064267523fcf6003a641c34c5cb9e Mon Sep 17 00:00:00 2001 From: Oli Date: Tue, 25 Oct 2022 13:32:40 +0000 Subject: [PATCH] add minimal infos --- README.md | 22 ++++++++++++++++++++-- 1 file changed, 20 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0011d6c..09ef3af 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,21 @@ -# Ansible +# DTSV configuration management and application deployment with Ansible +The infrastructure runs a basic LNPP (Linux + Nginx + PostgreSQL + PHP) stack on two instances. -Ansible \ No newline at end of file +[**DB instance**](./db.yml) +* PostgreSQL 15 + +[**Webserver instance**](./web.yml) +* Nginx (mainline) +* PHP 8.1 +* Redis + +**Web-Services** + +* Nextcloud ([cloud.twirling.de](https://cloud.twirling.de)) +* Wordpress (🚧 under construction 🚧) + +**Monitoring System** (🚧 under construction 🚧) +* node_exporter (basic metrics) +* systemd_exporter (nextcloud systemd metrics) +* nginx_exporter (nginx metrics) +* php-fpm_exporter (php-fpm metrics)