turn off ai, update readmes
This commit is contained in:
parent
2012f31ac9
commit
dc427779be
4 changed files with 5 additions and 2 deletions
|
@ -5,7 +5,7 @@
|
|||
![Header Image](https://raw.githubusercontent.com/Mafyuh/homelab-svg-assets/main/assets/header_.png)
|
||||
<div align="center">
|
||||
|
||||
# iac
|
||||
# iac (wip)
|
||||
|
||||
Currently migrating [Auto-Homelab](https://git.mafyuh.dev/mafyuh/Auto-Homelab), [Iac-Homelab](https://git.mafyuh.dev/mafyuh/IaC-Homelab), [ansible-playbooks](https://git.mafyuh.dev/mafyuh/ansible-playbooks) and [kub](https://git.mafyuh.dev/mafyuh/kub) repos into this one.
|
||||
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
See https://git.mafyuh.dev/mafyuh/kub for Kubernetes until migration
|
|
@ -7,7 +7,7 @@ resource "proxmox_virtual_environment_vm" "AI" {
|
|||
machine = "q35"
|
||||
description = "Stable-Diffusion"
|
||||
tags = ["tofu", "ubuntu-22", "iac-repo"]
|
||||
started = true
|
||||
started = false
|
||||
|
||||
agent {
|
||||
enabled = true
|
||||
|
|
|
@ -67,6 +67,8 @@ resource "proxmox_virtual_environment_vm" "TrueNAS" {
|
|||
timeout_start_vm = 1800
|
||||
timeout_stop_vm = 300
|
||||
|
||||
# I do not consider this import done. Alot of things need updating on here (4 HDD's are connected)
|
||||
|
||||
lifecycle {
|
||||
ignore_changes = [
|
||||
scsi_hardware,
|
||||
|
|
Loading…
Reference in a new issue