File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 15
15
module: dns_floating_ip_info
16
16
short_description: Get DNS PTR Records
17
17
extends_documentation_fragment: opentelekomcloud.cloud.otc
18
- version_added: "0.0.1 "
18
+ version_added: "0.1.2 "
19
19
author: "Sebastian Gode (@SebastianGode)"
20
20
description:
21
21
- Get DNS PTR Records from the OTC.
82
82
'''
83
83
84
84
EXAMPLES = '''
85
- # Get Nameserver Info about a zone :
85
+ # Get PRT Info:
86
86
- name: Getting Info
87
87
dns_floating_ip_info:
88
88
description: "Test"
89
+ ptrdname: "example.com"
89
90
90
91
'''
91
92
Original file line number Diff line number Diff line change 15
15
module: dns_nameserver_info
16
16
short_description: Get DNS Nameserver Infos
17
17
extends_documentation_fragment: opentelekomcloud.cloud.otc
18
- version_added: "0.0.3 "
18
+ version_added: "0.1.2 "
19
19
author: "Sebastian Gode (@SebastianGode)"
20
20
description:
21
21
- Get DNS Namerserver infos from the OTC.
Original file line number Diff line number Diff line change 15
15
module: dns_recordset_info
16
16
short_description: Get DNS Recordsets
17
17
extends_documentation_fragment: opentelekomcloud.cloud.otc
18
- version_added: "0.0.1 "
18
+ version_added: "0.1.2 "
19
19
author: "Sebastian Gode (@SebastianGode)"
20
20
description:
21
21
- Get DNS Recordsets from the OTC.
You can’t perform that action at this time.
0 commit comments