Skip to content
This repository has been archived by the owner on Jun 27, 2024. It is now read-only.

Commit

Permalink
fix: Lab cluster playbook should be only executed on proxmox hosts
Browse files Browse the repository at this point in the history
  • Loading branch information
lholota committed Dec 21, 2023
1 parent 5f31eee commit 3246352
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions playbooks/lab-cluster.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
- name: Create virtual machines for Lab cluster
hosts: all
hosts: proxmox
become: true
become_method: ansible.builtin.sudo
any_errors_fatal: true
Expand Down Expand Up @@ -62,8 +62,8 @@
boot: "order=scsi1;scsi0"
bios: ovmf
startup: down=60
# # required due to a bug: https://forum.proxmox.com/threads/kernel-panic-after-resizing-a-clone.93738/
# # which causes kernel panic after resizing the os disk
# required due to a bug: https://forum.proxmox.com/threads/kernel-panic-after-resizing-a-clone.93738/
# which causes kernel panic after resizing the os disk
serial:
serial0: socket
scsi:
Expand Down

0 comments on commit 3246352

Please sign in to comment.