Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Put private key into separate file instead of main config #80

Closed
wants to merge 2 commits into from

Conversation

ypid
Copy link
Contributor

@ypid ypid commented Sep 27, 2020

Closes: #78

Due to this change not having been discussed yet in #78, I implemented this currently only for Debian. I could attempt to do this on a best effort basis also for the other distros.

Cleanup Ansible handlers:

* `systemctl start` is redundant because that is already ensured by the
main tasks.
* `wg syncconf` is done by the systemd unit file. No need for us to
duplicate this.
* Drop support for WireGuard before v1.0.20191226 so that we can drop
the workaround where `wg syncconf` is not present.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Put private key into separate file instead of main config
2 participants