90DaysOfDevOps/es/Days/Configmgmt/ansible-scenario6/roles/apache2/templates/index.html.j2
2022-10-23 18:38:19 +02:00

5 lines
96 B
Django/Jinja

<html>
<h1>{{ html_welcome_msg }}! I'm webserver {{ ansible_facts['nodename'] }} </h1>
</html>