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)
|
![Header Image](https://raw.githubusercontent.com/Mafyuh/homelab-svg-assets/main/assets/header_.png)
|
||||||
<div align="center">
|
<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.
|
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"
|
machine = "q35"
|
||||||
description = "Stable-Diffusion"
|
description = "Stable-Diffusion"
|
||||||
tags = ["tofu", "ubuntu-22", "iac-repo"]
|
tags = ["tofu", "ubuntu-22", "iac-repo"]
|
||||||
started = true
|
started = false
|
||||||
|
|
||||||
agent {
|
agent {
|
||||||
enabled = true
|
enabled = true
|
||||||
|
|
|
@ -67,6 +67,8 @@ resource "proxmox_virtual_environment_vm" "TrueNAS" {
|
||||||
timeout_start_vm = 1800
|
timeout_start_vm = 1800
|
||||||
timeout_stop_vm = 300
|
timeout_stop_vm = 300
|
||||||
|
|
||||||
|
# I do not consider this import done. Alot of things need updating on here (4 HDD's are connected)
|
||||||
|
|
||||||
lifecycle {
|
lifecycle {
|
||||||
ignore_changes = [
|
ignore_changes = [
|
||||||
scsi_hardware,
|
scsi_hardware,
|
||||||
|
|
Loading…
Reference in a new issue