summaryrefslogtreecommitdiffstats
path: root/host_vars
diff options
context:
space:
mode:
authorAhmed Abdelhalim <[email protected]>2026-07-16 16:45:53 +0200
committerAhmed Abdelhalim <[email protected]>2026-07-16 17:03:28 +0200
commit4b8654a2b0edc90798372cba357f23b15b51657c (patch)
treee7f176ccc1a3f32d4ee4ed8ffc2f5fb7f8aa6109 /host_vars
parent756dc388bedf97b68449e919a6730788f730c7b8 (diff)
Add pve-ssh support with hardening
Diffstat (limited to 'host_vars')
-rw-r--r--host_vars/git.home.arpa.ymlbin531 -> 555 bytes
-rw-r--r--host_vars/git.home.arpa.yml.example1
-rw-r--r--host_vars/proxy.home.arpa.ymlbin432 -> 456 bytes
-rw-r--r--host_vars/proxy.home.arpa.yml.example1
4 files changed, 2 insertions, 0 deletions
diff --git a/host_vars/git.home.arpa.yml b/host_vars/git.home.arpa.yml
index f3c35fa6..310774e1 100644
--- a/host_vars/git.home.arpa.yml
+++ b/host_vars/git.home.arpa.yml
Binary files differ
diff --git a/host_vars/git.home.arpa.yml.example b/host_vars/git.home.arpa.yml.example
index 518e4f5f..88264068 100644
--- a/host_vars/git.home.arpa.yml.example
+++ b/host_vars/git.home.arpa.yml.example
@@ -12,6 +12,7 @@ pve_lxc_memory: 256
pve_lxc_ip: "10.0.0.102/24"
pve_lxc_gateway: "10.0.0.254"
pve_lxc_dns: "10.0.0.254"
+pve_lxc_ssh_port: 2222
cgit_hostname: "git.home.arpa"
cgit_title: "git.a14m.dev"
diff --git a/host_vars/proxy.home.arpa.yml b/host_vars/proxy.home.arpa.yml
index c3a0d7ea..e7a64e7e 100644
--- a/host_vars/proxy.home.arpa.yml
+++ b/host_vars/proxy.home.arpa.yml
Binary files differ
diff --git a/host_vars/proxy.home.arpa.yml.example b/host_vars/proxy.home.arpa.yml.example
index 87ea12fc..8b7755c2 100644
--- a/host_vars/proxy.home.arpa.yml.example
+++ b/host_vars/proxy.home.arpa.yml.example
@@ -12,5 +12,6 @@ pve_lxc_memory: 128
pve_lxc_ip: "10.0.0.101/24"
pve_lxc_gateway: "10.0.0.254"
pve_lxc_dns: "10.0.0.254"
+pve_lxc_ssh_port: 2222
proxy_type: "caddy"