From 756dc388bedf97b68449e919a6730788f730c7b8 Mon Sep 17 00:00:00 2001 From: Ahmed Abdelhalim Date: Thu, 16 Jul 2026 14:39:19 +0200 Subject: Refactor pve cgit to use generic proxy This is refactoring the PoC for deploying cgit on pve, to now move to a more standard deployment with dedicated agnonstic proxy role/container --- site.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'site.yml') diff --git a/site.yml b/site.yml index 94e2e831..85a8da55 100644 --- a/site.yml +++ b/site.yml @@ -2,7 +2,7 @@ - name: "Bootstrap" gather_facts: true tags: ["required_for_boot"] - hosts: all + hosts: homelab roles: - role: "hostname" - role: "network" -- cgit v1.2.3