90DaysOfDevOps/zh_tw/Days/Configmgmt/ansible-scenario6/roles/apache2/templates/index.html.j2
2022-04-21 22:17:43 +08:00

5 lines
96 B
Django/Jinja

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