1
0

Update netdata and fix role

This commit is contained in:
2024-12-21 12:56:17 +03:00
parent e62889437f
commit faaa40b77d
3 changed files with 46 additions and 3 deletions

12
ansible/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 }}"