mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-07-18 14:34:24 +02:00
8 lines
245 B
YAML
8 lines
245 B
YAML
---
|
|
- name: "include docker and reverse proxy for '{{ application_id }}'"
|
|
include_role:
|
|
name: cmp-docker-proxy
|
|
|
|
- name: "configure pgadmin servers"
|
|
include_tasks: configuration.yml
|
|
when: applications[application_id].server_mode | bool |