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