roles/strongswan: Base role for strongSwan setup
The *strongwan* role is intended to be used as a dependency of other roles that use strongSwan for IPsec configuration. It deploys some basic configuration and configures the *strongswan* service, but does not configure any connections, secrets, etc.
This commit is contained in:
4
roles/strongswan/handlers/main.yml
Normal file
4
roles/strongswan/handlers/main.yml
Normal file
@@ -0,0 +1,4 @@
|
||||
- name: restart strongswan
|
||||
service:
|
||||
name=strongswan
|
||||
state=restarted
|
||||
Reference in New Issue
Block a user