roles/strongswan: Update service name

Fedora has renamed the *strongswan* service to *strongswan-starter*.
The *strongswan* service now controls strongSwan via Vici, which uses a
different configuration format and is not compatible with the files in
`/etc/strongswan/ipsec.d`.  As I am migrating everything to Wireguard
now, it does not make sense to rewrite all of the IPsec configuration in
this new format, so using the legacy format with the renamed service
makes more sense.
jenkins-master
Dustin 2020-07-04 14:32:22 -05:00
parent 7a4b46b455
commit add233b9e8
3 changed files with 3 additions and 3 deletions

View File

@ -35,5 +35,5 @@
- name: ensure strongswan is running - name: ensure strongswan is running
service: service:
name=strongswan name=strongswan-starter
state=started state=started

View File

@ -1,4 +1,4 @@
- name: restart strongswan - name: restart strongswan
service: service:
name=strongswan name=strongswan-starter
state=restarted state=restarted

View File

@ -30,5 +30,5 @@
- name: ensure strongswan starts at boot - name: ensure strongswan starts at boot
service: service:
name=strongswan name=strongswan-starter
enabled=yes enabled=yes