Add Ansible task to deploy our website
This commit is contained in:
7
ansible/roles/nginx_server/templates/index.html.j2
Normal file
7
ansible/roles/nginx_server/templates/index.html.j2
Normal 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>
|
||||
Reference in New Issue
Block a user