mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-07-18 14:34:24 +02:00
8 lines
269 B
YAML
8 lines
269 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 | get_app_conf(application_id, 'server_mode', True) | bool |