Skip to content

Commit

Permalink
Update docs (ansible-collections#99)
Browse files Browse the repository at this point in the history
* Update docs

Remove .git from repo url so links in readme will generate correctly
Add required ansible version
Run latest version of add_docs.py
Add version_added string to modules

* galaxy.yml was missing authors

This commit was initially merged in https://github.com/ansible-collections/community.aws
See: ansible-collections@96ee268
  • Loading branch information
jillr authored and goneri committed Sep 21, 2022
1 parent 25d2333 commit c8e9bf9
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions plugins/modules/route53.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
DOCUMENTATION = '''
---
module: route53
version_added: 1.0.0
short_description: add or delete entries in Amazons Route53 DNS service
description:
- Creates and deletes DNS records in Amazons Route53 service
Expand Down
1 change: 1 addition & 0 deletions plugins/modules/route53_health_check.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
DOCUMENTATION = '''
---
module: route53_health_check
version_added: 1.0.0
short_description: Add or delete health-checks in Amazons Route53 DNS service
description:
- Creates and deletes DNS Health checks in Amazons Route53 service.
Expand Down
1 change: 1 addition & 0 deletions plugins/modules/route53_info.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
DOCUMENTATION = '''
module: route53_info
short_description: Retrieves route53 details using AWS methods
version_added: 1.0.0
description:
- Gets various details related to Route53 zone, record set or health check details.
- This module was called C(route53_facts) before Ansible 2.9. The usage did not change.
Expand Down
1 change: 1 addition & 0 deletions plugins/modules/route53_zone.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
DOCUMENTATION = '''
module: route53_zone
short_description: add or delete Route53 zones
version_added: 1.0.0
description:
- Creates and deletes Route53 private and public zones.
requirements: [ boto3 ]
Expand Down

0 comments on commit c8e9bf9

Please sign in to comment.