Skip to content

Commit

Permalink
ansible-ckan-role (#10), traefik (#5): changed trefik port to 8888 to…
Browse files Browse the repository at this point in the history
… avoid conflict when using with CKAN installed directly on the host
  • Loading branch information
fititnt committed Apr 19, 2020
1 parent 1893dd8 commit a077f5c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ suggestions.
- <https://proxy.hxl.etica.dev/>
- **Internal URLs**
- **Traefik Dashboard**
- <http://hxl.etica.dev:8080/dashboard/>
- <http://hxl.etica.dev:8888/dashboard/>
- <https://traefik.hxl.etica.dev/dashboard/>
- **Portainer**
- <https://portainer.hxl.etica.dev/> (`admin` : `cplppass`)
Expand Down
4 changes: 3 additions & 1 deletion ansible/inventories/etica.dev-extras/traefik/traefik.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@ entryPoints:
address: ":80"
websecure:
address: ":443"

traefik:
address: ":8888"

## TODO: learn how to implement middlewares on Traefik 2.2 and then do an default
# redirect http to https that could be referenced on docker-compose
# containers (fititnt, 2020-04-07 01:34)
Expand Down
1 change: 1 addition & 0 deletions ansible/playbooks/roles/ckan/tasks/install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@
- name: "CKAN | Install {{ ckan_package_url }}"
apt:
deb: "{{ ckan_package_url }}"
# install_recommends: no

0 comments on commit a077f5c

Please sign in to comment.