diff options
author | Quentin Dufour <quentin@deuxfleurs.fr> | 2022-05-12 16:51:09 +0200 |
---|---|---|
committer | Quentin Dufour <quentin@deuxfleurs.fr> | 2022-05-12 16:51:09 +0200 |
commit | c01affb4c8bd6c907d7f00c85d38372370c2070f (patch) | |
tree | 6420b8dcc559da4fa050ef03af7a24b53ca1f1d2 /content/operations | |
parent | 2c6e3da7d61f1d0eaf3ea8aeb72657aa7aa85b93 (diff) | |
download | guide.deuxfleurs.fr-c01affb4c8bd6c907d7f00c85d38372370c2070f.tar.gz guide.deuxfleurs.fr-c01affb4c8bd6c907d7f00c85d38372370c2070f.zip |
Écriture du wiki en cours...
Diffstat (limited to 'content/operations')
-rw-r--r-- | content/operations/acces/_index.md | 2 | ||||
-rw-r--r-- | content/operations/acces/gpg.md | 11 | ||||
-rw-r--r-- | content/operations/acces/pass.md | 7 | ||||
-rw-r--r-- | content/operations/acces/ssh.md | 9 | ||||
-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 | ||||
-rw-r--r-- | content/operations/maintien_en_condition/_index.md | 10 | ||||
-rw-r--r-- | content/operations/pannes/_index.md | 6 | ||||
-rw-r--r-- | content/operations/prestataires/_index.md | 25 | ||||
-rw-r--r-- | content/operations/sauvegardes/_index.md | 6 | ||||
-rw-r--r-- | content/operations/supervision/_index.md | 12 |
12 files changed, 130 insertions, 3 deletions
diff --git a/content/operations/acces/_index.md b/content/operations/acces/_index.md index b244647..72859e4 100644 --- a/content/operations/acces/_index.md +++ b/content/operations/acces/_index.md @@ -1,7 +1,7 @@ +++ title = "Accès" description = "Accès" -weight = 5 sorted_by = "weight" +weight = 5 +++ diff --git a/content/operations/acces/gpg.md b/content/operations/acces/gpg.md new file mode 100644 index 0000000..24b5648 --- /dev/null +++ b/content/operations/acces/gpg.md @@ -0,0 +1,11 @@ ++++ +title = "GPG" +description = "GPG" +weight = 10 ++++ + +# Générer une clé + +# La partager + +# Signatures croisées diff --git a/content/operations/acces/pass.md b/content/operations/acces/pass.md new file mode 100644 index 0000000..62bf23a --- /dev/null +++ b/content/operations/acces/pass.md @@ -0,0 +1,7 @@ ++++ +title = "Pass" +description = "Pass" +weight = 40 ++++ + +https://www.passwordstore.org/ diff --git a/content/operations/acces/ssh.md b/content/operations/acces/ssh.md new file mode 100644 index 0000000..5f92888 --- /dev/null +++ b/content/operations/acces/ssh.md @@ -0,0 +1,9 @@ ++++ +title = "SSH" +description = "SSH" +weight = 20 ++++ + +Voir si on documented comment gérer SSH depuis GPG + +# Ajout de la clé au cluster 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 diff --git a/content/operations/maintien_en_condition/_index.md b/content/operations/maintien_en_condition/_index.md new file mode 100644 index 0000000..edf85da --- /dev/null +++ b/content/operations/maintien_en_condition/_index.md @@ -0,0 +1,10 @@ ++++ +title = "Maintien en condition" +description = "Maintien en condition" +sorted_by = "weight" +weight = 20 ++++ + +# En condition opérationnele + +# En condition de sécurité diff --git a/content/operations/pannes/_index.md b/content/operations/pannes/_index.md new file mode 100644 index 0000000..d29ca90 --- /dev/null +++ b/content/operations/pannes/_index.md @@ -0,0 +1,6 @@ ++++ +title = "Pannes" +description = "Pannes" +weight = 70 +sorted_by = "weight" ++++ diff --git a/content/operations/prestataires/_index.md b/content/operations/prestataires/_index.md new file mode 100644 index 0000000..6c6eb15 --- /dev/null +++ b/content/operations/prestataires/_index.md @@ -0,0 +1,25 @@ ++++ +title = "Prestataires" +description = "Prestataires" +weight = 80 ++++ + +# DNS + +Gandi + +# Réseau Virtuel + +Route 58 + +# Paquets + +Docker Hub + +# FAI + +Free, SFR, et autres + +# Électricité + +EDF diff --git a/content/operations/sauvegardes/_index.md b/content/operations/sauvegardes/_index.md new file mode 100644 index 0000000..becc137 --- /dev/null +++ b/content/operations/sauvegardes/_index.md @@ -0,0 +1,6 @@ ++++ +title = "Sauvegardes" +description = "Sauvegardes" +weight = 30 +sorted_by = "weight" ++++ diff --git a/content/operations/supervision/_index.md b/content/operations/supervision/_index.md new file mode 100644 index 0000000..18eec8a --- /dev/null +++ b/content/operations/supervision/_index.md @@ -0,0 +1,12 @@ ++++ +title = "Supervision" +description = "Supervision" +weight = 40 +sorted_by = "weight" ++++ + +# Métriques + +# Journaux + +# Alertes |