From 9ae4fc44e5c8da18a33702a0c6cf1df262414901 Mon Sep 17 00:00:00 2001 From: "ITmail.dk v/ Martin Andersen" Date: Sun, 18 Feb 2024 19:15:55 +0100 Subject: [PATCH] Edit --- .../create_debian-cloud-image-vm-template.sh | 0 .../create_fedora-cloud-image-vm-template.sh | 2 +- test_scripts/test.sh | 2 -- 3 files changed, 1 insertion(+), 3 deletions(-) rename proxmox_debian-cloud-image-vm-template.sh => proxmox/create_debian-cloud-image-vm-template.sh (100%) rename proxmox_fedora-cloud-image-vm-template.sh => proxmox/create_fedora-cloud-image-vm-template.sh (98%) delete mode 100644 test_scripts/test.sh 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