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 <slavi@devture.com>
This commit is contained in:
IUCCA 2024-03-28 14:59:12 +01:00 committed by GitHub
parent 4200659c4e
commit 61ce63d61b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 4 additions and 6 deletions

View file

@ -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

View file

@ -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