fichero de variables
This commit is contained in:
24
docker/config.sh
Normal file
24
docker/config.sh
Normal file
@@ -0,0 +1,24 @@
|
||||
# config.sh
|
||||
|
||||
# Crea variables
|
||||
# ID de VM
|
||||
VMID="920000"
|
||||
|
||||
# lugar de almacenamiento para el disco
|
||||
VMSTORAGE="VMs_storage-E"
|
||||
### VMSTORAGE="local"
|
||||
|
||||
# network
|
||||
### VMNET="k8s"
|
||||
VMNET="vmbr0"
|
||||
|
||||
# hostname
|
||||
VMHOST="docker"
|
||||
|
||||
# usuario y password
|
||||
USER="curso"
|
||||
PASSWORD="1"
|
||||
|
||||
|
||||
PASSWORD_HASH=$(openssl passwd -6 "$PASSWORD")
|
||||
PUB_KEY=$(cat ~/.ssh/id_rsa.pub)
|
||||
Reference in New Issue
Block a user