ansible-gitea-management/defaults/main.yml

29 lines
1,004 B
YAML

---
# Defaults
forgejo_version: "9.0.3"
forgejo_arch: "amd64"
forgejo_web_install: "httpd"
forgejo_web_config: "true"
forgejo_web_config_certs_internal: "true"
forgejo_web_config_certs_external: "false"
forgejo_themes: "gitea-auto,gitea-light,gitea-dark,arc-green,gitea-blue,gitea-modern,carbonred,darkred,pitchblack,earl-grey"
forgejo_default_theme: "gitea-dark"
forgejo_appname: "Rocky Enterprise Software Foundation Git Service"
forgejo_basename: "git.resf.org"
forgejo_automation_user: "rockyautomation"
forgejo_raise_memlock_nofile_limits: "true"
forgejo_net_cap: "true"
forgejo_server_admin: "infrastructure@rockylinux.org"
forgejo_author: "RESF Git Service"
forgejo_description: "RESF Git Service for the Rocky community"
forgejo_directory_list:
- "/etc/forgejo"
- "/etc/forgejo/conf"
- "/var/log/forgejo"
- "/var/lib/forgejo"
- "/var/lib/forgejo/custom"
- "/var/lib/forgejo/custom/https"
- "/var/lib/forgejo/custom/mailer"
- "/var/lib/forgejo/data"
- "/var/lib/forgejo/log"
...