* add tandoor service * changed doc * Update docs/services/tandoor.md Fix alignment Co-authored-by: Slavi Pantaleev <slavi@devture.com> * Update docs/services/tandoor.md Co-authored-by: Slavi Pantaleev <slavi@devture.com> * Update docs/services/tandoor.md Co-authored-by: Slavi Pantaleev <slavi@devture.com> * Update templates/group_vars_mash_servers Co-authored-by: Slavi Pantaleev <slavi@devture.com> * Update templates/group_vars_mash_servers Co-authored-by: Slavi Pantaleev <slavi@devture.com> * resolved notes --------- Co-authored-by: Slavi Pantaleev <slavi@devture.com>
1.9 KiB
Tandoor
Tandoor is a self-hosted recipe manager, that this playbook can install, powered by the ansible-role-tandoor Ansible role.
Dependencies
This service requires the following other services:
Configuration
To enable this service, add the following configuration to your vars.yml
file and re-run the installation process:
########################################################################
# #
# tandoor #
# #
########################################################################
tandoor_enabled: true
tandoor_hostname: tandoor.example.com
# path prefix is not supported at the moment
#tandoor_path_prefix: /tandoor
########################################################################
# #
# /tandoor #
# #
########################################################################
URL
In the example configuration above, we configure the service to be hosted at https://tandoor.example.com/
.
Authentication
On first use (see Usage below), you'll be asked to create the first administrator user.
You can create additional users from the web UI after that.
Usage
After installation, you can go to the Tandoor URL, as defined in tandoor_hostname
and tandoor_path_prefix
.
As mentioned in Authentication above, you'll be asked to create the first administrator user the first time you open the web UI.