Skip to content

This package provides a generic interface between Ansible and the Hostsharing HSAdmin API package.

Notifications You must be signed in to change notification settings

hostsharing/hs.admin.play

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction
============

This package provides a generic interface between Ansible and the Hostsharing HSAdmin API package.
PROJEKT IST UMGEZOGEN: https://dev.hostsharing.net/repositories/

Example
-------

Please note that the ids argument will be removed from the Module class constructor
as soon as this information is provided by the backends theirselves.

In real world uses the argsfile will be populated by Ansible.

>>> from hs.admin.play import Module
>>> 
>>> module = Module(module='emailaddress',
...                 ids=['localpart', 'subdomain', 'domain'],
...                 argsfile='/tmp/argsfile')
>>>
>>> module()

About

This package provides a generic interface between Ansible and the Hostsharing HSAdmin API package.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages