Merge branch 'master' of git.comprofix.com:mmckinnon/terraform-homelab

This commit is contained in:
Matthew McKinnon 2025-02-08 23:24:29 +10:00
commit d628cbed94
2 changed files with 2 additions and 1 deletions

View File

@ -2,7 +2,7 @@ resource "null_resource" "cloud_init_deb" {
connection {
type = "ssh"
user = "root"
private_key = file("~/.ssh/pve2.comprofix.xyz")
private_key = file("~/.ssh/homelab.comprofix.xyz")
host = "pve2.comprofix.xyz"
agent = true
}

View File

@ -6,6 +6,7 @@ resource "proxmox_lxc" "omada" {
password = var.ci_password
unprivileged = false
ostype = "debian"
onboot = true
start = true
startup = "order=1000"
onboot = "true"