Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
ansible
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
OpenEdx
ansible
Commits
41324318
Commit
41324318
authored
May 22, 2014
by
Matt Martz
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add notes to rax_dns and rax_dns_record to recommend using serial: 1
parent
e36a8d46
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
0 deletions
+8
-0
library/cloud/rax_dns
+4
-0
library/cloud/rax_dns_record
+4
-0
No files found.
library/cloud/rax_dns
View file @
41324318
...
...
@@ -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
'''
...
...
library/cloud/rax_dns_record
View file @
41324318
...
...
@@ -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
'''
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment