ansible-gitea-management/defaults/main.yml

19 lines
659 B
YAML
Raw Normal View History

2022-03-04 05:15:25 +00:00
---
# Defaults
2023-06-22 15:19:26 +00:00
gitea_web_install: "httpd"
gitea_web_config: "true"
gitea_web_config_certs_internal: "true"
gitea_web_config_certs_external: "false"
2024-10-24 06:09:42 +00:00
gitea_themes: "gitea-auto,gitea-light,gitea-dark,arc-green,gitea-blue,gitea-modern,carbonred,darkred,pitchblack,earl-grey"
gitea_default_theme: "gitea-dark"
gitea_appname: "Rocky Enterprise Software Foundation Git Service"
2023-06-22 15:19:26 +00:00
gitea_basename: "git.resf.org"
gitea_automation_user: "rockyautomation"
gitea_raise_memlock_nofile_limits: "true"
gitea_net_cap: "true"
gitea_server_admin: "infrastructure@rockylinux.org"
2024-10-24 06:09:42 +00:00
gitea_author: "RESF Git Service"
gitea_description: "RESF Git Service for the Rocky community"
2022-03-04 05:15:25 +00:00
...