Files
computer-playbook/roles/svc-prx-openresty/vars/main.yml

8 lines
253 B
YAML

# General
application_id: "svc-prx-openresty"
# Openresty
OPENRESTY_IMAGE: "openresty/openresty"
OPENRESTY_VERSION: "alpine"
OPENRESTY_CONTAINER: "{{ applications | get_app_conf('svc-prx-openresty', 'docker.services.openresty.name') }}"