From 61ce63d61b269d5d6991018455a51db09e3a6fed Mon Sep 17 00:00:00 2001 From: IUCCA <33322841+IUCCA@users.noreply.github.com> Date: Thu, 28 Mar 2024 14:59:12 +0100 Subject: [PATCH] Updated tandoor role: Implemented support for path prefixes (#178) * Implemented support for path prefixes and beautification * Fix full example URL in tandoor.md --------- Co-authored-by: Slavi Pantaleev --- docs/services/tandoor.md | 8 +++----- templates/requirements.yml | 2 +- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/docs/services/tandoor.md b/docs/services/tandoor.md index 48eb9d7..b9dfd65 100644 --- a/docs/services/tandoor.md +++ b/docs/services/tandoor.md @@ -23,10 +23,8 @@ To enable this service, add the following configuration to your `vars.yml` file tandoor_enabled: true -tandoor_hostname: tandoor.example.com - -# path prefix is not supported at the moment -#tandoor_path_prefix: /tandoor +tandoor_hostname: mash.example.com +tandoor_path_prefix: /tandoor ######################################################################## # # @@ -37,7 +35,7 @@ tandoor_hostname: tandoor.example.com ### URL -In the example configuration above, we configure the service to be hosted at `https://tandoor.example.com/`. +In the example configuration above, we configure the service to be hosted at `https://mash.example.com/tandoor`. ### Authentication diff --git a/templates/requirements.yml b/templates/requirements.yml index 1c7dbe5..38f38da 100644 --- a/templates/requirements.yml +++ b/templates/requirements.yml @@ -325,7 +325,7 @@ name: systemd_service_manager activation_prefix: "" - src: git+https://github.com/IUCCA/ansible-role-tandoor.git - version: v1.5.14-0 + version: v1.5.14-1 name: tandoor activation_prefix: tandoor_ - src: git+https://github.com/mother-of-all-self-hosting/ansible-role-telegraf.git