1
0

Move all ansible files to root

This commit is contained in:
2024-12-21 13:08:20 +03:00
parent 9776f79432
commit 42dbf8e19f
20 changed files with 2 additions and 2 deletions

12
vars/ports.yml Normal file
View File

@ -0,0 +1,12 @@
---
base_port: 41080
notes_port: "{{ base_port + 1 }}"
dayoff_port: "{{ base_port + 2 }}"
homepage_port: "{{ base_port + 3 }}"
netdata_port: "{{ base_port + 4 }}"
wiki_port: "{{ base_port + 5 }}"
nomie_port: "{{ base_port + 6 }}"
nomie_db_port: "{{ base_port + 7 }}"
gitea_port: "{{ base_port + 8 }}"
keycloak_port: "{{ base_port + 9 }}"
outline_port: "{{ base_port + 10 }}"