mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-08-29 15:06:26 +02:00
Optimized locales and networks variable
This commit is contained in:
@@ -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
|
||||
|
@@ -172,6 +172,10 @@ defaults_applications:
|
||||
postgres:
|
||||
database.version: "latest"
|
||||
|
||||
# Snipe-IT
|
||||
snipe-it:
|
||||
version: "latest"
|
||||
|
||||
## Taiga
|
||||
taiga:
|
||||
version: "latest"
|
||||
|
@@ -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:
|
||||
|
9
group_vars/all/10_networks.yml
Normal file
9
group_vars/all/10_networks.yml
Normal 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
|
||||
|
||||
|
Reference in New Issue
Block a user