This commit is contained in:
parent
aa758af5ce
commit
63c9149efb
1 changed files with 0 additions and 14 deletions
|
@ -59,18 +59,4 @@ resource "proxmox_virtual_environment_vm" "Kasm" {
|
|||
initialization[0].user_data_file_id
|
||||
]
|
||||
}
|
||||
|
||||
provisioner "remote-exec" {
|
||||
inline = [
|
||||
"cd /home/mafyuh/iac/docker/kasm",
|
||||
"git pull",
|
||||
"docker compose up -d"
|
||||
]
|
||||
connection {
|
||||
type = "ssh"
|
||||
user = "mafyuh"
|
||||
private_key = file("/home/mafyuh/.ssh/id_rsa")
|
||||
host = var.kasm_ssh_ip
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Reference in a new issue