Refactor host variables
This commit is contained in:
parent
8a861e080b
commit
36c8cf2914
8 changed files with 36 additions and 43 deletions
roles/forgejo/vars
|
@ -8,7 +8,6 @@ forgejo_svc:
|
|||
host: "{{ postgres.host }}"
|
||||
port: "{{ postgres.port }}"
|
||||
ssh_port: 22
|
||||
ssh_port_alt: 3022
|
||||
|
||||
forgejo_env:
|
||||
FORGEJO__database__DB_TYPE: postgres
|
||||
|
@ -90,6 +89,5 @@ forgejo_compose:
|
|||
app:
|
||||
ports:
|
||||
- "{{ svc.ssh_port }}:{{ svc.ssh_port }}"
|
||||
- "{{ svc.ssh_port_alt }}:{{ svc.ssh_port }}"
|
||||
volumes:
|
||||
data:
|
||||
|
|
Reference in a new issue