Migrate debcache to deb13
This commit is contained in:
@@ -2,14 +2,14 @@ resource "proxmox_lxc" "debcache" {
|
|||||||
target_node = "ryuk2"
|
target_node = "ryuk2"
|
||||||
hostname = "debcache"
|
hostname = "debcache"
|
||||||
vmid = 224
|
vmid = 224
|
||||||
ostemplate = "cephfs:vztmpl/debian-12-standard_12.7-1_amd64.tar.zst"
|
ostemplate = "cephfs:vztmpl/debian-13-standard_13.1-2_amd64.tar.zst"
|
||||||
password = "terraform"
|
password = "terraform"
|
||||||
unprivileged = true
|
unprivileged = true
|
||||||
cores = 6
|
cores = 6
|
||||||
memory = 2096
|
memory = 2096
|
||||||
swap = 1024
|
swap = 1024
|
||||||
start = true
|
start = true
|
||||||
tags = "terraform"
|
tags = "terraform;deb13"
|
||||||
nameserver = "192.168.0.224"
|
nameserver = "192.168.0.224"
|
||||||
ssh_public_keys = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAINFw70PrMsilcsqCrwW1I6PAt3anQbhmVg+t/HUfomug ryan@mxDesktop"
|
ssh_public_keys = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAINFw70PrMsilcsqCrwW1I6PAt3anQbhmVg+t/HUfomug ryan@mxDesktop"
|
||||||
|
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
- hosts: all
|
- hosts: all
|
||||||
become: yes
|
become: yes
|
||||||
remote_user: ansible
|
remote_user: ansible
|
||||||
gather_facts: false
|
gather_facts: true
|
||||||
|
|
||||||
vars:
|
vars:
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user