DEPRECATED: see official builder here: https://www.packer.io/docs/builders/hetzner-cloud.html
packer-builder-hcloud
Packer builder plugin for Hetzner Cloud.
This plugin can be used to build provisioned images (snapshots) for Hetzner Cloud. Those can be later used for rapid deploying using Terraform (check the official plugin).
Building
You'll need dep to install dependencies.
Clone the repository and run:
dep ensure
go build -o ~/.packer.d/plugins/packer-builder-hcloud
Example template
{
"builders": [
{
"type": "hcloud",
"token": "API_TOKEN",
"server_type": "cx11",
"source_image": "ubuntu-16.04",
"image_name": "some-image",
"location": "fsn1",
"datacenter": "fsn1-dc8",
"user_data": "",
"ssh_username": "root"
}
]
}
See https://github.com/m110/infrastructure-as-code for more complete example.
You can find server types and soure images querying the API.
Known issues
- For some reason,
ansible-remoteprovider works only with paramiko connection.

Formed in 2009, the Archive Team (not to be confused with the archive.org Archive-It Team) is a rogue archivist collective dedicated to saving copies of rapidly dying or deleted websites for the sake of history and digital heritage. The group is 100% composed of volunteers and interested parties, and has expanded into a large amount of related projects for saving online and digital history.
