README.md

This commit is contained in:
root 2024-01-15 00:49:40 +01:00
parent 27aad0dcb5
commit 3811e2df5c

View File

@ -90,8 +90,8 @@ bash chname <nouveau_nom_de_machine>` , puis redémarrer
cd gsb2024/pre cd gsb2024/pre
bash inst-depl bash inst-depl
cd /root/tools/ansible/gsb2024/pre cd /root/tools/ansible/gsb2024/pre
bash gsbboot DEPL=192.168.99.99 bash gsbboot
cd .. ; bash pull-config cd ../.. ; bash pull-config
``` ```
- redémarrer - redémarrer
- la machine **s-adm** doit etre opérationnelle - la machine **s-adm** doit etre opérationnelle
@ -121,8 +121,7 @@ mkdir -p tools/ansible ; cd tools/ansible
git clone https://gitea.lyc-lecastel.fr/gsb/gsb2024.git git clone https://gitea.lyc-lecastel.fr/gsb/gsb2024.git
cd gsb2024/pre cd gsb2024/pre
DEPL=192.168.99.99 bash gsbboot DEPL=192.168.99.99 bash gsbboot
cd ../.. cd ../.. ; bash pull-config
bash pull-config
``` ```
#### Etape 3 #### Etape 3