Packer template to build images for Wireguard. Uses this Ansible playbook.
This requires the Linode Packer builder. Install this as follows:
GOBIN=~/.packer.d/plugins go install github.com/linode/packer-builder-linode
You'll also need a Linode API token. Create one in the Linode web interface. It must have permission to create Linodes and Images. Then export it:
export LINODE_TOKEN=the_token_you_got
To build an image on your own account:
git clone https://github.com/armorfret/packer-linode-wireguard
cd packer-linode-wireguard
packer build image.json
packer-linode-wirguard is released under the MIT License. See the bundled LICENSE file for details.