You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
742 B
HTML
23 lines
742 B
HTML
|
3 months ago
|
<!DOCTYPE html>
|
||
|
|
<html lang="fr">
|
||
|
|
<head>
|
||
|
|
<meta charset="UTF-8">
|
||
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||
|
|
<title>Mon site déployé avec Ansible</title>
|
||
|
|
<link rel="stylesheet" href="style.css">
|
||
|
|
</head>
|
||
|
|
<body>
|
||
|
|
<div class="container">
|
||
|
|
<h1>🚀 Bienvenue sur mon serveur !</h1>
|
||
|
|
<p>Ce site a été déployé automatiquement avec Ansible.</p>
|
||
|
|
<ul>
|
||
|
|
<li>✅ Serveur : Nginx</li>
|
||
|
|
<li>✅ Sécurité : HTTPS activé</li>
|
||
|
|
<li>✅ Protection : Authentification activée</li>
|
||
|
|
<li>✅ Automatisation : 100% IaaC</li>
|
||
|
|
</ul>
|
||
|
|
<p class="footer">Déployé le {{ ansible_date_time.date }} 🎉</p>
|
||
|
|
</div>
|
||
|
|
</body>
|
||
|
|
</html>
|