Compare commits
3 Commits
8e44241c4b
...
f5b03b4ac6
Author | SHA1 | Date | |
---|---|---|---|
|
f5b03b4ac6 | ||
94b701b133 | |||
90ecf5b603 |
11
CHANGELOG.md
11
CHANGELOG.md
@ -6,6 +6,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
|
## [0.5.1] - 2025-01-11
|
||||||
|
|
||||||
|
### Added
|
||||||
|
- add on boot true for all nodes
|
||||||
|
|
||||||
|
## [0.5.0] - 2024-12-01
|
||||||
|
|
||||||
|
### Added
|
||||||
|
- remove private variables
|
||||||
|
- remove provider
|
||||||
|
|
||||||
## [0.4.0] - 2024-11-30
|
## [0.4.0] - 2024-11-30
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
2
node.tf
2
node.tf
@ -65,6 +65,8 @@ resource "proxmox_vm_qemu" "node" {
|
|||||||
bootdisk = "scsi0"
|
bootdisk = "scsi0"
|
||||||
scsihw = "virtio-scsi-single"
|
scsihw = "virtio-scsi-single"
|
||||||
|
|
||||||
|
onboot = true
|
||||||
|
|
||||||
serial {
|
serial {
|
||||||
id = 0
|
id = 0
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user