created major large-scale changes

This commit is contained in:
Alex Tavarez
2026-07-12 15:27:58 -04:00
parent e8b29bb8e8
commit e53d6255e0
100 changed files with 4185 additions and 2095 deletions
@@ -0,0 +1,9 @@
db-uri: {{ gist.db.type + "://" + mysql.users.admin.username + ":" + mysql.users.admin.password + "@localhost:3306/" + mysql.users.admin.databases.opengist.name }}
{% if mode == "dev" %}
log-level: debug
{% else %}
log-level: info
{% endif %}
custom.static-links:
- name: Playbooks
path: {{ "https://" + gitea.subdomain + "." + web_fqdn + "/admin/skato-ansible" }}