Add Ansible task to deploy our website

This commit is contained in:
2026-01-21 10:20:29 +07:00
parent 8a39803f01
commit 6748a1930b
20 changed files with 278 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
<html>
<head><title>Hello World!</title></head>
<body>
<h1> Hello from {{ ansible_hostname }}</h1>
<p>Developed and managed by Nguyen Duy Thanh</p>
</body>
</html>