HUGE REFACTORING; Implementing ldap networks, new port mappings, heal script optimizing etc.

This commit is contained in:
2025-01-30 15:04:23 +01:00
parent 61890dcf1f
commit 4c0aba2eea
79 changed files with 294 additions and 335 deletions

View File

@@ -4,7 +4,7 @@
- name: "include create-domains.yml"
include_tasks: create-domains.yml
loop: "{{ peertube_domains }}"
loop: "{{ [domain] + domains.peertube_alternates }}"
loop_control:
loop_var: domain

View File

@@ -1,3 +1,3 @@
docker_compose_project_name: "peertube"
database_type: "postgres"
database_password: "{{peertube_database_password}}"
application_id: "peertube"
database_type: "postgres"
database_password: "{{peertube_database_password}}"