Skip to content

Commit

Permalink
Refreshed metadata for core modules
Browse files Browse the repository at this point in the history
  • Loading branch information
abadger committed Dec 6, 2016
1 parent fc465fa commit d749ec9
Show file tree
Hide file tree
Showing 334 changed files with 1,341 additions and 0 deletions.
4 changes: 4 additions & 0 deletions cloud/amazon/_ec2_ami_search.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@
# You should have received a copy of the GNU General Public License
# along with Ansible. If not, see <http://www.gnu.org/licenses/>.

ANSIBLE_METADATA = {'status': ['deprecated'],
'supported_by': 'community',
'version': '1.0'}

DOCUMENTATION = '''
---
module: ec2_ami_search
Expand Down
4 changes: 4 additions & 0 deletions cloud/amazon/cloudformation.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@
# - move create/update code out of main
# - unit tests

ANSIBLE_METADATA = {'status': ['stableinterface'],
'supported_by': 'committer',
'version': '1.0'}

DOCUMENTATION = '''
---
module: cloudformation
Expand Down
4 changes: 4 additions & 0 deletions cloud/amazon/ec2.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@
# You should have received a copy of the GNU General Public License
# along with Ansible. If not, see <http://www.gnu.org/licenses/>.

ANSIBLE_METADATA = {'status': ['stableinterface'],
'supported_by': 'committer',
'version': '1.0'}

DOCUMENTATION = '''
---
module: ec2
Expand Down
4 changes: 4 additions & 0 deletions cloud/amazon/ec2_ami.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@
# You should have received a copy of the GNU General Public License
# along with Ansible. If not, see <http://www.gnu.org/licenses/>.

ANSIBLE_METADATA = {'status': ['stableinterface'],
'supported_by': 'committer',
'version': '1.0'}

DOCUMENTATION = '''
---
module: ec2_ami
Expand Down
4 changes: 4 additions & 0 deletions cloud/amazon/ec2_ami_find.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@
# You should have received a copy of the GNU General Public License
# along with Ansible. If not, see <http://www.gnu.org/licenses/>.

ANSIBLE_METADATA = {'status': ['preview'],
'supported_by': 'community',
'version': '1.0'}

DOCUMENTATION = '''
---
module: ec2_ami_find
Expand Down
4 changes: 4 additions & 0 deletions cloud/amazon/ec2_asg.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@
#
# You should have received a copy of the GNU General Public License
# along with Ansible. If not, see <http://www.gnu.org/licenses/>.
ANSIBLE_METADATA = {'status': ['stableinterface'],
'supported_by': 'committer',
'version': '1.0'}

DOCUMENTATION = """
---
module: ec2_asg
Expand Down
4 changes: 4 additions & 0 deletions cloud/amazon/ec2_eip.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@
# You should have received a copy of the GNU General Public License
# along with Ansible. If not, see <http://www.gnu.org/licenses/>.

ANSIBLE_METADATA = {'status': ['stableinterface'],
'supported_by': 'committer',
'version': '1.0'}

DOCUMENTATION = '''
---
module: ec2_eip
Expand Down
4 changes: 4 additions & 0 deletions cloud/amazon/ec2_elb.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@
# You should have received a copy of the GNU General Public License
# along with Ansible. If not, see <http://www.gnu.org/licenses/>.

ANSIBLE_METADATA = {'status': ['stableinterface'],
'supported_by': 'committer',
'version': '1.0'}

DOCUMENTATION = """
---
module: ec2_elb
Expand Down
4 changes: 4 additions & 0 deletions cloud/amazon/ec2_elb_lb.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@
# You should have received a copy of the GNU General Public License
# along with Ansible. If not, see <http://www.gnu.org/licenses/>.

ANSIBLE_METADATA = {'status': ['stableinterface'],
'supported_by': 'committer',
'version': '1.0'}

DOCUMENTATION = """
---
module: ec2_elb_lb
Expand Down
4 changes: 4 additions & 0 deletions cloud/amazon/ec2_facts.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@
# You should have received a copy of the GNU General Public License
# along with Ansible. If not, see <http://www.gnu.org/licenses/>.

ANSIBLE_METADATA = {'status': ['stableinterface'],
'supported_by': 'committer',
'version': '1.0'}

DOCUMENTATION = '''
---
module: ec2_facts
Expand Down
4 changes: 4 additions & 0 deletions cloud/amazon/ec2_group.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@
# You should have received a copy of the GNU General Public License
# along with Ansible. If not, see <http://www.gnu.org/licenses/>.

ANSIBLE_METADATA = {'status': ['stableinterface'],
'supported_by': 'committer',
'version': '1.0'}

DOCUMENTATION = '''
---
module: ec2_group
Expand Down
4 changes: 4 additions & 0 deletions cloud/amazon/ec2_key.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@
# You should have received a copy of the GNU General Public License
# along with Ansible. If not, see <http://www.gnu.org/licenses/>.

ANSIBLE_METADATA = {'status': ['stableinterface'],
'supported_by': 'committer',
'version': '1.0'}

DOCUMENTATION = '''
---
module: ec2_key
Expand Down
4 changes: 4 additions & 0 deletions cloud/amazon/ec2_lc.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@
# You should have received a copy of the GNU General Public License
# along with Ansible. If not, see <http://www.gnu.org/licenses/>.

ANSIBLE_METADATA = {'status': ['stableinterface'],
'supported_by': 'committer',
'version': '1.0'}

DOCUMENTATION = """
---
module: ec2_lc
Expand Down
4 changes: 4 additions & 0 deletions cloud/amazon/ec2_metric_alarm.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@
# You should have received a copy of the GNU General Public License
# along with Ansible. If not, see <http://www.gnu.org/licenses/>.

ANSIBLE_METADATA = {'status': ['stableinterface'],
'supported_by': 'committer',
'version': '1.0'}

DOCUMENTATION = """
module: ec2_metric_alarm
short_description: "Create/update or delete AWS Cloudwatch 'metric alarms'"
Expand Down
4 changes: 4 additions & 0 deletions cloud/amazon/ec2_scaling_policy.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@
# You should have received a copy of the GNU General Public License
# along with Ansible. If not, see <http://www.gnu.org/licenses/>.

ANSIBLE_METADATA = {'status': ['stableinterface'],
'supported_by': 'committer',
'version': '1.0'}

DOCUMENTATION = """
module: ec2_scaling_policy
short_description: Create or delete AWS scaling policies for Autoscaling groups
Expand Down
4 changes: 4 additions & 0 deletions cloud/amazon/ec2_snapshot.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@
# You should have received a copy of the GNU General Public License
# along with Ansible. If not, see <http://www.gnu.org/licenses/>.

ANSIBLE_METADATA = {'status': ['preview'],
'supported_by': 'community',
'version': '1.0'}

DOCUMENTATION = '''
---
module: ec2_snapshot
Expand Down
4 changes: 4 additions & 0 deletions cloud/amazon/ec2_tag.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@
# You should have received a copy of the GNU General Public License
# along with Ansible. If not, see <http://www.gnu.org/licenses/>.

ANSIBLE_METADATA = {'status': ['stableinterface'],
'supported_by': 'committer',
'version': '1.0'}

DOCUMENTATION = '''
---
module: ec2_tag
Expand Down
4 changes: 4 additions & 0 deletions cloud/amazon/ec2_vol.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@
# You should have received a copy of the GNU General Public License
# along with Ansible. If not, see <http://www.gnu.org/licenses/>.

ANSIBLE_METADATA = {'status': ['stableinterface'],
'supported_by': 'committer',
'version': '1.0'}

DOCUMENTATION = '''
---
module: ec2_vol
Expand Down
4 changes: 4 additions & 0 deletions cloud/amazon/ec2_vpc.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@
# You should have received a copy of the GNU General Public License
# along with Ansible. If not, see <http://www.gnu.org/licenses/>.

ANSIBLE_METADATA = {'status': ['stableinterface'],
'supported_by': 'committer',
'version': '1.0'}

DOCUMENTATION = '''
---
module: ec2_vpc
Expand Down
4 changes: 4 additions & 0 deletions cloud/amazon/ec2_vpc_net.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@
# You should have received a copy of the GNU General Public License
# along with Ansible. If not, see <http://www.gnu.org/licenses/>.

ANSIBLE_METADATA = {'status': ['stableinterface'],
'supported_by': 'committer',
'version': '1.0'}

DOCUMENTATION = '''
---
module: ec2_vpc_net
Expand Down
4 changes: 4 additions & 0 deletions cloud/amazon/elasticache.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@
# You should have received a copy of the GNU General Public License
# along with Ansible. If not, see <http://www.gnu.org/licenses/>.

ANSIBLE_METADATA = {'status': ['preview'],
'supported_by': 'community',
'version': '1.0'}

DOCUMENTATION = """
---
module: elasticache
Expand Down
4 changes: 4 additions & 0 deletions cloud/amazon/elasticache_subnet_group.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@
# You should have received a copy of the GNU General Public License
# along with Ansible. If not, see <http://www.gnu.org/licenses/>.

ANSIBLE_METADATA = {'status': ['preview'],
'supported_by': 'community',
'version': '1.0'}

DOCUMENTATION = '''
---
module: elasticache_subnet_group
Expand Down
4 changes: 4 additions & 0 deletions cloud/amazon/iam.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@
# You should have received a copy of the GNU General Public License
# along with Ansible. If not, see <http://www.gnu.org/licenses/>.

ANSIBLE_METADATA = {'status': ['stableinterface'],
'supported_by': 'committer',
'version': '1.0'}

DOCUMENTATION = '''
---
module: iam
Expand Down
4 changes: 4 additions & 0 deletions cloud/amazon/iam_cert.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@
#
# You should have received a copy of the GNU General Public License
# along with Ansible. If not, see <http://www.gnu.org/licenses/>.
ANSIBLE_METADATA = {'status': ['preview'],
'supported_by': 'community',
'version': '1.0'}

DOCUMENTATION = '''
---
module: iam_cert
Expand Down
4 changes: 4 additions & 0 deletions cloud/amazon/iam_policy.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@
#
# You should have received a copy of the GNU General Public License
# along with Ansible. If not, see <http://www.gnu.org/licenses/>.
ANSIBLE_METADATA = {'status': ['stableinterface'],
'supported_by': 'community',
'version': '1.0'}

DOCUMENTATION = '''
---
module: iam_policy
Expand Down
4 changes: 4 additions & 0 deletions cloud/amazon/rds.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@
# You should have received a copy of the GNU General Public License
# along with Ansible. If not, see <http://www.gnu.org/licenses/>.

ANSIBLE_METADATA = {'status': ['stableinterface'],
'supported_by': 'community',
'version': '1.0'}

DOCUMENTATION = '''
---
module: rds
Expand Down
4 changes: 4 additions & 0 deletions cloud/amazon/rds_param_group.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@
# You should have received a copy of the GNU General Public License
# along with Ansible. If not, see <http://www.gnu.org/licenses/>.

ANSIBLE_METADATA = {'status': ['stableinterface'],
'supported_by': 'community',
'version': '1.0'}

DOCUMENTATION = '''
---
module: rds_param_group
Expand Down
4 changes: 4 additions & 0 deletions cloud/amazon/rds_subnet_group.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@
# You should have received a copy of the GNU General Public License
# along with Ansible. If not, see <http://www.gnu.org/licenses/>.

ANSIBLE_METADATA = {'status': ['stableinterface'],
'supported_by': 'community',
'version': '1.0'}

DOCUMENTATION = '''
---
module: rds_subnet_group
Expand Down
4 changes: 4 additions & 0 deletions cloud/amazon/route53.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@
# You should have received a copy of the GNU General Public License
# along with Ansible. If not, see <http://www.gnu.org/licenses/>.

ANSIBLE_METADATA = {'status': ['stableinterface'],
'supported_by': 'community',
'version': '1.0'}

DOCUMENTATION = '''
---
module: route53
Expand Down
4 changes: 4 additions & 0 deletions cloud/amazon/s3.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@
# You should have received a copy of the GNU General Public License
# along with Ansible. If not, see <http://www.gnu.org/licenses/>.

ANSIBLE_METADATA = {'status': ['stableinterface'],
'supported_by': 'committer',
'version': '1.0'}

DOCUMENTATION = '''
---
module: s3
Expand Down
4 changes: 4 additions & 0 deletions cloud/azure/azure.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@
# You should have received a copy of the GNU General Public License
# along with Ansible. If not, see <http://www.gnu.org/licenses/>.

ANSIBLE_METADATA = {'status': ['preview'],
'supported_by': 'committer',
'version': '1.0'}

DOCUMENTATION = '''
---
module: azure
Expand Down
4 changes: 4 additions & 0 deletions cloud/azure/azure_rm_networkinterface.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@
# along with Ansible. If not, see <http://www.gnu.org/licenses/>.
#

ANSIBLE_METADATA = {'status': ['preview'],
'supported_by': 'committer',
'version': '1.0'}

DOCUMENTATION = '''
---
module: azure_rm_networkinterface
Expand Down
4 changes: 4 additions & 0 deletions cloud/azure/azure_rm_networkinterface_facts.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@
# along with Ansible. If not, see <http://www.gnu.org/licenses/>.
#

ANSIBLE_METADATA = {'status': ['preview'],
'supported_by': 'committer',
'version': '1.0'}

DOCUMENTATION = '''
---
module: azure_rm_networkinterface_facts
Expand Down
4 changes: 4 additions & 0 deletions cloud/azure/azure_rm_publicipaddress.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@
# along with Ansible. If not, see <http://www.gnu.org/licenses/>.
#

ANSIBLE_METADATA = {'status': ['preview'],
'supported_by': 'committer',
'version': '1.0'}

DOCUMENTATION = '''
---
module: azure_rm_publicipaddress
Expand Down
4 changes: 4 additions & 0 deletions cloud/azure/azure_rm_publicipaddress_facts.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@
#


ANSIBLE_METADATA = {'status': ['preview'],
'supported_by': 'committer',
'version': '1.0'}

DOCUMENTATION = '''
---
module: azure_rm_publicip_facts
Expand Down
4 changes: 4 additions & 0 deletions cloud/azure/azure_rm_resourcegroup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@
# along with Ansible. If not, see <http://www.gnu.org/licenses/>.
#

ANSIBLE_METADATA = {'status': ['preview'],
'supported_by': 'committer',
'version': '1.0'}

DOCUMENTATION = '''
---
module: azure_rm_resourcegroup
Expand Down
Loading

0 comments on commit d749ec9

Please sign in to comment.