90DaysOfDevOps/2022/Days/Configmgmt/ansible-scenario6/roles/apache2/templates/index.html.j2
2022-11-18 14:43:39 +00:00

5 lines
96 B
Django/Jinja

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