forked from Netz39_Admin/netz39-infra-ansible
fix typo
This commit is contained in:
parent
1e10b079ca
commit
f2a535a4f4
1 changed files with 5 additions and 5 deletions
10
pottwal.yml
10
pottwal.yml
|
@ -15,7 +15,7 @@
|
||||||
openhab_configuration_version: master
|
openhab_configuration_version: master
|
||||||
|
|
||||||
uritools_host_port: 8080
|
uritools_host_port: 8080
|
||||||
entites_validation_svc_host_port: 8082
|
entities_validation_svc_host_port: 8082
|
||||||
|
|
||||||
roles:
|
roles:
|
||||||
- role: docker_setup
|
- role: docker_setup
|
||||||
|
@ -130,15 +130,15 @@
|
||||||
site_name: uritools.n39.eu
|
site_name: uritools.n39.eu
|
||||||
proxy_port: "{{ uritools_host_port }}"
|
proxy_port: "{{ uritools_host_port }}"
|
||||||
|
|
||||||
- name: Ensure container for entites validation service is running
|
- name: Ensure container for entities validation service is running
|
||||||
docker_container:
|
docker_container:
|
||||||
name: entites_validation_svc
|
name: entities_validation_svc
|
||||||
image: netz39/entites_validation_svc
|
image: netz39/entities_validation_svc
|
||||||
pull: true
|
pull: true
|
||||||
state: started
|
state: started
|
||||||
detach: yes
|
detach: yes
|
||||||
ports:
|
ports:
|
||||||
- "{{ entites_validation_svc_host_port }}:8080"
|
- "{{ entities_validation_svc_host_port }}:8080"
|
||||||
restart_policy: unless-stopped
|
restart_policy: unless-stopped
|
||||||
|
|
||||||
- name: Setup proxy site entities-validation.n39.eu
|
- name: Setup proxy site entities-validation.n39.eu
|
||||||
|
|
Loading…
Reference in a new issue