ref(playbook): Change to role-based structure

This commit is contained in:
Marty Oehme 2025-02-28 20:57:34 +01:00
parent 95fd68bed8
commit b3b280fbe4
Signed by: Marty
GPG key ID: 4E535BC19C61886E
39 changed files with 635 additions and 601 deletions

View file

@ -0,0 +1,16 @@
# This is the configuration file for turnstile's runit backend.
#
# It follows the POSIX shell syntax (being sourced into a script).
# The complete launch environment available to dinit can be used.
#
# It is a low-level configuration file. In most cases, it should
# not be modified by the user.
# the name of the service that turnstile will check for login readiness
ready_sv="turnstile-ready"
# the directory user service files are read from.
services_dir="${HOME}/.local/state/service"
# the environment variable directory user service files can read from.
service_env_dir="${HOME}/.local/state/service-env"