From b9d9cf371216ecb9b15501add6c7f2f60faf1ba3 Mon Sep 17 00:00:00 2001 From: Claude AI Date: Tue, 6 Jan 2026 14:44:05 +0000 Subject: [PATCH] feat(ansible): Add nginx index template --- .../roles/nginx/templates/index.html.j2 | 68 +++++++++++++++++++ 1 file changed, 68 insertions(+) create mode 100644 ansible/webserver-automation/roles/nginx/templates/index.html.j2 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 }} +

+
+ +