Initial commit: Homelab infrastructure repository with automated collection system
- Added Proxmox VE configuration collection scripts - Included documentation and quick-start guides - First infrastructure snapshot from serviceslab (2025-11-29) - All VM configs (10 VMs) and LXC configs (3 containers) - Git setup complete with .gitignore protecting sensitive data
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
-----BEGIN PUBLIC KEY-----
|
||||
MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAk/eYDRmc+cJlZQYbJUQW
|
||||
eV4xy2mTNPVi4NFXDEEeMpSQ/N+pBvDibkeYzDHjNDno4h9j3Uk868TZ1nJN9i+Z
|
||||
zBpVTGgW06VeIln6qe1LgnOVh9uuFQNpbFb3viw+yija8M8CLkSHM78OJY53khuO
|
||||
VG1FVSVLihdHkZTYgFCUa+pDYjNb2VNiK8KJDztOgW5eBr53F2icv3yFmFXgnpOc
|
||||
qEv0ygJx7xqB4ebukzlQzLrJJ08sXMHqIH1noPPPUwFjwPgzPlnq0A5y064qfSge
|
||||
o2M+jlZjrKSQ46ZO4SGBA/EHfbynMBK30PfejHpWiZL3aRvvynuSXRZWRypQLRNj
|
||||
SQIDAQAB
|
||||
-----END PUBLIC KEY-----
|
||||
@@ -0,0 +1 @@
|
||||
keyboard: en-us
|
||||
30
homelab-export-20251129-141328/configs/proxmox/storage.cfg
Normal file
30
homelab-export-20251129-141328/configs/proxmox/storage.cfg
Normal file
@@ -0,0 +1,30 @@
|
||||
dir: local
|
||||
path /var/lib/vz
|
||||
content vztmpl,iso,backup
|
||||
|
||||
lvmthin: local-lvm
|
||||
thinpool data
|
||||
vgname pve
|
||||
content images,rootdir
|
||||
|
||||
zfspool: Vault
|
||||
pool Vault
|
||||
content rootdir,images
|
||||
mountpoint /Vault
|
||||
nodes serviceslab
|
||||
|
||||
pbs: PBS-Backups
|
||||
datastore backups
|
||||
server 192.168.2.151
|
||||
content backup
|
||||
fingerprint dc:7c:c6:19:f3:79:1c:f0:a9:36:3c:b0:6d:9f:8e:9a:53:c3:70:de:b8:a8:7a:c9:3a:4e:38:fb:60:f9:10:8f
|
||||
prune-backups keep-all=1
|
||||
username root@pam
|
||||
|
||||
nfs: iso-share
|
||||
export /mnt/Vauly/iso-vault
|
||||
path /mnt/pve/iso-share
|
||||
server 192.168.2.150
|
||||
content iso
|
||||
prune-backups keep-all=1
|
||||
|
||||
17
homelab-export-20251129-141328/configs/proxmox/user.cfg
Normal file
17
homelab-export-20251129-141328/configs/proxmox/user.cfg
Normal file
@@ -0,0 +1,17 @@
|
||||
user:api@pam:1:0::::::
|
||||
token:api@pam!homepage:0:1::
|
||||
user:root@pam:1:0:::jramosdirect2@gmail.com:::
|
||||
token:root@pam!packer:0:0::
|
||||
token:root@pam!tui:0:0::
|
||||
user:terraform@pam:1:0::::::
|
||||
token:terraform@pam!terraform:0:0::
|
||||
|
||||
group:api-ro:api@pam::
|
||||
group:terraform:terraform@pam::
|
||||
|
||||
|
||||
role:TerraformProvision:Datastore.AllocateSpace,Datastore.Audit,Pool.Allocate,SDN.Use,Sys.Audit,Sys.Console,Sys.Modify,Sys.PowerMgmt,VM.Allocate,VM.Audit,VM.Clone,VM.Config.CDROM,VM.Config.CPU,VM.Config.Cloudinit,VM.Config.Disk,VM.Config.HWType,VM.Config.Memory,VM.Config.Network,VM.Config.Options,VM.Migrate,VM.Monitor,VM.PowerMgmt:
|
||||
|
||||
acl:1:/:root@pam!packer:Administrator:
|
||||
acl:1:/:@api-ro,api@pam!homepage:PVEAuditor:
|
||||
acl:1:/:@terraform:TerraformProvision:
|
||||
Reference in New Issue
Block a user