personium / ansible

Ansible files to set up a Personium unit.
Apache License 2.0
12 stars 15 forks source link

Revised the description method of base_url of hosts. #55

Closed naoya-mokudai closed 6 years ago

naoya-mokudai commented 6 years ago

There is an inconsistency in the definition method of "base_url" defined in "$ ansbile / static_inventory / hosts". In "$ ansible / resource / ap / personium / personium - core / conf / 18888 / personium - unit - config.properties.j2" you need to specify it in the form of "https: // FQDN". But "init_service_elasticsearch.yml" does not work if "https: //" is specified. Review the overall policy.

naoya-mokudai commented 6 years ago

Change the variable "base_url" to store the public FQDN of the WEB server.