Compare commits
3 Commits
812fcb8066
...
fce8f9c70c
| Author | SHA1 | Date | |
|---|---|---|---|
| fce8f9c70c | |||
| c1c1b3d7f7 | |||
| cc40dff49a |
@@ -70,7 +70,7 @@ jobs:
|
||||
|
||||
- name: Terraform Apply
|
||||
working-directory: terraform
|
||||
run: terraform apply -auto-approve tfplan
|
||||
run: terraform apply -parallelism=1 -auto-approve tfplan
|
||||
|
||||
- name: Create SSH key
|
||||
run: |
|
||||
|
||||
@@ -25,7 +25,7 @@ resource "proxmox_vm_qemu" "control_planes" {
|
||||
full_clone = true
|
||||
os_type = "cloud-init"
|
||||
agent = 1
|
||||
automatic_reboot = false
|
||||
automatic_reboot = true
|
||||
|
||||
cpu {
|
||||
sockets = 1
|
||||
@@ -83,7 +83,7 @@ resource "proxmox_vm_qemu" "workers" {
|
||||
full_clone = true
|
||||
os_type = "cloud-init"
|
||||
agent = 1
|
||||
automatic_reboot = false
|
||||
automatic_reboot = true
|
||||
|
||||
cpu {
|
||||
sockets = 1
|
||||
|
||||
Reference in New Issue
Block a user