Commit 41324318 by Matt Martz

Add notes to rax_dns and rax_dns_record to recommend using serial: 1

parent e36a8d46
......@@ -44,6 +44,10 @@ options:
description:
- Time to live of domain in seconds
default: 3600
notes:
- "It is recommended that plays utilizing this module be run with C(serial: 1)
to avoid exceeding the API request limit imposed by the Rackspace CloudDNS
API"
author: Matt Martz
extends_documentation_fragment: rackspace
'''
......
......@@ -67,6 +67,10 @@ options:
- SRV
- TXT
default: A
notes:
- "It is recommended that plays utilizing this module be run with C(serial: 1)
to avoid exceeding the API request limit imposed by the Rackspace CloudDNS
API"
author: Matt Martz
extends_documentation_fragment: rackspace
'''
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment