Merge branch 'master' of git.comprofix.com:mmckinnon/terraform-homelab
This commit is contained in:
commit
d628cbed94
@ -2,7 +2,7 @@ resource "null_resource" "cloud_init_deb" {
|
|||||||
connection {
|
connection {
|
||||||
type = "ssh"
|
type = "ssh"
|
||||||
user = "root"
|
user = "root"
|
||||||
private_key = file("~/.ssh/pve2.comprofix.xyz")
|
private_key = file("~/.ssh/homelab.comprofix.xyz")
|
||||||
host = "pve2.comprofix.xyz"
|
host = "pve2.comprofix.xyz"
|
||||||
agent = true
|
agent = true
|
||||||
}
|
}
|
||||||
|
1
omada.tf
1
omada.tf
@ -6,6 +6,7 @@ resource "proxmox_lxc" "omada" {
|
|||||||
password = var.ci_password
|
password = var.ci_password
|
||||||
unprivileged = false
|
unprivileged = false
|
||||||
ostype = "debian"
|
ostype = "debian"
|
||||||
|
onboot = true
|
||||||
start = true
|
start = true
|
||||||
startup = "order=1000"
|
startup = "order=1000"
|
||||||
onboot = "true"
|
onboot = "true"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user