diff --git a/partie2/README.md b/partie2/README.md index a960077..a5661e5 100644 --- a/partie2/README.md +++ b/partie2/README.md @@ -1,4 +1,4 @@ -# 📘 Automatisation & Déploiement — Serveurs ap3x (Prod / Test / Moniteur) +# 📘 Automatisation & Déploiement — Serveurs ap31 (Prod / Test / Moniteur) Ce projet regroupe plusieurs missions réalisées dans le cadre du BTS SIO SISR. L’objectif général est **d’automatiser l’installation, la configuration et la supervision** des serveurs ap3x grâce à *Ansible*, *Docker*, *Payara*, *MariaDB*, *WireGuard*, *GLPI*, et *Caddy*. @@ -25,9 +25,9 @@ Les serveurs concernés : | Serveur | Rôle | |----------------|--------------------------------| -| **ap3x-prod** | Serveur de production | -| **ap3x-test** | Serveur de test | -| **ap3x-mon** | Serveur de supervision / logs | +| **ap31-prod** | Serveur de production | +| **ap31-test** | Serveur de test | +| **ap31-mon** | Serveur de supervision / logs | | **ap31-pt** | Serveur hébergeant GLPI + Caddy | --- @@ -125,6 +125,7 @@ ap31-pt { tls internal reverse_proxy localhost:4000 } +``` --- @@ -138,6 +139,7 @@ vagrant@glpi-agent:~$ sudo glpi-agent --no-ssl-check --server https://ap31-pt.si [info] running task Inventory [info] New inventory from glpi-agent-2025-12-05-09-30-21 for server0 [info] [http client] SSL Client warning: Peer certificate not verified +``` --- @@ -156,6 +158,7 @@ To Action From 443/tcp ALLOW IN Anywhere 8080/tcp ALLOW IN Anywhere 22/tcp ALLOW IN Anywhere +``` ---