Packer Builder Hcloud

Packer builder plugin for Hetzner Cloud - https://hetzner.cloud
Alternatives To Packer Builder Hcloud
Project NameStarsDownloadsRepos Using ThisPackages Using ThisMost Recent CommitTotal ReleasesLatest ReleaseOpen IssuesLicenseLanguage
Feflow1,2842a month ago117July 15, 202217otherTypeScript
🚀 A command line tool aims to improve front-end engineer workflow and standard, powered by TypeScript.
Figplug299
28 months ago28May 13, 20217mitTypeScript
Figma plugin builder
Phulp29616102 years ago29August 01, 20191mitPHP
The task manager for php
Paraphrase261
9 years ago4apache-2.0Java
An experimental Gradle plugin which generates compile-safe format string builders.
Innerbuilder250
5 months ago21apache-2.0Java
IntelliJ IDEA plugin which generates an inner builder class
Awesome Elementor248
8 months ago
A collection of third party add-ons for the Elementor page builder plugin.
Laravel Datatables Html2412375924 days ago141October 06, 20224mitPHP
Laravel DataTables HTML Builder Plugin
Live Composer Page Builder155
a month ago57gpl-3.0PHP
Free page builder plugin for WordPress https://livecomposerplugin.com
To_xls139
8 years ago2mitRuby
This Rails plugin is the easiest way to export to Excel. It gives you the ability to call to_xls to a collection of activerecords. The builder options are the same as to_json / to_xml, except for the :include.
Commodore134718 months ago13June 12, 20227mitJava
Utility for using Minecraft's 1.13 'brigadier' library in Bukkit plugins.
Alternatives To Packer Builder Hcloud
Select To Compare


Alternative Project Comparisons
Readme

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 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-remote provider works only with paramiko connection.
Popular Plugin Projects
Popular Builder Projects
Popular Libraries Categories
Related Searches

Get A Weekly Email With Trending Projects For These Categories
No Spam. Unsubscribe easily at any time.
Golang
Plugin
Cloud Computing
Builder
Packer
Hetzner Cloud