Skip to content

Commit dc42777

Browse files
committedSep 11, 2024
turn off ai, update readmes
1 parent 2012f31 commit dc42777

File tree

4 files changed

+5
-2
lines changed

4 files changed

+5
-2
lines changed
 

‎README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
![Header Image](https://raw.githubusercontent.com/Mafyuh/homelab-svg-assets/main/assets/header_.png)
66
<div align="center">
77

8-
# iac
8+
# iac (wip)
99

1010
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.
1111

‎kubernetes/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
See https://git.mafyuh.dev/mafyuh/kub for Kubernetes until migration

‎terraform/AI.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ resource "proxmox_virtual_environment_vm" "AI" {
77
machine = "q35"
88
description = "Stable-Diffusion"
99
tags = ["tofu", "ubuntu-22", "iac-repo"]
10-
started = true
10+
started = false
1111

1212
agent {
1313
enabled = true

‎terraform/NAS.tf

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,8 @@ resource "proxmox_virtual_environment_vm" "TrueNAS" {
6666
timeout_shutdown_vm = 1800
6767
timeout_start_vm = 1800
6868
timeout_stop_vm = 300
69+
70+
# I do not consider this import done. Alot of things need updating on here (4 HDD's are connected)
6971

7072
lifecycle {
7173
ignore_changes = [

0 commit comments

Comments
 (0)
Please sign in to comment.