diff --git a/Jenkinsfile b/Jenkinsfile index ca24442..40b865e 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -155,16 +155,6 @@ for row in data.get('rows', []): } } - stage('Copy Jenkins SSH Key') { - steps { - script { - sh """ - ssh-copy-id -i /var/lib/jenkins/.ssh/id_ed25519.pub -o StrictHostKeyChecking=no jenkins@${env.VM_IP} - """ - } - } - } - stage('Set Hostname') { steps { script { diff --git a/roles/proxmox_vm/defaults/main.yml b/roles/proxmox_vm/defaults/main.yml index 5af9242..4ad3ca7 100644 --- a/roles/proxmox_vm/defaults/main.yml +++ b/roles/proxmox_vm/defaults/main.yml @@ -1,4 +1,4 @@ --- -vm_template_id: "128" +vm_template_id: "118" vm_template_node: "homestrg1" vm_template_hostname: "ubuntu24vm"