{# Copyright (C) 2014-2017 Maciej Delmanowski # Copyright (C) 2015-2017 Robin Schneider # Copyright (C) 2014-2017 DebOps # SPDX-License-Identifier: GPL-3.0-only #} {% set nginx_tpl_domain = item.welcome_domain | d(item.name if (item.name is string) else item.name[0] | d(ansible_domain)) %} {% if nginx_tpl_domain %} {% set nginx_tpl_welcome_title = '' + nginx_tpl_domain + '' %} {% else %} {% set nginx_tpl_welcome_title = 'CompanyName.website' %} {% endif %} {{ nginx_tpl_domain | d("CompanyName.website") }} {% if item.welcome_css | d(True) | bool %} {% endif %}

{{ nginx_tpl_welcome_title }}

{% if nginx_tpl_domain %}

{{ item.welcome_status_choices | d([ '200 OK', "418 I'm a teapot" ]) | random }}

{% elif not nginx_tpl_domain %}

If you're reading this, the web server was installed correctly.

{% endif %}