mirror of
https://github.com/khuedoan/homelab.git
synced 2025-07-08 23:08:40 +07:00
build: update configure script
This commit is contained in:
@ -4,6 +4,7 @@
|
|||||||
Basic configure script for new users
|
Basic configure script for new users
|
||||||
"""
|
"""
|
||||||
|
|
||||||
|
import os
|
||||||
import platform
|
import platform
|
||||||
import sys
|
import sys
|
||||||
|
|
||||||
@ -22,5 +23,5 @@ if platform.system() != 'Linux':
|
|||||||
# - change gitops repo
|
# - change gitops repo
|
||||||
# - add Gitea remote?
|
# - add Gitea remote?
|
||||||
# - change hardware info
|
# - change hardware info
|
||||||
|
os.system(f"{os.getenv('EDITOR')} 'metal/inventories/prod.yml'")
|
||||||
# - change Terraform workspace (and make it optional?)
|
# - change Terraform workspace (and make it optional?)
|
||||||
# - step counter?
|
|
||||||
|
Reference in New Issue
Block a user