Modifs divers pour 2024 et bookworm
This commit is contained in:
parent
62ef5fa4e9
commit
aca2dfa392
17
README.md
17
README.md
@ -1,4 +1,4 @@
|
||||
# gsb2023
|
||||
# gsb2024
|
||||
|
||||
2024-12-18 ps
|
||||
|
||||
@ -49,7 +49,15 @@ et pour **s-fog** :
|
||||
* **debian-buster-2023a.ova** (2023-01-06)
|
||||
* Debian Buster 10 - 2 cartes - 1 Go - stockage 20 Go
|
||||
|
||||
On utilsera le script (bash) **mkvm** ou (PowerShell) **mkvm.ps1** pour créeer une VM
|
||||
### Création d'une VM
|
||||
|
||||
Récupérer le dépot gsb2024.git avec :
|
||||
```shell
|
||||
git clone https://gitea.lyc-lecastel.fr/gsb/gsb2024.git
|
||||
cd gsb2024
|
||||
```
|
||||
|
||||
On utilisera le script (bash) **mkvm** ou (PowerShell) **mkvm.ps1** pour créer une VM Virtualbox.
|
||||
|
||||
```shell
|
||||
gsb2024>
|
||||
@ -60,7 +68,10 @@ $ mkvm -r s-adm
|
||||
|
||||
### Machine s-adm
|
||||
* créer la machine virtuelle **s-adm** avec **mkvm** comme décrit plus haut.
|
||||
* utiliser le script de renommage comme suit --> `bash chname <nouveau_nom_de_machine>` , puis redémarrer
|
||||
* utiliser le script de renommage comme suit :
|
||||
```shell
|
||||
bash chname <nouveau_nom_de_machine>` , puis redémarrer
|
||||
```
|
||||
* utiliser le script **s-adm-start** : `bash s-adm-start` , puis redémarrer
|
||||
* ou sinon :
|
||||
```shell
|
||||
|
@ -24,7 +24,7 @@ if [[ -z ${DEPL+x} ]]; then
|
||||
fi
|
||||
|
||||
hostf="${host}.local"
|
||||
prj=gsb2023
|
||||
prj=gsb2024
|
||||
APT=apt
|
||||
|
||||
which git >> /dev/null
|
||||
|
@ -1,11 +1,12 @@
|
||||
#!/bin/bash
|
||||
## aa : 2023-01-18 15:25
|
||||
## ps : 2023-02-01 15:25
|
||||
## ps : 2023-12-18 15:25
|
||||
|
||||
set -o errexit
|
||||
set -o pipefail
|
||||
GITUSR=gitgsb
|
||||
GITPRJ=gsb2023
|
||||
GITPRJ=gsb2024
|
||||
apt-get update
|
||||
apt-get install -y apache2 git
|
||||
STOREREP="/var/www/html/gsbstore"
|
||||
|
16
pre/mkmaster.sh
Executable file
16
pre/mkmaster.sh
Executable file
@ -0,0 +1,16 @@
|
||||
#!/bin/bash
|
||||
|
||||
apt update
|
||||
apt install -y curl sudo wget vim git ansible
|
||||
timedatectl set-timezone Europe/Paris
|
||||
echo bookworm64 > /etc/hostname
|
||||
|
||||
cat > /etc/hosts <EOT
|
||||
127.0.0.1 localhost
|
||||
127.0.1.1 bookworm64
|
||||
127.0.0.1 localhost ip6-localhost ip6-loopback
|
||||
EOT
|
||||
|
||||
apt autoclean
|
||||
apt autoremove
|
||||
|
@ -1,7 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
if [ -z ${UREP+x} ]; then
|
||||
UREP=https://gitea.lyc-lecastel.fr/gadmin/gsb2023.git
|
||||
UREP=https://gitea.lyc-lecastel.fr/gsb/gsb2024.git
|
||||
fi
|
||||
|
||||
dir=/root/tools/ansible
|
||||
|
Loading…
x
Reference in New Issue
Block a user