Initial commit
Signed-off-by: Julien Riou <julien@riou.xyz>
This commit is contained in:
parent
ad6ca1e4c2
commit
29b5f93b21
9 changed files with 131 additions and 3 deletions
9
templates/server.env.j2
Normal file
9
templates/server.env.j2
Normal file
|
@ -0,0 +1,9 @@
|
|||
{{ ansible_managed | comment }}
|
||||
USER_UID={{ ansible_facts.getent_passwd.forgejo[1] }}
|
||||
USER_GID={{ ansible_facts.getent_passwd.forgejo[2] }}
|
||||
FORGEJO__server__SSH_PORT={{ forgejo_ssh_port }}
|
||||
FORGEJO__database__DB_TYPE=postgres
|
||||
FORGEJO__database__HOST=db:5432
|
||||
FORGEJO__database__NAME="{{ forgejo_db_database }}"
|
||||
FORGEJO__database__USER="{{ forgejo_db_username }}"
|
||||
FORGEJO__database__PASSWD="{{ forgejo_db_password }}"
|
Loading…
Add table
Add a link
Reference in a new issue