-
How we can create a server from our snapshots?
-
More a question than an issue...
I am using scheduler on windows to automatically creating snapshots
e.g.:
set HCLOUD_TOKEN=xxxxx
hcloud server create-image --type "snapshot" yyyyyyyy
unset HC…
-
Hi,
first off, thanks for the great tutorial on the Hetzner Community page!
I tried to create a snapshot but Chef fails to install the "haveged" package on ubuntu although it is available with exa…
-
#### Overview of the Issue
According to docs - https://www.packer.io/docs/builders/hetzner-cloud.html, I should be able to use image_filter. However I get error: `unknown configuration key: "image_…
dnk8n updated
4 years ago
-
I have tried multiple ways to do it, but it doesn't see existing snapshot, then i found info about import, but how to import a snapshot?
Any working example would be nice.
Thank you.
-
Hi,
tested the new release 16.1 a little bit and found something.
The regular list command outputs labels if specified in columns list
`hcloud server list -o colum ns=id,labels`
Output is …
-
##### SUMMARY
Host filters work for some jinja syntax options but not all are respected.
##### ISSUE TYPE
- Feature Idea
##### COMPONENT NAME
/lib/ansible/plugins/inventory/azure_rm.py
###…
-
In the last couple of days, when creating 2 cloud server instances with the hcloud_server module, I've experienced the first instance creating correctly, then either failures with a return of 'Unknown…
-
Hi there, I have an instance, which was provisioned from snapshot. When I do import from Hetzner, I have following piece of code in tfstate:
```
"instances": [
{
"schema_ve…
-
Hi,
I want to import my hetzner server via terraform in my tf state.
My configuration looks as follows in terraform:
```tf
resource "hcloud_server" "kurisu" {
name = "kurisu"
server…