{# The variables below can be customized here directly, or in your settings.yaml file. Any variable in settings.yaml will be exposed in here as well. #} {%- set url = url | default("http://FIXME.container.training/") -%} {%- set pagesize = pagesize | default(10) -%} {%- set lang = lang | default("en") -%} {%- set event = event | default("training session") -%} {%- set backside = backside | default(False) -%} {%- set image = image | default(False) -%} {%- set clusternumber = clusternumber | default(None) -%} {%- set thing = thing | default("lab environment") -%} {%- if lang == "en" -%} {%- set intro -%} Here is the connection information to your very own {{ thing }} for this {{ event }}. You can connect to it with any SSH client. {%- endset -%} {%- endif -%} {%- if lang == "fr" -%} {%- set intro -%} Voici les informations permettant de se connecter à votre {{ thing }} pour cette formation. Vous pouvez vous y connecter avec n'importe quel client SSH. {%- endset -%} {%- endif -%} {%- if lang == "en" -%} {%- set slides_are_at -%} You can find the slides at: {%- endset -%} {%- endif -%} {%- if lang == "fr" -%} {%- set slides_are_at -%} Le support de formation est à l'adresse suivante : {%- endset -%} {%- endif -%} {% for login in logins %}

{{ intro }}

{% if login.port %} {% endif %} {% if login.port %} {% endif %}
login: password:
{{ login.login }} {{ login.password }}
IP address:port:
{{ login.ipaddrs.split("\t")[0] }}{{ login.port }}

{% if url %} {{ slides_are_at }}

{{ url }}

{% endif %}

{% if loop.index%pagesize==0 or loop.last %} {% if backside %} {% for x in range(pagesize) %}
{{ backside }} {#

Thanks for attending "Getting Started With Kubernetes and Container Orchestration" during CONFERENCE in Month YYYY!

If you liked that workshop, I can train your team, in person or online, with custom courses of any length and any level.

{% if qrcode %}

If you're interested, please scan that QR code to contact me:

{% else %}

If you're interested, you can contact me at:

{% endif %}

jerome.petazzoni@gmail.com

#}
{% endfor %} {% endif %} {% endif %} {% endfor %}