diff options
Diffstat (limited to 'content/operations/deploiement')
-rw-r--r-- | content/operations/deploiement/app.md | 26 | ||||
-rw-r--r-- | content/operations/deploiement/grappe.md | 17 | ||||
-rw-r--r-- | content/operations/deploiement/noeud.md | 2 |
3 files changed, 43 insertions, 2 deletions
diff --git a/content/operations/deploiement/app.md b/content/operations/deploiement/app.md index 8c93fad..696a079 100644 --- a/content/operations/deploiement/app.md +++ b/content/operations/deploiement/app.md @@ -1,8 +1,32 @@ +++ title = "Applications" -description = "Gestion des applicatifs" +description = "Déploiement d'une application" sorted_by = "weight" weight = 30 +++ +# Empaqueter + +Packager avec nix un conteneur Docker, le publier + +# Secrets + +Créer les secrets avec `secretmgr` + +# Service + +Créer un service Nomad + +Voir les différentes déclarations : + - diplonat + - tricot + +# Sauvegardes + +Voir la section appropriée + +# Surveillance + +Voir la section appropriée + diff --git a/content/operations/deploiement/grappe.md b/content/operations/deploiement/grappe.md new file mode 100644 index 0000000..b917005 --- /dev/null +++ b/content/operations/deploiement/grappe.md @@ -0,0 +1,17 @@ ++++ +title = "Grappe" +description = "Grappe" +weight = 20 ++++ + +# Installation + +Pointer vers le dépot nixcfg (précédemment le ansible de Deuxfleurs/infrastructure). + +Passer sur Wireguard, Nomad, Consul, Diplonat, (Tricot, Garage), etc. + +# Les secrets + +# Découverte des noeuds + + diff --git a/content/operations/deploiement/noeud.md b/content/operations/deploiement/noeud.md index dcc348f..fa7668b 100644 --- a/content/operations/deploiement/noeud.md +++ b/content/operations/deploiement/noeud.md @@ -1,5 +1,5 @@ --- -title: Déploiement +title: Noeud description: Déploiement d'un noeud published: true date: 2022-01-09T13:29:29.710Z |