Clean up VMware BOTMETA and author/license info (#36873)

* Clean up vmware BOTMETA

This removes everything that's already part of the module docs. So
basically the BOTMETA file only extends the information from the module.

* Updated author information and copyright statement
This commit is contained in:
Dag Wieers 2018-03-02 01:07:17 +01:00 committed by GitHub
parent 9deef5626f
commit 858d10a91a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
58 changed files with 107 additions and 168 deletions

View file

@ -1,18 +1,16 @@
#!/usr/bin/python
# -*- coding: utf-8 -*-
# (c) 2015, Russell Teague <rteague2 () csc.com>
# Copyright: (c) 2015, Russell Teague <rteague2 () csc.com>
# GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt)
from __future__ import absolute_import, division, print_function
__metaclass__ = type
ANSIBLE_METADATA = {'metadata_version': '1.1',
'status': ['preview'],
'supported_by': 'community'}
DOCUMENTATION = '''
---
module: vmware_vsan_cluster
@ -20,7 +18,8 @@ short_description: Configure VSAN clustering on an ESXi host
description:
- This module can be used to configure VSAN clustering on an ESXi host
version_added: 2.0
author: "Russell Teague (@mtnbikenc)"
author:
- Russell Teague (@mtnbikenc)
notes:
- Tested on vSphere 5.5
requirements: