diff --git a/proxmox_debian-cloud-image-vm-template.sh b/proxmox/create_debian-cloud-image-vm-template.sh similarity index 100% rename from proxmox_debian-cloud-image-vm-template.sh rename to proxmox/create_debian-cloud-image-vm-template.sh diff --git a/proxmox_fedora-cloud-image-vm-template.sh b/proxmox/create_fedora-cloud-image-vm-template.sh similarity index 98% rename from proxmox_fedora-cloud-image-vm-template.sh rename to proxmox/create_fedora-cloud-image-vm-template.sh index 434a1c6..8a9d767 100644 --- a/proxmox_fedora-cloud-image-vm-template.sh +++ b/proxmox/create_fedora-cloud-image-vm-template.sh @@ -9,7 +9,7 @@ SSHPUBKEY=/root/ssh-public-key.pub VMID="9001" VMNAME="Fedora-Cloud-Image" VMUSER="username" -VMPASSWORD="Pass24" +VMPASSWORD="Code24" VMSTORAGE="local-lvm" TAGS="Template" diff --git a/test_scripts/test.sh b/test_scripts/test.sh deleted file mode 100644 index 6a56aa1..0000000 --- a/test_scripts/test.sh +++ /dev/null @@ -1,2 +0,0 @@ -#!/bin/bash -clear \ No newline at end of file