{"id":15509416,"url":"https://github.com/bastelfreak/puppet-hetznercloud","last_synced_at":"2026-04-16T18:34:01.707Z","repository":{"id":146050911,"uuid":"119209560","full_name":"bastelfreak/puppet-hetznercloud","owner":"bastelfreak","description":"puppet module to manage hetzner cloud servers","archived":false,"fork":false,"pushed_at":"2018-01-28T22:37:50.000Z","size":37,"stargazers_count":2,"open_issues_count":1,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-10-19T22:12:54.292Z","etag":null,"topics":["hcloud","hetzner","hetzner-cloud","puppet"],"latest_commit_sha":null,"homepage":null,"language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bastelfreak.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":"bastelfreak","custom":"https://www.paypal.me/bastelfreak"}},"created_at":"2018-01-27T22:55:33.000Z","updated_at":"2023-07-12T15:01:01.000Z","dependencies_parsed_at":"2023-07-31T00:30:10.233Z","dependency_job_id":null,"html_url":"https://github.com/bastelfreak/puppet-hetznercloud","commit_stats":{"total_commits":8,"total_committers":1,"mean_commits":8.0,"dds":0.0,"last_synced_commit":"d07579e657f9bf49724d7dfcec6f18f2ad57b5b4"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bastelfreak%2Fpuppet-hetznercloud","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bastelfreak%2Fpuppet-hetznercloud/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bastelfreak%2Fpuppet-hetznercloud/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bastelfreak%2Fpuppet-hetznercloud/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bastelfreak","download_url":"https://codeload.github.com/bastelfreak/puppet-hetznercloud/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246085643,"owners_count":20721213,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["hcloud","hetzner","hetzner-cloud","puppet"],"created_at":"2024-10-02T09:42:18.952Z","updated_at":"2026-04-16T18:33:56.659Z","avatar_url":"https://github.com/bastelfreak.png","language":"Ruby","funding_links":["https://github.com/sponsors/bastelfreak","https://www.paypal.me/bastelfreak"],"categories":[],"sub_categories":[],"readme":"# puppet-hetznercloud\n\nA module to manage cloud instances via the Hetzner API\n\n## Examples\n\n### Create a simple server\n\n```\npuppet resource hetzner_server test3 image=centos-7 server_type=cx11\n```\n\nThis will create a server called test3, with a CentOS 7 image and the CX11 resources\n\n### List all servers\n\n```\npuppet resource hetzner_server\n```\n\n## Parameters\n\nThis custom type takes a few parameters\n\n### ensure\n\nValid values are running, off, absent. Defaults to running, you can change the status from all statuses to all others\n\n### name\n\nThe RFC1123 compliant hostname. Needs to be unique for all servers\n\n### datacenter\n\nOptional param, can currently be fsn1-dc8 or nbg-dc3\n\n### location\n\nOptional param, can currently be fsn1 or nbg1\n\n### image\n\nRequired param, can currently be ubuntu-16.04, debian-9, centos-7 or fedora-27. In addition you can provide the ID of any existing snapshot\n\n### ssh\\_keys\n\nOptional param. If provided it needs to be an array. You need to upload your ssh key in advance, afterwards you can refer to it by its name\n\n### user\\_data\n\nOptional string. You can provide it, but it will be ignored\n\n### ipv4\n\nRead-only property. Will show the configured ipv4 address from the system\n\n### ipv6\n\nRead-only property, will show the configured ipv6 prefix from the system\n\n## Testing\n\nYou can experiment with this module locally, if you set the RUBYLIB environment variable:\n\n```sh\ngit clone https://github.com/bastelfreak/puppet-hetznercloud\ncd puppet-hetznercloud\nRUBYLIB=$(pwd)/lib puppet resource hetzner_server --debug\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbastelfreak%2Fpuppet-hetznercloud","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbastelfreak%2Fpuppet-hetznercloud","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbastelfreak%2Fpuppet-hetznercloud/lists"}