Optimized locales and networks variable

This commit is contained in:
2025-02-03 14:56:12 +01:00
parent 30ccd30fa6
commit 83c84f6e86
14 changed files with 59 additions and 62 deletions

View File

@@ -1,7 +1,9 @@
# General
pause_duration: "120" # Database delay to wait for the central database before continue tasks
ip4_address: "127.0.0.1" # Change thie in inventory to the ip address of your server
backups_folder_path: "/Backups/" # Path to the backups folder
timezone: "UTC"
locale: "locale"
## Domain
primary_domain_tld: "localhost" # Top Level Domain of the server

View File

@@ -172,6 +172,10 @@ defaults_applications:
postgres:
database.version: "latest"
# Snipe-IT
snipe-it:
version: "latest"
## Taiga
taiga:
version: "latest"

View File

@@ -44,6 +44,7 @@ ports:
keycloak: 8032
ldap: 8033
phpmyadmin: 8034
snipe-it: 8035
bigbluebutton: 48087 # This port is predefined by bbb. @todo Try to change this to a 8XXX port
# Ports which are exposed to the World Wide Web
public:

View File

@@ -0,0 +1,9 @@
defaults_networks:
internet:
ip4: "127.0.0.1" # Change this in inventory to the ip address of your server
ip6: "::01" # Change this in inventory to the ip address of your server
local:
mailu:
dns: 192.168.203.254 # Address of the Mailu DNS server