Projet

Général

Profil

« Précédent | Suivant » 

Révision 5dedf86c

ID5dedf86cb36beb4043c7e2d34724d8439479dc48
Parent 4ee75698
Enfant 0f34454b

Ajouté par Steve Traylen il y a 3 mois

Add ruleset for a Nomad cluster

Nomad clusters typically have single public API
port as well as rpc and serf ports for inter cluster
communication.

Example:

```puppet
class{ 'nftables::rules::nomad':
cluster_elements = [
'10.0.0.1','10.0.0.2',
'::1', '::2'',
],
}
```

The default ports can be overridden with parameters `http`, `rpc` and
`surf`.

Fichiers

  • ajouté
  • modifié
  • copié
  • renommé
  • supprimé

Voir les différences