Compare commits

..

2 Commits

Author SHA1 Message Date
d0314e508a pull-config 2023-01-05 23:43:01 +01:00
9c2660ece3 mkvm 2023-01-05 23:37:48 +01:00
2 changed files with 6 additions and 2 deletions

View File

@ -11,6 +11,6 @@ dir=/root/tools/ansible
cd "${dir}" || exit 1 cd "${dir}" || exit 1
hostname > hosts hostname > hosts
ansible-pull -i "${dir}/hosts" -U "${UREP}" ansible-pull -i "${dir}/hosts" -C main -U "${UREP}"
exit 0 exit 0

View File

@ -1,6 +1,6 @@
#!/bin/bash #!/bin/bash
ovarelease="2023b" ovarelease="2023a"
ovafile="$HOME/Téléchargements/debian-bullseye-gsb-${ovarelease}.ova" ovafile="$HOME/Téléchargements/debian-bullseye-gsb-${ovarelease}.ova"
@ -37,6 +37,10 @@ create_if () {
} }
if [[ $# != 1 ]] ; then
usage
fi
vm=$1 vm=$1
create_vm "${vm}" create_vm "${vm}"