make some options default
This commit is contained in:
parent
54a6ce1dda
commit
0a8da48190
@ -1,3 +1,13 @@
|
||||
---
|
||||
# Defaults
|
||||
gitea_web_install: "httpd"
|
||||
gitea_web_config: "true"
|
||||
gitea_web_config_certs_internal: "true"
|
||||
gitea_web_config_certs_external: "false"
|
||||
gitea_themes: "auto,gitea,arc-green,gitea-blue,gitea-modern,carbonred,darkred,pitchblack"
|
||||
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"
|
||||
...
|
||||
|
@ -1,16 +1,5 @@
|
||||
---
|
||||
gitea_web_install: "httpd"
|
||||
gitea_web_username: "{% if gitea_web_install == 'httpd' %}apache{% else %}{{ gitea_web_install }}{% endif %}"
|
||||
gitea_web_config: "true"
|
||||
gitea_web_config_certs_internal: "false"
|
||||
gitea_web_config_certs_external: "false"
|
||||
gitea_themes: "auto,gitea,arc-green,gitea-blue,gitea-modern,carbonred,darkred,pitchblack"
|
||||
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"
|
||||
|
||||
# Certs issued by FreeIPA Only
|
||||
ipa_getcert_requested_hostnames:
|
||||
- name: "{{ ansible_fqdn }}"
|
||||
|
Loading…
Reference in New Issue
Block a user