forked from gadmin/gsb2023
chgt scripts debian11
This commit is contained in:
parent
431ebbe1ba
commit
b5e4f05429
@ -34,7 +34,7 @@ if [[ $? != 0 ]]; then
|
|||||||
${APT} install -y git-core
|
${APT} install -y git-core
|
||||||
fi
|
fi
|
||||||
${APT} update
|
${APT} update
|
||||||
${APT} upgrade -y
|
#${APT} upgrade -y
|
||||||
|
|
||||||
which ansible >> /dev/null
|
which ansible >> /dev/null
|
||||||
if [[ $? != 0 ]]; then
|
if [[ $? != 0 ]]; then
|
||||||
|
@ -1,9 +0,0 @@
|
|||||||
#!/bin/bash
|
|
||||||
|
|
||||||
if [[ $1 == "version" ]] ; then
|
|
||||||
echo 'chname v1.0 pour debian 11'
|
|
||||||
exit 0
|
|
||||||
fi
|
|
||||||
sed -i "s/bullseye/$1/g" /etc/host{s,name}
|
|
||||||
echo 'redemarrer pour finaliser le changement du nom'
|
|
||||||
exit 0
|
|
@ -1 +0,0 @@
|
|||||||
apt update;upgrade -y;mkdir -p /root/tools/ansible;cd /root/tools/ansible;git clone https://gitea.lyc-lecastel.fr/gadmin/gsb2023.git;cd gsb2023/pre;export DEPL=192.168.99.99;bash gsbboot;cd ../..;bash pull-config
|
|
@ -1,4 +0,0 @@
|
|||||||
apt update;apt upgrade -y;
|
|
||||||
mkdir -p tools/ansible;cd tools/ansible;git clone https://gitea.lyc-lecastel.fr/gadmin/gsb2023.git;
|
|
||||||
cd gsb2023/pre;bash inst-depl;cd /var/www/html/gsbstore;bash getall;
|
|
||||||
cd /root/tools/ansible/gsb2023/pre;bash gsbboot; cd ..;bash pull-config;
|
|
14
scripts/debian11/chname
Normal file
14
scripts/debian11/chname
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
if [[ $# != 1 ]] ; then
|
||||||
|
echo "$0 - renomme une VM"
|
||||||
|
echo "usage : $0 <nouveaunom> "
|
||||||
|
exit 1
|
||||||
|
fi
|
||||||
|
if [[ $1 == "version" ]] ; then
|
||||||
|
echo 'chname v1.1 pour debian 11'
|
||||||
|
exit 0
|
||||||
|
fi
|
||||||
|
oldname=$(hostname)
|
||||||
|
sed -i "s/${oldname}/$1/g" /etc/host{s,name}
|
||||||
|
echo 'redemarrer pour finaliser le changement du nom'
|
||||||
|
exit 0
|
11
scripts/debian11/gsb-start
Normal file
11
scripts/debian11/gsb-start
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
apt-get update
|
||||||
|
#upgrade -y
|
||||||
|
mkdir -p /root/tools/ansible
|
||||||
|
cd /root/tools/ansible
|
||||||
|
git clone https://gitea.lyc-lecastel.fr/gadmin/gsb2023.git
|
||||||
|
cd gsb2023/pre
|
||||||
|
export DEPL=192.168.99.99
|
||||||
|
bash gsbboot
|
||||||
|
cd ../..
|
||||||
|
bash pull-config
|
15
scripts/debian11/s-adm-start
Normal file
15
scripts/debian11/s-adm-start
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
apt-get update
|
||||||
|
#apt upgrade -y;
|
||||||
|
mkdir -p tools/ansible
|
||||||
|
cd tools/ansible
|
||||||
|
git clone https://gitea.lyc-lecastel.fr/gadmin/gsb2023.git;
|
||||||
|
cd gsb2023/pre
|
||||||
|
bash inst-depl
|
||||||
|
cd /var/www/html/gsbstore
|
||||||
|
bash getall
|
||||||
|
cd /root/tools/ansible/gsb2023/pre
|
||||||
|
bash gsbboot
|
||||||
|
cd ..
|
||||||
|
bash pull-config
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user