Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
ansible / community / hrobot
  ..
  changelogs
  meta
  plugins
  CHANGELOG.rst
  COPYING
  FILES.json
  MANIFEST.json
  README.md
  codecov.yml
  simplified_bsd.txt
Size: Mime:

Community Hetzner Robot Collection

CI Codecov

This repository contains the community.hrobot Ansible Collection. The collection includes modules to work with Hetzner's Robot.

You can find documentation for the modules and plugins in this collection here.

Please note that this collection does not support Windows targets.

Tested with Ansible

Tested with the current Ansible 2.9, ansible-base 2.10, ansible-core 2.11, ansible-core 2.12 and ansible-core 2.13 releases and the current development version of ansible-core. Ansible versions before 2.9.10 are not supported.

External requirements

A Hetzner Robot account.

Included content

  • community.hrobot.failover_ip module
  • community.hrobot.failover_ip_info module
  • community.hrobot.firewall module
  • community.hrobot.firewall_info module
  • community.hrobot.hrobot inventory plugin

You can find documentation for the modules and plugins in this collection here.

Using this collection

Before using the General community collection, you need to install the collection with the ansible-galaxy CLI:

ansible-galaxy collection install community.hrobot

You can also include it in a requirements.yml file and install it via ansible-galaxy collection install -r requirements.yml using the format:

collections:
- name: community.hrobot

See Ansible Using collections for more details.

Contributing to this collection

If you want to develop new content for this collection or improve what is already here, the easiest way to work on the collection is to clone it into one of the configured COLLECTIONS_PATH, and work on it there.

You can find more information in the developer guide for collections, and in the Ansible Community Guide.

Release notes

See the changelog.

More information

Licensing

GNU General Public License v3.0 or later.

See COPYING to see the full text.