24 lines
746 B
Markdown
24 lines
746 B
Markdown
# DTSV configuration management and application deployment with Ansible
|
|
The infrastructure runs a basic LNPP (Linux + Nginx + PostgreSQL + PHP) stack on two instances.
|
|
|
|
[**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 ([dev.twirling.de](https://dev.twirling.de))
|
|
|
|
**Monitoring System** (🚧 under construction 🚧)
|
|
* node_exporter (basic metrics)
|
|
* systemd_exporter (Nextcloud systemd metrics)
|
|
* nginx_exporter (Nginx metrics)
|
|
* php-fpm_exporter (php-fpm metrics)
|
|
* nextcloud_exporter (Nextcloud metrics)
|
|
* postgresql_exporter (PostgreSQL metrics)
|
|
* mysqld_exporter (MariaDB metrics) |