diff options
author | Guilhem Moulin <guilhem@fripost.org> | 2016-06-29 20:14:25 +0200 |
---|---|---|
committer | Guilhem Moulin <guilhem@fripost.org> | 2016-06-29 20:14:25 +0200 |
commit | aaba815dbccbb0d623def17d1e030383d905daa0 (patch) | |
tree | 8a566201e726304587d412d8a6508ea1d0c566db /group_vars | |
parent | 0e583714e7dbba5a871b1bfdf4b85bd0b5f91632 (diff) |
IPSec → IPsec
Diffstat (limited to 'group_vars')
-rw-r--r-- | group_vars/all.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/group_vars/all.yml b/group_vars/all.yml index 9458dc0..a9bfda9 100644 --- a/group_vars/all.yml +++ b/group_vars/all.yml @@ -10,12 +10,12 @@ postfix_instance: lists: { name: lists, port: 2527 } -# Virtual (non-routable) IPv4 subnet for IPSec. It is always nullrouted -# in the absence of xfrm lookup (i.e., when there is no matching IPSec +# Virtual (non-routable) IPv4 subnet for IPsec. It is always nullrouted +# 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 + # Virtual (non-routable) addresses for IPsec. They all need to be # distinct and belong to the above subnet 'ipsec_subnet'. antilop: 172.16.0.1 benjamin: 172.16.0.2 |