Révision 5dedf86c
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é