Skip to content

Commit

Permalink
fix: os_disk_size variable (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
lholota authored Nov 7, 2023
1 parent 7df378e commit ed3d9bf
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion environments/prod/host_vars/pve1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ pve_vm_machines:
shutdown_timeout_seconds: 120
nic_bridge: vmbr0
os_storage: local-zfs
os_disk_size_gb: 128
os_disk_size: 128
cpu_type: "cputype=host,flags=+aes"
cpu_count: 2
cpu_cores_per_cpu: 20
Expand Down
2 changes: 1 addition & 1 deletion environments/prod/host_vars/pve2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ pve_vm_machines:
shutdown_timeout_seconds: 120
nic_bridge: vmbr0
os_storage: local-zfs
os_disk_size_gb: 128
os_disk_size: 128G
cpu_type: "cputype=host,flags=+aes"
cpu_count: 2
cpu_cores_per_cpu: 13
Expand Down
2 changes: 1 addition & 1 deletion environments/prod/host_vars/pve3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ pve_vm_machines:
shutdown_timeout_seconds: 120
nic_bridge: vmbr0
os_storage: local-zfs
os_disk_size_gb: 32
os_disk_size: 32G
cpu_type: "cputype=host,flags=+aes"
cpu_count: 1
cpu_cores_per_cpu: 3
Expand Down

0 comments on commit ed3d9bf

Please sign in to comment.