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/caddy/meta | |
| 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/caddy/meta')
| -rw-r--r-- | roles/caddy/meta/argument_specs.yml | 6 | ||||
| -rw-r--r-- | roles/caddy/meta/main.yml | 3 |
2 files changed, 4 insertions, 5 deletions
diff --git a/roles/caddy/meta/argument_specs.yml b/roles/caddy/meta/argument_specs.yml index 7a55e9a2..5af49897 100644 --- a/roles/caddy/meta/argument_specs.yml +++ b/roles/caddy/meta/argument_specs.yml @@ -1,8 +1,4 @@ --- argument_specs: main: - options: - caddy_server_name: - type: "str" - description: "The server name for caddy configuration" - default: "{{ ansible_facts['hostname'] }}.local" + options: {} diff --git a/roles/caddy/meta/main.yml b/roles/caddy/meta/main.yml index a22dcce9..13d01c13 100644 --- a/roles/caddy/meta/main.yml +++ b/roles/caddy/meta/main.yml @@ -15,3 +15,6 @@ galaxy_info: - name: "Debian" versions: - "bookworm" + - name: "Alpine" + versions: + - "all" |
