mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-12-06 09:30:31 +00:00
Optimized cloudflare implementation
This commit is contained in:
@@ -1,12 +1,13 @@
|
||||
---
|
||||
- name: "include role nginx-domain-setup for {{application_id}}"
|
||||
include_role:
|
||||
name: nginx-domain-setup
|
||||
|
||||
# Docker Central Database Role can't be used here
|
||||
- name: "include docker-compose role"
|
||||
include_role:
|
||||
name: docker-compose
|
||||
|
||||
- name: "include role nginx-domain-setup for {{application_id}}"
|
||||
include_role:
|
||||
name: nginx-domain-setup
|
||||
|
||||
- name: pull docker repository
|
||||
git:
|
||||
repo: "https://github.com/bigbluebutton/docker.git"
|
||||
|
||||
Reference in New Issue
Block a user