Role service-nginx-meshviewer: add domain servers

This commit is contained in:
Julian Labus 2019-05-02 16:40:19 +02:00
parent dcc4e4b9b5
commit b1cc085e8d
No known key found for this signature in database
GPG Key ID: 8AF209F2C6B3572A
1 changed files with 4 additions and 0 deletions

View File

@ -87,6 +87,10 @@ module.exports = function () {
],
'domainNames': [
{% for mesh in meshes %}
{
'domain': 'servers',
'name': 'Server'
},
{
'domain': '{{ mesh.domain_code }}',
'name': '{{ mesh.domain_name }}'