Added sphinx docker role draft

This commit is contained in:
2025-03-15 21:31:10 +01:00
parent c1aa6823b0
commit 2095f16402
20 changed files with 187 additions and 13 deletions

View File

@@ -38,6 +38,7 @@ defaults_domains:
portfolio: "{{primary_domain}}"
roulette-wheel: "roulette.{{primary_domain}}"
snipe_it: "inventory.{{primary_domain}}"
sphinx: "docs.{{primary_domain}}"
taiga: "kanban.{{primary_domain}}"
yourls: "s.{{primary_domain}}"
# ATTENTION: Will be owerwritten by the values in domains. Not merged.

View File

@@ -547,6 +547,13 @@ defaults_applications:
database:
central_storage: True # Activate Central Database Storage
## Sphinx
sphinx:
version: "3.9-slim" # Use latest docker image
volumes:
source_dir: "{ansible_playbook_dir}" # Path from which sphinx reads the documentation
## Taiga
taiga:
version: "latest"

View File

@@ -46,6 +46,7 @@ ports:
ldap: 8033
phpmyadmin: 8034
snipe_it: 8035
sphinx: 8036
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

@@ -70,6 +70,8 @@ defaults_networks:
subnet: 192.168.102.192/28
discourse:
subnet: 192.168.102.208/28
sphinx:
subnet: 192.168.102.224/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
@@ -79,5 +81,4 @@ defaults_networks:
subnet: 192.168.201.0/24
central_ldap:
subnet: 192.168.202.0/24