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 --- service.yml | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'service.yml') diff --git a/service.yml b/service.yml index 7fbccd8f..18a89540 100644 --- a/service.yml +++ b/service.yml @@ -1,4 +1,11 @@ --- +- name: "Proxy configure" + gather_facts: true + hosts: + - proxy.home.arpa + roles: + - role: "proxy" + - name: "Git configure" gather_facts: true hosts: -- cgit v1.2.3