ryanlelek.firewall

Pare-feu

Liste blanche du pare-feu utilisant IPTables

Exigences

Aucune

Variables de rôle

Par défaut :

---
tcp_in:
  - 22
tcp_out:
  - 22
  - 80
  - 443
udp_in:
udp_out:
restreint:

Dépendances

Aucune

Exemple de Playbook

- hôtes : tous
  rôles :
    - rôle : ryanlelek.firewall
      tcp_in:
        - 80
        - 443
      tcp_out:
        - 22
        - 80
        - 443
        # Git
        - 9418
      udp_in:
      udp_out:
        # Syslog / Papertrail
        - 32507
      restreint:
        - protocole: tcp
          port: 22
          ip: [VOTRE ADRESSE IP OU PLAGE ICI]

Licence

MIT

Informations sur l'auteur

Créé par Ryan Lelek
Fait partie de AnsibleTutorials.com

À propos du projet

Firewall whitelist using IPTables

Installer
ansible-galaxy install ryanlelek.firewall
Licence
mit
Téléchargements
778
Propriétaire