diff options
author | Guilhem Moulin <guilhem@fripost.org> | 2013-10-30 21:49:34 +0100 |
---|---|---|
committer | Guilhem Moulin <guilhem@fripost.org> | 2015-06-07 02:50:31 +0200 |
commit | 42ec51e418142f68a97d96663a43ae617c971ad5 (patch) | |
tree | a329b6705d0c55d33b952c07a032e45fb3919c4c /roles/common/handlers | |
parent | 035ea3c7dbe80c92c59635f710076c586c7394c8 (diff) |
Configure IPSec.
Diffstat (limited to 'roles/common/handlers')
-rw-r--r-- | roles/common/handlers/main.yml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/roles/common/handlers/main.yml b/roles/common/handlers/main.yml index e23e099..2ef3253 100644 --- a/roles/common/handlers/main.yml +++ b/roles/common/handlers/main.yml @@ -18,3 +18,9 @@ - name: Restart fail2ban service: name=fail2ban state=restarted + +- name: Missing IPSec certificate + fail: msg="strongswan IPsec is lacking public or private keys on '{{ ansible_fqdn }}'." + +- name: Restart IPSec + service: name=ipsec state=restarted |