mirror of
https://github.com/mother-of-all-self-hosting/mash-playbook
synced 2024-11-10 06:14:17 +00:00
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:
parent
4200659c4e
commit
61ce63d61b
2 changed files with 4 additions and 6 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue