index.html template

This commit is contained in:
2022-01-09 20:47:32 +00:00
parent bcbc0924bb
commit 334c4b083c
4 changed files with 14 additions and 8 deletions

6
template/index.jinja2 Normal file
View File

@@ -0,0 +1,6 @@
<html>
<body>
<a href="basic.sh">wget -q -O - {{ansible_default_ipv4.address}}/basic.sh | bash</a>
<a href="nginx.sh">wget -q -O - {{ansible_default_ipv4.address}}/nginx.sh | bash</a>
</body>
</html>