Files
configpolicy/roles/strongswan/handlers/main.yml
Dustin C. Hatch ae4d1c08f9 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.
2018-05-20 12:56:27 -05:00

5 lines
78 B
YAML

- name: restart strongswan
service:
name=strongswan
state=restarted