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