From e8db47e7b9ee47a583ab88591923e392f8d7802f Mon Sep 17 00:00:00 2001
From: Fulvio Galeazzi <fulvio.galeazzi@garr.it>
Date: Fri, 27 Mar 2020 22:05:52 +0000
Subject: [PATCH] 2020-03-27:  FG;  Added some explanation to inventory example
 file.

---
 inventory.yml.sample | 9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

diff --git a/inventory.yml.sample b/inventory.yml.sample
index 111e16d..2bbdf82 100644
--- a/inventory.yml.sample
+++ b/inventory.yml.sample
@@ -6,12 +6,17 @@
 # Check more configuration variables under: group_vars/openvpn
 #
 vpnpublicip=90.147.152.92
-# This network will be pushed to clients.
+#
+# This network will be pushed to clients: it is the network you
+# want to reach via this VPN.
 # If you need to push more networks, please see group_vars/openvpn
 lannetwork=10.111.0.0
 lannetmask=255.255.0.0
 #
-vpninterface=ens3
+# This is the interface of VPNserver on lannetwork
+vpninterface=ens4
+#
+# Once in VPN, you will get an address from this network
 vpnnetwork=10.10.10.0
 vpnnetmask=255.255.255.0
 
-- 
GitLab