diff options
author | Guilhem Moulin <guilhem@fripost.org> | 2016-05-24 17:13:38 +0200 |
---|---|---|
committer | Guilhem Moulin <guilhem@fripost.org> | 2016-05-24 17:13:38 +0200 |
commit | 25564fcae2ed65eb3c1981e1e0e44621a3c9d7eb (patch) | |
tree | 63183ad2fd8ff88366f3762af6ecaf9423de74cd /group_vars | |
parent | 1af3c572eedb0eaddcdc5c9c41d98ff59bb7b2c9 (diff) |
typo
Diffstat (limited to 'group_vars')
-rw-r--r-- | group_vars/all.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/group_vars/all.yml b/group_vars/all.yml index c7900a6..9458dc0 100644 --- a/group_vars/all.yml +++ b/group_vars/all.yml @@ -11,8 +11,8 @@ postfix_instance: # Virtual (non-routable) IPv4 subnet for IPSec. It is always nullrouted -# on in the absence of xfrm lookup (i.e., when there is no matching -# IPSec Security Association) to avoid data leaks. +# in the absence of xfrm lookup (i.e., when there is no matching IPSec +# Security Association) to avoid data leaks. ipsec_subnet: 172.16.0.0/24 ipsec: # Virtual (non-routable) addresses for IPSec. They all need to be |