Skip to content
This repository has been archived by the owner on Jul 13, 2019. It is now read-only.
/ hcloud-ansible Public archive

Ansible modules and inventory for Hetzner Cloud

License

Notifications You must be signed in to change notification settings

thetechnick/hcloud-ansible

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Archived
As I don't use this project anymore myself, I decided to archive it.

Hetzner Cloud - Ansible

GitHub release Build Status

The Hetzner Cloud (hcloud) ansible modules and inventory are used to interact with the resources supported by Hetzner Cloud. The modules and inventory need to be configured with an Hetzner Cloud API token before they can be used.

Inventory Example Usage

# ping all hosts in Hetzner Cloud Project
ansible -i hcloud_inventory all -m ping

# ping all hosts with cx11 server type
ansible -i hcloud_inventory cx11 -m ping

Modules

Installation

Download the binaries for your OS from the releases page and place them into your Ansible library.

Licence

MIT license