mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-08-29 15:06:26 +02:00
HUGE REFACTORING; Implementing ldap networks, new port mappings, heal script optimizing etc.
This commit is contained in:
@@ -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
|
||||
|
||||
|
@@ -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}}"
|
Reference in New Issue
Block a user