diff options
| author | Ahmed Abdelhalim <[email protected]> | 2026-07-16 14:39:19 +0200 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2026-07-16 17:02:52 +0200 |
| commit | 756dc388bedf97b68449e919a6730788f730c7b8 (patch) | |
| tree | ce823916a242ea9d44194bbaf6da04d1596b935d /roles/nginx/meta/main.yml | |
| parent | f79d1d829cdafebb5dbcd658d31ae89f2e53ce73 (diff) | |
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
Diffstat (limited to 'roles/nginx/meta/main.yml')
| -rw-r--r-- | roles/nginx/meta/main.yml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/roles/nginx/meta/main.yml b/roles/nginx/meta/main.yml index 86ced342..9f5dc152 100644 --- a/roles/nginx/meta/main.yml +++ b/roles/nginx/meta/main.yml @@ -1,6 +1,5 @@ --- dependencies: - - role: "systemd" - role: "openssl" - role: "logrotate" galaxy_info: @@ -18,3 +17,6 @@ galaxy_info: - name: "Debian" versions: - "bookworm" + - name: "Alpine" + versions: + - "all" |
