Actualiser partie2/README.md

This commit is contained in:
2025-12-06 17:07:03 +01:00
parent 0f04d501a9
commit 0bd99b90b8

View File

@@ -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.
Lobjectif général est **dautomatiser linstallation, 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
```
---