Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thetechnick/hcloud-ansible
Ansible modules and inventory for Hetzner Cloud
https://github.com/thetechnick/hcloud-ansible
ansible ansible-inventory ansible-modules ansible-tower hcloud hetzner
Last synced: 5 days ago
JSON representation
Ansible modules and inventory for Hetzner Cloud
- Host: GitHub
- URL: https://github.com/thetechnick/hcloud-ansible
- Owner: thetechnick
- License: mit
- Archived: true
- Created: 2018-03-02T21:23:06.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-07-12T20:52:33.000Z (over 5 years ago)
- Last Synced: 2024-08-01T12:23:40.519Z (3 months ago)
- Topics: ansible, ansible-inventory, ansible-modules, ansible-tower, hcloud, hetzner
- Language: Go
- Size: 376 KB
- Stars: 66
- Watchers: 7
- Forks: 6
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-starred - thetechnick/hcloud-ansible - Ansible modules and inventory for Hetzner Cloud (ansible)
README
**Archived**
As I don't use this project anymore myself, I decided to archive it.# Hetzner Cloud - Ansible
[![GitHub release](https://img.shields.io/github/release/thetechnick/hcloud-ansible.svg)](https://github.com/thetechnick/hcloud-ansible/releases/latest) [![Build Status](https://travis-ci.org/thetechnick/hcloud-ansible.svg?branch=master)](https://travis-ci.org/thetechnick/hcloud-ansible)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
```sh
# 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
- [hcloud_server - Manage Hetzner Cloud Servers](./docs/hcloud_server.md)
- [hcloud_ssh_key - Manage Hetzner Cloud SSH Keys](./docs/hcloud_ssh_key.md)
- [hcloud_floating_ip - Manage Hetzner Cloud Floating IPs](./docs/hcloud_floating_ip.md)## Installation
Download the binaries for your OS from the releases page and place them into your [Ansible library](http://docs.ansible.com/ansible/latest/intro_configuration.html#library).
## Licence
MIT license