Skip to content
Snippets Groups Projects
JACQUOT Lucas's avatar
JACQUOT Lucas authored
a512103b
History
---- Petit README avec quelques informations :

TP 1

Playbook executé avec ansible version 2.9.18

--------------------

Utilisation de la librairie iptables_raw afin de gérer la gestions des ports sur les machines.

--------------------

Ports autorisé sur TheApache (web):

22 --> port SSH
80 --> Port HTTP
81 --> site 1 
82 --> site 2
83 --> site 3

-------------------

Ports autorisé sur Thenginx (lb):

22 --> port SSH
80 --> Port HTTP
9000 --> loadbalancer

Tous les autres ports sont fermé.

Par Lucas JACQUOT