iamckn / wireguard_ansible

Ansible scripts for the set up a typical wireguard VPN connection
https://www.ckn.io/blog/2017/11/14/wireguard-vpn-typical-setup/
322 stars 69 forks source link

Refactoring: Keys and client files should be iterated over, not handled manually #7

Closed kjgd closed 5 years ago

kjgd commented 5 years ago

Rather than doing one_private key, two_private_key or having to individually do Generate client one config, Generate client two config, we should be able to:

iamckn commented 5 years ago

Changes have been made to use one template client config for the generation of a specified number of client profiles.