mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2024-11-21 20:31:02 +01:00
Removed multiple domain implementation for pixelfed because it's not supported by pixelfed
This commit is contained in:
parent
e7916f0b00
commit
70acdc5400
@ -133,7 +133,6 @@ domain_matrix: "chat.{{top_domain}}"
|
||||
domain_mediawiki: "wiki.{{top_domain}}"
|
||||
domain_nextcloud: "cloud.{{top_domain}}"
|
||||
domain_pixelfed: "picture.{{top_domain}}"
|
||||
domains_pixelfed: []
|
||||
domain_peertube: "video.{{top_domain}}"
|
||||
domains_peertube: []
|
||||
domain_roulette: "roulette.{{top_domain}}"
|
||||
|
@ -1,10 +1,7 @@
|
||||
---
|
||||
- name: "include tasks nginx-docker-proxy-domain.yml"
|
||||
include_tasks: nginx-docker-proxy-domain.yml
|
||||
loop: "{{ domains }}"
|
||||
loop_control:
|
||||
loop_var: domain
|
||||
|
||||
|
||||
- name: "create {{docker_compose_instance_directory}}"
|
||||
file:
|
||||
path: "{{docker_compose_instance_directory}}"
|
||||
|
@ -105,7 +105,6 @@
|
||||
- role: docker-pixelfed
|
||||
vars:
|
||||
domain: "{{domain_pixelfed}}"
|
||||
domains: "{{ [domain] + domains_pixelfed }}"
|
||||
http_port: 8010
|
||||
|
||||
- name: setup peertube hosts
|
||||
|
Loading…
Reference in New Issue
Block a user