Projet

Général

Profil

Paste
Télécharger au format
Statistiques
| Branche: | Révision:

root / spec / classes / rules / nomad_spec.rb @ 5dedf86c

Historique | Voir | Annoter | Télécharger (4,08 ko)

# Date Auteur Commentaire
5dedf86c 2025-03-06 07:08 Steve Traylen

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'',...