Add notes to rax_dns and rax_dns_record to recommend using serial: 1
This commit is contained in:
parent
792298f114
commit
5a278022df
2 changed files with 8 additions and 0 deletions
|
@ -44,6 +44,10 @@ options:
|
||||||
description:
|
description:
|
||||||
- Time to live of domain in seconds
|
- Time to live of domain in seconds
|
||||||
default: 3600
|
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
|
author: Matt Martz
|
||||||
extends_documentation_fragment: rackspace
|
extends_documentation_fragment: rackspace
|
||||||
'''
|
'''
|
||||||
|
|
|
@ -67,6 +67,10 @@ options:
|
||||||
- SRV
|
- SRV
|
||||||
- TXT
|
- TXT
|
||||||
default: A
|
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
|
author: Matt Martz
|
||||||
extends_documentation_fragment: rackspace
|
extends_documentation_fragment: rackspace
|
||||||
'''
|
'''
|
||||||
|
|
Loading…
Reference in a new issue