diff --git a/ansible/webserver-automation/roles/nginx/templates/index.html.j2 b/ansible/webserver-automation/roles/nginx/templates/index.html.j2 new file mode 100644 index 0000000..dd73ff4 --- /dev/null +++ b/ansible/webserver-automation/roles/nginx/templates/index.html.j2 @@ -0,0 +1,68 @@ + + + + + + {{ app_name }} - {{ environment }} + + + +
+
🚀
+

{{ app_name }}

+ +

✓ Deployment Successful

+ +
+ Environment: {{ environment }} + Server: {{ inventory_hostname }} +
+ +

Nginx running on port {{ nginx_port }}

+ +

+ Deployed with Ansible ✨
+ {{ ansible_date_time.iso8601 }} +

+
+ +