23 lines
552 B
Markdown
23 lines
552 B
Markdown
# Bojemoi Cloud-Init Configurations
|
|
|
|
Configuration cloud-init pour l'infrastructure Bojemoi Lab.
|
|
|
|
## Structure
|
|
|
|
- `alpine/` - Configurations pour Alpine Linux
|
|
- `ubuntu/` - Configurations pour Ubuntu
|
|
- `debian/` - Configurations pour Debian
|
|
- `common/` - Scripts communs partagés
|
|
|
|
## Utilisation
|
|
|
|
### Alpine
|
|
# Meta-data
|
|
curl http://gitea.bojemoi.me/bojemoi/cloud-init-configs/raw/branch/main/alpine/meta-data
|
|
|
|
# User-data
|
|
curl http://gitea.bojemoi.me/bojemoi/cloud-init-configs/raw/branch/main/alpine/user-data
|
|
|
|
## Intégration avec votre datasource
|
|
|