add minimal infos

This commit is contained in:
Oli
2022-10-25 13:32:40 +00:00
parent 28e9b2542d
commit 1fa5c3e02b

View File

@@ -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
[**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)