This repository has been archived on 2026-06-26. You can view files and clone it, but cannot push or open issues or pull requests.
Set-OPS/README.md

40 lines
763 B
Markdown
Raw Normal View History

2026-06-20 15:17:46 -04:00
# Set-OPS
2026-06-19 18:05:01 -04:00
2026-06-20 15:17:46 -04:00
Dépôt Ansible central pour construire, configurer, maintenir et documenter les systèmes de Chezlepro Inc.
2026-06-19 23:31:49 -04:00
2026-06-20 15:17:46 -04:00
## Domaines prévus
2026-06-19 23:31:49 -04:00
2026-06-20 15:17:46 -04:00
- templates de VM Proxmox ;
- socle Debian ;
- hardening ;
- maintenance ;
- web ;
- bases de données ;
- monitoring ;
- sauvegardes ;
- identité ;
- applications.
2026-06-19 23:31:49 -04:00
2026-06-20 15:17:46 -04:00
## Premier chantier
2026-06-19 23:31:49 -04:00
2026-06-20 15:17:46 -04:00
Template Debian 13 Proxmox :
2026-06-19 23:31:49 -04:00
```text
playbooks/vm_templates/debian13_proxmox_prepare.yml
playbooks/vm_templates/debian13_proxmox_verify.yml
playbooks/vm_templates/debian13_proxmox_cleanup.yml
```
2026-06-20 15:17:46 -04:00
## Principe
2026-06-19 23:31:49 -04:00
2026-06-20 15:17:46 -04:00
Le template contient seulement le socle commun.
2026-06-19 23:31:49 -04:00
2026-06-20 15:17:46 -04:00
Les services spécialisés seront installés ensuite sur les clones :
2026-06-19 23:31:49 -04:00
2026-06-20 15:17:46 -04:00
- NGINX ;
- PostgreSQL ;
- MariaDB ;
- Docker/Podman ;
- monitoring complet ;
- applications métier.