Actualiser partie2/README.md
This commit is contained in:
@@ -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.
|
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*.
|
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 |
|
| Serveur | Rôle |
|
||||||
|----------------|--------------------------------|
|
|----------------|--------------------------------|
|
||||||
| **ap3x-prod** | Serveur de production |
|
| **ap31-prod** | Serveur de production |
|
||||||
| **ap3x-test** | Serveur de test |
|
| **ap31-test** | Serveur de test |
|
||||||
| **ap3x-mon** | Serveur de supervision / logs |
|
| **ap31-mon** | Serveur de supervision / logs |
|
||||||
| **ap31-pt** | Serveur hébergeant GLPI + Caddy |
|
| **ap31-pt** | Serveur hébergeant GLPI + Caddy |
|
||||||
|
|
||||||
---
|
---
|
||||||
@@ -125,6 +125,7 @@ ap31-pt {
|
|||||||
tls internal
|
tls internal
|
||||||
reverse_proxy localhost:4000
|
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] running task Inventory
|
||||||
[info] New inventory from glpi-agent-2025-12-05-09-30-21 for server0
|
[info] New inventory from glpi-agent-2025-12-05-09-30-21 for server0
|
||||||
[info] [http client] SSL Client warning: Peer certificate not verified
|
[info] [http client] SSL Client warning: Peer certificate not verified
|
||||||
|
```
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
@@ -156,6 +158,7 @@ To Action From
|
|||||||
443/tcp ALLOW IN Anywhere
|
443/tcp ALLOW IN Anywhere
|
||||||
8080/tcp ALLOW IN Anywhere
|
8080/tcp ALLOW IN Anywhere
|
||||||
22/tcp ALLOW IN Anywhere
|
22/tcp ALLOW IN Anywhere
|
||||||
|
```
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user