Compare commits

..

4 Commits

Author SHA1 Message Date
36a6850a52 MAJ pour bookworm 2023-12-21 14:37:43 +01:00
d14bf44b2b Modif Nom VM dans mkvm 2023-12-21 14:23:29 +01:00
a4fd46609d scripts de debian11 vers niv. sup. 2023-12-19 14:01:12 +01:00
1b2c6a9220 README + mkmaster ... 2023-12-19 13:54:29 +01:00
10 changed files with 26 additions and 23 deletions

View File

@ -1,6 +1,6 @@
# gsb2024
2024-12-18 ps
2024-12-19 ps
Environnement et playbooks ansible pour le projet GSB 2024
@ -8,8 +8,8 @@ Environnement et playbooks ansible pour le projet GSB 2024
Prérequis :
* une machine Debian Bookworm
* VirtualBox
* fichier machines viruelles **ova** :
* **debian-bullseye-gsb-2023a.ova**
* fichier machines virtuelles **ova** :
* **debian-bookworm-gsb-2023c.ova**
* **debian-buster-gsb-2023a.ova**
@ -42,8 +42,8 @@ Prérequis :
## Installation
On utilisera les images de machines virtuelle suivantes :
* **debian-biookworm-2023c.ova** (2024-12-18)
* Debian Bullseye 12.4 - 2 cartes - 1 Go - Stockage 20 Go
* **debian-bookworm-gsb-2023c.ova** (2024-12-18)
* Debian Bookworm 12.4 - 2 cartes - 1 Go - Stockage 20 Go
et pour **s-fog** :
* **debian-buster-2023a.ova** (2023-01-06)

View File

@ -3,11 +3,11 @@
apt update
apt install -y curl sudo wget vim git ansible
timedatectl set-timezone Europe/Paris
echo bookworm64 > /etc/hostname
echo bookworm > /etc/hostname
cat > /etc/hosts <EOT
cat > /etc/hosts << EOT
127.0.0.1 localhost
127.0.1.1 bookworm64
127.0.1.1 bookworm
127.0.0.1 localhost ip6-localhost ip6-loopback
EOT

View File

@ -1,10 +1,4 @@
#
deb http://ftp.fr.debian.org/debian/ wheezy main contrib non-free
deb http://security.debian.org/ wheezy/updates main
deb http://ftp.fr.debian.org/debian/ wheezy-updates main
deb http://http.debian.net/debian wheezy-backports main
deb https://deb.debian.org/debian bookworm main contrib non-free non-free-firmware
deb https://deb.debian.org/debian bookworm-updates main contrib non-free non-free-firmware
deb https://security.debian.org/debian-security bookworm-security main contrib non-free non-free-firmware

View File

@ -1,4 +1,4 @@
deb http://deb.debian.org/debian/ bullseye main non-free contrib
deb http://security.debian.org/debian-security bullseye-security main contrib non-free
deb http://deb.debian.org/debian/ bullseye-updates main contrib non-free
deb https://deb.debian.org/debian bookworm main contrib non-free non-free-firmware
deb https://deb.debian.org/debian bookworm-updates main contrib non-free non-free-firmware
deb https://security.debian.org/debian-security bookworm-security main contrib non-free non-free-firmware

View File

@ -0,0 +1,4 @@
deb https://deb.debian.org/debian bookworm main contrib non-free non-free-firmware
deb https://deb.debian.org/debian bookworm-updates main contrib non-free non-free-firmware
deb https://security.debian.org/debian-security bookworm-security main contrib non-free non-free-firmware

View File

@ -0,0 +1,4 @@
deb http://deb.debian.org/debian/ bullseye main non-free contrib
deb http://security.debian.org/debian-security bullseye-security main contrib non-free
deb http://deb.debian.org/debian/ bullseye-updates main contrib non-free

View File

@ -1,10 +1,11 @@
#!/bin/bash
mkvmrelease="v1.2.2"
mkvmrelease="v1.2.3"
ovarelease="2023b"
ovarelease="2023c"
ovafogrelease="2023b"
ovafile="$HOME/Téléchargements/debian-bullseye-gsb-${ovarelease}.ova"
#ovafile="$HOME/Téléchargements/debian-bullseye-gsb-${ovarelease}.ova"
ovafile="$HOME/Téléchargements/debian-bookworm-gsb-${ovarelease}.ova"
ovafilefog="$HOME/Téléchargements/debian-buster-gsb-${ovafogrelease}.ova"
deletemode=0