chore: add gitignore and cleanup cache
This commit is contained in:
parent
34ba255024
commit
1d36260264
9 changed files with 12 additions and 22 deletions
12
.gitignore
vendored
Normal file
12
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
__pycache__/
|
||||
*.pyc
|
||||
*.pyo
|
||||
*.pyd
|
||||
.pytest_cache/
|
||||
.tox/
|
||||
.venv/
|
||||
venv/
|
||||
dist/
|
||||
build/
|
||||
*.egg-info/
|
||||
config.yaml
|
||||
22
config.yaml
22
config.yaml
|
|
@ -1,22 +0,0 @@
|
|||
# LoopAware Infra CLI Configuration
|
||||
|
||||
# Proxmox/DNS Management
|
||||
proxmox:
|
||||
host: "10.32.2.1"
|
||||
user: "root"
|
||||
dnsmasq_lxc_id: "11209"
|
||||
ssh_key: "~/.ssh/id_ed25519_no_pass"
|
||||
|
||||
# Ingress Management (HAProxy)
|
||||
haproxy:
|
||||
host: "10.32.1.20"
|
||||
user: "root"
|
||||
ssh_key: "~/.ssh/id_ed25519_no_pass"
|
||||
config_dir: "/etc/haproxy/conf.d"
|
||||
dynamic_dir: "/etc/haproxy/dynamic"
|
||||
|
||||
# Router Management (OpenWrt)
|
||||
router:
|
||||
host: "10.32.0.1"
|
||||
user: "root"
|
||||
ssh_key: "~/.ssh/id_ed25519_no_pass"
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue