|
|
@ -5,12 +5,12 @@ module: route53_zone
|
|
|
|
short_description: add or delete Route53 zones
|
|
|
|
short_description: add or delete Route53 zones
|
|
|
|
description:
|
|
|
|
description:
|
|
|
|
- Creates and deletes Route53 private and public zones
|
|
|
|
- Creates and deletes Route53 private and public zones
|
|
|
|
|
|
|
|
version_added: "2.0"
|
|
|
|
options:
|
|
|
|
options:
|
|
|
|
zone:
|
|
|
|
zone:
|
|
|
|
description:
|
|
|
|
description:
|
|
|
|
- The DNS zone record (eg: foo.com.)
|
|
|
|
- The DNS zone record (eg: foo.com.)
|
|
|
|
required: true
|
|
|
|
required: true
|
|
|
|
default: null
|
|
|
|
|
|
|
|
command:
|
|
|
|
command:
|
|
|
|
description:
|
|
|
|
description:
|
|
|
|
- whether or not the zone should exist or not
|
|
|
|
- whether or not the zone should exist or not
|
|
|
@ -32,6 +32,7 @@ options:
|
|
|
|
required: false
|
|
|
|
required: false
|
|
|
|
default: ''
|
|
|
|
default: ''
|
|
|
|
extends_documentation_fragment: aws
|
|
|
|
extends_documentation_fragment: aws
|
|
|
|
|
|
|
|
author: "Christopher Troup (@minichate)"
|
|
|
|
'''
|
|
|
|
'''
|
|
|
|
|
|
|
|
|
|
|
|
import time
|
|
|
|
import time
|
|
|
|