Merge pull request #49 from vFlagR/embystats_int_port

Updating embystats internal port to 5432 instead of 80.
This commit is contained in:
Admin9705
2019-04-17 02:39:54 -04:00
committed by GitHub

View File

@@ -14,7 +14,7 @@
- name: 'Set Known Facts'
set_fact:
pgrole: "embystats"
intport: "80"
intport: "5432"
extport: "9049"
image: "uping/embystat:beta-linux"