From acb5492b45878a542e8028ddfb23077af1543967 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9CAlbert?= Date: Fri, 6 Jan 2023 09:23:55 +0100 Subject: [PATCH] correction diverss pull-config ... --- README.md | 11 ++++++++--- pull-config | 4 ++-- 2 files changed, 10 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 4a9ef50..688e587 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,14 @@ # gsb2023 +2023-01-06 + Environnement et playbooks ansible pour le projet GSB 2023 ## Quickstart -prérequis : une machine Debian Bullseye +prérequis : + * une machine Debian Bullseye + * VirtualBox + ## Les machines @@ -20,7 +25,7 @@ prérequis : une machine Debian Bullseye ## Installation On utilisera l'image de machine virtuelle suivante : - * **debian-bullseye-2023a.ova** (2022-05-07) + * **debian-bullseye-2023a.ova** (2023-01-06) * Debian Bullseye 11 - 2 cartes - 1 Go - stockage 20 Go @@ -35,7 +40,7 @@ On utilisera l'image de machine virtuelle suivante : bash inst-depl cd /var/www/html/gsbstore bash getall - cd /root/tools/ansible/gsb022/pre + cd /root/tools/ansible/gsb023/pre bash gsbboot cd .. ; bash pull-config ``` diff --git a/pull-config b/pull-config index 4566973..093387b 100644 --- a/pull-config +++ b/pull-config @@ -1,7 +1,7 @@ #!/bin/bash -if [ -z ${UREP+x} ]; then - UREP=https://gitea.lyc-lecastel.fr/gadmin/gsb2022.git +if [ -z ${UREP+x} ]; then + UREP=https://gitea.lyc-lecastel.fr/gadmin/gsb2023.git fi dir=/root/tools/ansible