indexyz.wireguard
indexyz.wireguard
Configurer rapidement un réseau maillé Wireguard
Exigences
Le système doit permettre à dkms de charger les extensions du noyau Wireguard.
Variables de Rôle
| Nom | Par défaut | Type | Description | 
|---|---|---|---|
| mtu | 1420 | Nombre | Taille de l'interface réseau Wireguard | 
| ip_cidr_range | 16 | Nombre | Taille du sous-réseau Wireguard | 
| listen_port | 32091 | Nombre | Port d'écoute de Wireguard | 
| inte_ip | Aucun | Chaîne? | IP de l'interface Wireguard (ex. 10.255.255.1) | 
| interface_name | wg0 | Chaîne | Nom de l'interface Wireguard | 
Exemple de Playbook
Inventaire
[wireguard]
server1 inte_ip=10.0.255.1
server2 inte_ip=10.0.255.2
Playbook
---
- hosts: wireguard
  remote_user: root
  roles:
    - indexyz.wireguard
Licence
MIT
Installer
 ansible-galaxy install indexyz.wireguardLicence
 
            mit
          
Téléchargements
 
            110
          
Propriétaire
 The ulimited way to deploy sever
