# vim:ft=ansible: # Look and feel gitea_app_name: "9iron Gitea" # Core config gitea_db_type: postgres gitea_db_host: 172.31.47.215:5432 gitea_db_name: gitea gitea_db_user: gitea gitea_db_password: "{{ secret_gitea_9iron_db_pass }}" gitea_http_domain: git.9iron.club gitea_oauth2_enabled: no gitea_repository_root: /var/gitea gitea_require_signin: no gitea_root_url: https://git.9iron.club gitea_shell: "/bin/bash" gitea_ssh_domain: git.9iron.club gitea_ssh_port: 22 gitea_start_ssh: no gitea_user: git