mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-29 23:18:55 +00:00
(cherry picked from commit f683d6a05d)
Co-authored-by: Alexei Znamensky <103110+russoz@users.noreply.github.com>
This commit is contained in:
parent
cc63dd884c
commit
88ac419c0e
50 changed files with 51 additions and 51 deletions
|
|
@ -12,7 +12,7 @@ __metaclass__ = type
|
|||
DOCUMENTATION = '''
|
||||
---
|
||||
module: ipinfoio_facts
|
||||
short_description: "Retrieve IP geolocation facts of a host's IP address"
|
||||
short_description: Retrieve IP geolocation facts of a host's IP address
|
||||
description:
|
||||
- "Gather IP geolocation facts of a host's IP address using ipinfo.io API"
|
||||
author: "Aleksei Kostiuk (@akostyuk)"
|
||||
|
|
|
|||
|
|
@ -13,7 +13,7 @@ DOCUMENTATION = '''
|
|||
---
|
||||
module: netcup_dns
|
||||
notes: []
|
||||
short_description: manage Netcup DNS records
|
||||
short_description: Manage Netcup DNS records
|
||||
description:
|
||||
- "Manages DNS records via the Netcup API, see the docs U(https://ccp.netcup.net/run/webservice/servers/endpoint.php)."
|
||||
options:
|
||||
|
|
|
|||
|
|
@ -18,7 +18,7 @@ DOCUMENTATION = '''
|
|||
---
|
||||
module: nsupdate
|
||||
|
||||
short_description: Manage DNS records.
|
||||
short_description: Manage DNS records
|
||||
description:
|
||||
- Create, update and remove DNS records using DDNS updates
|
||||
requirements:
|
||||
|
|
|
|||
|
|
@ -13,7 +13,7 @@ __metaclass__ = type
|
|||
DOCUMENTATION = r'''
|
||||
---
|
||||
module: omapi_host
|
||||
short_description: Setup OMAPI hosts.
|
||||
short_description: Setup OMAPI hosts
|
||||
description: Manage OMAPI hosts into compatible DHCPd servers
|
||||
requirements:
|
||||
- pypureomapi
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue