roles/strongswan-swanctl: Load esp4 module at boot

The *esp4* kernel module does not load automatically on Fedora.  Without
this module, strongSwan can establish IKE SAs, but not ESP SAs.  Listing
the module name in a file in `/etc/modules-load.d` configures the
*systemd-modules-load* service to load it at boot.
This commit is contained in:
2021-02-17 20:28:05 -06:00
parent ac516ce09d
commit 6aaf1b7dbb
3 changed files with 12 additions and 0 deletions

View File

@@ -0,0 +1,2 @@
- name: load esp4 kernel module
command: modprobe esp4