90DaysOfDevOps/docs/2022/Configmgmt/ansible-scenario7/roles/apache2/templates/index.html.j2
2023-03-14 11:03:42 -04:00

5 lines
96 B
Django/Jinja

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