mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-09-09 03:37:37 +02:00
Added fediverse bridge draft
This commit is contained in:
21
roles/web-app-bridgy-fed/tasks/01_core.yml
Normal file
21
roles/web-app-bridgy-fed/tasks/01_core.yml
Normal file
@@ -0,0 +1,21 @@
|
||||
- name: "Load docker and front proxy for {{ application_id }}"
|
||||
include_role:
|
||||
name: sys-stk-full-stateless
|
||||
|
||||
- name: "Include front proxy for {{ container_hostname }}:{{ ports.localhost.http[application_id] }}"
|
||||
include_role:
|
||||
name: sys-stk-front-proxy
|
||||
vars:
|
||||
domain: "{{ container_hostname }}"
|
||||
http_port: "{{ ports.localhost.http[application_id] }}"
|
||||
|
||||
- name: "Provide Dockerfile"
|
||||
copy:
|
||||
src: "Dockerfile"
|
||||
dest: "{{ docker_compose.directories.instance }}/Dockerfile"
|
||||
notify:
|
||||
- docker compose build
|
||||
|
||||
- name: "Run once marker"
|
||||
set_fact:
|
||||
run_once_web_app_bridgy_fed: true
|
Reference in New Issue
Block a user