summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkwadronaut <kwadronaut@autistici.org>2024-02-06 10:40:27 +0000
committerkwadronaut <kwadronaut@autistici.org>2024-02-06 10:40:27 +0000
commit17e9e84a16d562b6589dc6e55d8489b90b7cf81c (patch)
treecb2f5bc2ab10d28db8ffda9a70221ed85c2a804e
parent354794a833750a4ac2e90e20fa141e23c3cce20c (diff)
parentcb7c24aaa5ef8a7ede982bf1739c7558e51415b2 (diff)
Merge branch '72-fix-openvpn-failure-on-initial-run' into 'main'
#72 Remove the reduntant openvpn service restart Closes #72 See merge request leap/container-platform/lilypad!75
-rw-r--r--config/roles/openvpn/tasks/credentials.yml6
1 files changed, 0 insertions, 6 deletions
diff --git a/config/roles/openvpn/tasks/credentials.yml b/config/roles/openvpn/tasks/credentials.yml
index b7d1c26..692f100 100644
--- a/config/roles/openvpn/tasks/credentials.yml
+++ b/config/roles/openvpn/tasks/credentials.yml
@@ -9,12 +9,6 @@
ca: "{{ credentials_dir }}/common/api_ca.crt"
ca_key: "{{ credentials_dir }}/common/api_ca.key"
-- name: Restart openvpn because gateway certificate has changed
- systemd:
- name: docker-openvpn-openvpn.service
- state: restarted
- when: sspki_sign.changed
-
- name: Add the docker-openvpn user to the openvpn-sspki group
user:
name: docker-openvpn