-
Notifications
You must be signed in to change notification settings - Fork 0
/
HTML-PAGE-NODE-2.html
34 lines (27 loc) · 1.27 KB
/
HTML-PAGE-NODE-2.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
<!DOCTYPE html>
<html>
<head>
<title>Projet Aute Disponibilité (Node-2)</title>
<style>
body {
background-color: #74992e;
text-align: center;
padding: 50px;
font-family: Arial, sans-serif;
}
h1 {
color: #ffffff;
}
</style>
</head>
<body>
<h1>Projet d'automatisation</h1>
<p>Ce projet utilise Terraform pour automatiser le déploiement d'un serveur Nginx. Terraform Provisionne 2 machine virtuel sur Azure qui serviront de Node,celles-ci seront dans un Avaibility set, qui pointe sur un Load Balancer puis toujours avec Terraform, je lance l'installation d'un serveur NGINX avec statique HTML provenant d'un repo GitHub</p>
</body>
<h1>Logo des Applications/Technologies utilisees</h1>
<a href="https://zupimages.net/viewer.php?id=23/21/zoy4.png"><img src="https://zupimages.net/up/23/21/zoy4.png" alt="" /></a>
<a href="https://zupimages.net/viewer.php?id=23/08/7s9v.png"><img src="https://zupimages.net/up/23/08/7s9v.png" alt="" /></a>
<br><br><br><br><br><br><br><br><br><br>
<a href="https://thumbs.gfycat.com/GrimLinearAmurstarfish-size_restricted.gif"><img src="https://thumbs.gfycat.com/GrimLinearAmurstarfish-size_restricted.gif" alt="" /></a>
</body>
</html>