akerl-unpriv / packer-linode-wireguard

Packer image for a Linode with Wireguard

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

packer-linode-wirguard

MIT Licensed Build Status

Packer template to build images for Wireguard. Uses this Ansible playbook.

Usage

Pre-requisites

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

Build steps

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

License

packer-linode-wirguard is released under the MIT License. See the bundled LICENSE file for details.

About

Packer image for a Linode with Wireguard

License:MIT License