mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-02-22 12:29:39 +01:00
83 lines
2.2 KiB
YAML
83 lines
2.2 KiB
YAML
defaults_networks:
|
|
internet:
|
|
ip4: "127.0.0.1" # Change this in inventory to the ip4 address of your server
|
|
ip6: "::01" # Change this in inventory to the ip6 address of your server
|
|
local:
|
|
# The default docker subnetworking does lead to overlapping and to huge networks.
|
|
# Due to this reason networks with 16 ips are created.
|
|
# This should be sufficient for the most cases
|
|
|
|
# /28 Networks, 14 Usable Ip Addresses
|
|
akaunting:
|
|
subnet: 192.168.101.0/28
|
|
attendize:
|
|
subnet: 192.168.101.16/28
|
|
baserow:
|
|
subnet: 192.168.101.32/28
|
|
# Free:
|
|
# subnet: 192.168.101.48/28
|
|
bluesky:
|
|
subnet: 192.168.101.64/28
|
|
friendica:
|
|
subnet: 192.168.101.80/28
|
|
funkwhale:
|
|
subnet: 192.168.101.96/28
|
|
gitea:
|
|
subnet: 192.168.101.112/28
|
|
gitlab:
|
|
subnet: 192.168.101.128/28
|
|
joomla:
|
|
subnet: 192.168.101.144/28
|
|
keycloak:
|
|
subnet: 192.168.101.160/28
|
|
ldap:
|
|
subnet: 192.168.101.176/28
|
|
listmonk:
|
|
subnet: 192.168.101.192/28
|
|
# Free:
|
|
# subnet: 192.168.101.208/28
|
|
matomo:
|
|
subnet: 192.168.101.224/28
|
|
mastodon:
|
|
subnet: 192.168.101.240/28
|
|
matrix:
|
|
subnet: 192.168.102.0/28
|
|
mailu:
|
|
# Use one of the last container ips for dns resolving so that it isn't used
|
|
dns: 192.168.102.29
|
|
subnet: 192.168.102.16/28
|
|
moodle:
|
|
subnet: 192.168.102.32/28
|
|
mybb:
|
|
subnet: 192.168.102.48/28
|
|
nextcloud:
|
|
subnet: 192.168.102.64/28
|
|
openproject:
|
|
subnet: 192.168.102.80/28
|
|
peertube:
|
|
subnet: 192.168.102.96/28
|
|
phpmyadmin:
|
|
subnet: 192.168.102.112/28
|
|
pixelfed:
|
|
subnet: 192.168.102.128/28
|
|
# Free :
|
|
# subnet: 192.168.102.144/28
|
|
snipe_it:
|
|
subnet: 192.168.102.160/28
|
|
taiga:
|
|
subnet: 192.168.102.176/28
|
|
yourls:
|
|
subnet: 192.168.102.192/28
|
|
discourse:
|
|
subnet: 192.168.102.208/28
|
|
# /24 Networks / 254 Usable Clients
|
|
bigbluebutton:
|
|
subnet: 10.7.7.0/24 # This variable does not have an impact. It's just there for documentation reasons, because this network is used in bbb
|
|
postgres:
|
|
subnet: 192.168.200.0/24
|
|
mariadb:
|
|
subnet: 192.168.201.0/24
|
|
central_ldap:
|
|
subnet: 192.168.202.0/24
|
|
|
|
|