* Github logins are case sensitive

* Fix login case across all modules
pull/36021/merge
jctanner 7 years ago committed by GitHub
parent 6e4a2b17de
commit 5df370243d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -594,7 +594,7 @@ files:
$modules/source_control/git_config.py: djmattyg007 $modules/source_control/git_config.py: djmattyg007
$modules/source_control/github_deploy_key.py: bincyber $modules/source_control/github_deploy_key.py: bincyber
$modules/source_control/github_hooks.py: pcgentry $modules/source_control/github_hooks.py: pcgentry
$modules/source_control/github_issue.py: akasurde $modules/source_control/github_issue.py: Akasurde
$modules/source_control/github_key.py: $modules/source_control/github_key.py:
ignored: erydo ignored: erydo
$modules/source_control/github_release.py: adrianmoisey $modules/source_control/github_release.py: adrianmoisey
@ -625,7 +625,7 @@ files:
$modules/system/facter.py: $team_ansible $modules/system/facter.py: $team_ansible
$modules/system/filesystem.py: abulimov pilou- $modules/system/filesystem.py: abulimov pilou-
$modules/system/firewalld.py: maxamillion $modules/system/firewalld.py: maxamillion
$modules/system/gconftool2.py: akasurde kevensen $modules/system/gconftool2.py: Akasurde kevensen
$modules/system/getent.py: bcoca $modules/system/getent.py: bcoca
$modules/system/gluster_volume.py: rosmo $modules/system/gluster_volume.py: rosmo
$modules/system/group.py: $team_ansible sfromm $modules/system/group.py: $team_ansible sfromm
@ -665,7 +665,7 @@ files:
maintainers: $team_ansible maintainers: $team_ansible
$modules/system/solaris_zone.py: pmarkham $modules/system/solaris_zone.py: pmarkham
$modules/system/svc.py: bcoca $modules/system/svc.py: bcoca
$modules/system/sysctl.py: akasurde davixx $modules/system/sysctl.py: Akasurde davixx
$modules/system/systemd.py: $team_ansible $modules/system/systemd.py: $team_ansible
$modules/system/timezone.py: jasperla tmshn $modules/system/timezone.py: jasperla tmshn
$modules/system/ufw.py: ahtik ovcharenko pyykkis $modules/system/ufw.py: ahtik ovcharenko pyykkis
@ -1164,7 +1164,7 @@ macros:
team_cumulus: isharacomix jrrivers privateip team_cumulus: isharacomix jrrivers privateip
team_cyberark_conjur: jvanderhoof ryanprior team_cyberark_conjur: jvanderhoof ryanprior
team_extreme: bigmstone LindsayHill team_extreme: bigmstone LindsayHill
team_ipa: Nosmoht akasurde team_ipa: Nosmoht Akasurde
team_manageiq: gtanzillo abellotti zgalor yaacov cben team_manageiq: gtanzillo abellotti zgalor yaacov cben
team_meraki: dagwieers kbreit team_meraki: dagwieers kbreit
team_netapp: hulquest lmprice broncofan amit0701 schmots1 carchi8py team_netapp: hulquest lmprice broncofan amit0701 schmots1 carchi8py
@ -1180,6 +1180,6 @@ macros:
team_rhn: alikins barnabycourt flossware vritant team_rhn: alikins barnabycourt flossware vritant
team_tower: ghjm jlaska matburt wwitzel3 simfarm ryanpetrello rooftopcellist AlanCoding team_tower: ghjm jlaska matburt wwitzel3 simfarm ryanpetrello rooftopcellist AlanCoding
team_ucs: dsoper2 johnamcdonough vallard vvb dagwieers team_ucs: dsoper2 johnamcdonough vallard vvb dagwieers
team_vmware: akasurde dav1x warthog9 team_vmware: Akasurde dav1x warthog9
team_windows: dagwieers jborean93 jhawkesworth nitzmahone team_windows: dagwieers jborean93 jhawkesworth nitzmahone
team_windows_core: nitzmahone jborean93 team_windows_core: nitzmahone jborean93

@ -21,7 +21,7 @@ module: digital_ocean_account_facts
short_description: Gather facts about DigitalOcean User account short_description: Gather facts about DigitalOcean User account
description: description:
- This module can be used to gather facts about User account. - This module can be used to gather facts about User account.
author: "Abhijeet Kasurde (@akasurde)" author: "Abhijeet Kasurde (@Akasurde)"
version_added: "2.6" version_added: "2.6"
requirements: requirements:

@ -18,7 +18,7 @@ module: digital_ocean_certificate
short_description: Manage certificates in DigitalOcean. short_description: Manage certificates in DigitalOcean.
description: description:
- Create, Retrieve and remove certificates DigitalOcean. - Create, Retrieve and remove certificates DigitalOcean.
author: "Abhijeet Kasurde (@akasurde)" author: "Abhijeet Kasurde (@Akasurde)"
version_added: "2.5" version_added: "2.5"
options: options:
name: name:

@ -21,7 +21,7 @@ module: digital_ocean_certificate_facts
short_description: Gather facts about DigitalOcean certificates short_description: Gather facts about DigitalOcean certificates
description: description:
- This module can be used to gather facts about DigitalOcean provided certificates. - This module can be used to gather facts about DigitalOcean provided certificates.
author: "Abhijeet Kasurde (@akasurde)" author: "Abhijeet Kasurde (@Akasurde)"
version_added: "2.6" version_added: "2.6"
options: options:
certificate_id: certificate_id:

@ -21,7 +21,7 @@ module: digital_ocean_domain_facts
short_description: Gather facts about DigitalOcean Domains short_description: Gather facts about DigitalOcean Domains
description: description:
- This module can be used to gather facts about DigitalOcean provided Domains. - This module can be used to gather facts about DigitalOcean provided Domains.
author: "Abhijeet Kasurde (@akasurde)" author: "Abhijeet Kasurde (@Akasurde)"
version_added: "2.6" version_added: "2.6"
options: options:
domain_name: domain_name:

@ -22,7 +22,7 @@ short_description: Gather facts about DigitalOcean images
description: description:
- This module can be used to gather facts about DigitalOcean provided images. - This module can be used to gather facts about DigitalOcean provided images.
- These images can be either of type C(distribution), C(application) and C(private). - These images can be either of type C(distribution), C(application) and C(private).
author: "Abhijeet Kasurde (@akasurde)" author: "Abhijeet Kasurde (@Akasurde)"
version_added: "2.6" version_added: "2.6"
options: options:
image_type: image_type:

@ -21,7 +21,7 @@ module: digital_ocean_load_balancer_facts
short_description: Gather facts about DigitalOcean load balancers short_description: Gather facts about DigitalOcean load balancers
description: description:
- This module can be used to gather facts about DigitalOcean provided load balancers. - This module can be used to gather facts about DigitalOcean provided load balancers.
author: "Abhijeet Kasurde (@akasurde)" author: "Abhijeet Kasurde (@Akasurde)"
version_added: "2.6" version_added: "2.6"
options: options:
load_balancer_id: load_balancer_id:

@ -21,7 +21,7 @@ module: digital_ocean_region_facts
short_description: Gather facts about DigitalOcean regions short_description: Gather facts about DigitalOcean regions
description: description:
- This module can be used to gather facts about regions. - This module can be used to gather facts about regions.
author: "Abhijeet Kasurde (@akasurde)" author: "Abhijeet Kasurde (@Akasurde)"
version_added: "2.6" version_added: "2.6"
extends_documentation_fragment: digital_ocean.documentation extends_documentation_fragment: digital_ocean.documentation
requirements: requirements:

@ -21,7 +21,7 @@ module: digital_ocean_size_facts
short_description: Gather facts about DigitalOcean Droplet sizes short_description: Gather facts about DigitalOcean Droplet sizes
description: description:
- This module can be used to gather facts about droplet sizes. - This module can be used to gather facts about droplet sizes.
author: "Abhijeet Kasurde (@akasurde)" author: "Abhijeet Kasurde (@Akasurde)"
version_added: "2.6" version_added: "2.6"
requirements: requirements:
- "python >= 2.6" - "python >= 2.6"

@ -21,7 +21,7 @@ module: digital_ocean_snapshot_facts
short_description: Gather facts about DigitalOcean Snapshot short_description: Gather facts about DigitalOcean Snapshot
description: description:
- This module can be used to gather facts about snapshot facts based upon provided values such as droplet, volume and snapshot id. - This module can be used to gather facts about snapshot facts based upon provided values such as droplet, volume and snapshot id.
author: "Abhijeet Kasurde (@akasurde)" author: "Abhijeet Kasurde (@Akasurde)"
version_added: "2.6" version_added: "2.6"
options: options:
snapshot_type: snapshot_type:

@ -21,7 +21,7 @@ module: digital_ocean_tag_facts
short_description: Gather facts about DigitalOcean tags short_description: Gather facts about DigitalOcean tags
description: description:
- This module can be used to gather facts about DigitalOcean provided tags. - This module can be used to gather facts about DigitalOcean provided tags.
author: "Abhijeet Kasurde (@akasurde)" author: "Abhijeet Kasurde (@Akasurde)"
version_added: "2.6" version_added: "2.6"
options: options:
tag_name: tag_name:

@ -21,7 +21,7 @@ module: digital_ocean_volume_facts
short_description: Gather facts about DigitalOcean volumes short_description: Gather facts about DigitalOcean volumes
description: description:
- This module can be used to gather facts about DigitalOcean provided volumes. - This module can be used to gather facts about DigitalOcean provided volumes.
author: "Abhijeet Kasurde (@akasurde)" author: "Abhijeet Kasurde (@Akasurde)"
version_added: "2.6" version_added: "2.6"
options: options:
region_name: region_name:

@ -21,7 +21,7 @@ description:
- This module can be used to create, delete, move and rename folder on then given datacenter. - This module can be used to create, delete, move and rename folder on then given datacenter.
version_added: '2.5' version_added: '2.5'
author: author:
- Abhijeet Kasurde (@akasurde) - Abhijeet Kasurde (@Akasurde)
notes: notes:
- Tested on vSphere 6.5 - Tested on vSphere 6.5
requirements: requirements:

@ -22,7 +22,7 @@ description:
- All values and VMware object names are case sensitive. - All values and VMware object names are case sensitive.
version_added: '2.6' version_added: '2.6'
author: author:
- Abhijeet Kasurde (@akasurde) - Abhijeet Kasurde (@Akasurde)
notes: notes:
- Tested on vSphere 6.5 - Tested on vSphere 6.5
requirements: requirements:

@ -24,7 +24,7 @@ description:
- All parameters and VMware object values are case sensitive. - All parameters and VMware object values are case sensitive.
version_added: 2.6 version_added: 2.6
author: author:
- Abhijeet Kasurde (@akasurde) - Abhijeet Kasurde (@Akasurde)
notes: notes:
- Tested on vSphere 6.0, 6.5 - Tested on vSphere 6.0, 6.5
requirements: requirements:

@ -22,7 +22,7 @@ short_description: Place a datastore into maintenance mode
description: description:
- This module can be used to manage maintenance mode of a datastore. - This module can be used to manage maintenance mode of a datastore.
author: author:
- "Abhijeet Kasurde (@akasurde)" - "Abhijeet Kasurde (@Akasurde)"
version_added: 2.6 version_added: 2.6
notes: notes:
- Tested on vSphere 5.5, 6.0 and 6.5 - Tested on vSphere 5.5, 6.0 and 6.5

@ -22,7 +22,7 @@ description:
- 'This module can be used to gather facts about DRS VM-VM and VM-HOST rules from the given cluster' - 'This module can be used to gather facts about DRS VM-VM and VM-HOST rules from the given cluster'
version_added: '2.5' version_added: '2.5'
author: author:
- Abhijeet Kasurde (@akasurde) - Abhijeet Kasurde (@Akasurde)
notes: notes:
- Tested on vSphere 6.5 - Tested on vSphere 6.5
requirements: requirements:

@ -24,7 +24,7 @@ description:
version_added: 2.0 version_added: 2.0
author: author:
- Joseph Callen (@jcpowermac) - Joseph Callen (@jcpowermac)
- Abhijeet Kasurde (@akasurde) - Abhijeet Kasurde (@Akasurde)
notes: notes:
- Tested on vSphere 5.5 - Tested on vSphere 5.5
requirements: requirements:

@ -23,7 +23,7 @@ version_added: '2.2'
author: author:
- Loic Blot (@nerzhul) <loic.blot@unix-experience.fr> - Loic Blot (@nerzhul) <loic.blot@unix-experience.fr>
- Philippe Dellaert (@pdellaert) <philippe@dellaert.org> - Philippe Dellaert (@pdellaert) <philippe@dellaert.org>
- Abhijeet Kasurde (@akasurde) <akasurde@redhat.com> - Abhijeet Kasurde (@Akasurde) <akasurde@redhat.com>
notes: notes:
- Tested on vSphere 5.5, 6.0 and 6.5 - Tested on vSphere 5.5, 6.0 and 6.5
requirements: requirements:

@ -23,7 +23,7 @@ description:
- All parameters and VMware object names are case sensitive. - All parameters and VMware object names are case sensitive.
version_added: 2.6 version_added: 2.6
author: author:
- Abhijeet Kasurde (@akasurde) <akasurde@redhat.com> - Abhijeet Kasurde (@Akasurde) <akasurde@redhat.com>
notes: notes:
- Tested on vSphere 6.0 and 6.5 - Tested on vSphere 6.0 and 6.5
requirements: requirements:

@ -19,7 +19,7 @@ description:
- Power on / Power off / Restart a virtual machine. - Power on / Power off / Restart a virtual machine.
version_added: '2.5' version_added: '2.5'
author: author:
- Abhijeet Kasurde (@akasurde) <akasurde@redhat.com> - Abhijeet Kasurde (@Akasurde) <akasurde@redhat.com>
requirements: requirements:
- python >= 2.6 - python >= 2.6
- PyVmomi - PyVmomi

@ -22,7 +22,7 @@ description:
- This module can be used to gather facts about virtual machine's snapshots. - This module can be used to gather facts about virtual machine's snapshots.
version_added: 2.6 version_added: 2.6
author: author:
- Abhijeet Kasurde (@akasurde) <akasurde@redhat.com> - Abhijeet Kasurde (@Akasurde) <akasurde@redhat.com>
notes: notes:
- Tested on vSphere 6.0 and 6.5 - Tested on vSphere 6.0 and 6.5
requirements: requirements:

@ -22,7 +22,7 @@ description:
- This module can be used to manage acceptance level of an ESXi host. - This module can be used to manage acceptance level of an ESXi host.
version_added: '2.5' version_added: '2.5'
author: author:
- Abhijeet Kasurde (@akasurde) - Abhijeet Kasurde (@Akasurde)
notes: notes:
- Tested on vSphere 6.5 - Tested on vSphere 6.5
requirements: requirements:

@ -21,7 +21,7 @@ description:
- This module can be used to gather facts about an ESXi host's capability information when ESXi hostname or Cluster name is given. - This module can be used to gather facts about an ESXi host's capability information when ESXi hostname or Cluster name is given.
version_added: 2.6 version_added: 2.6
author: author:
- Abhijeet Kasurde (@akasurde) - Abhijeet Kasurde (@Akasurde)
notes: notes:
- Tested on vSphere 6.5 - Tested on vSphere 6.5
requirements: requirements:

@ -21,7 +21,7 @@ description:
- This module can be used to gather facts about an ESXi host's advance configuration information when ESXi hostname or Cluster name is given. - This module can be used to gather facts about an ESXi host's advance configuration information when ESXi hostname or Cluster name is given.
version_added: '2.5' version_added: '2.5'
author: author:
- Abhijeet Kasurde (@akasurde) - Abhijeet Kasurde (@Akasurde)
notes: notes:
- Tested on vSphere 6.5 - Tested on vSphere 6.5
requirements: requirements:

@ -21,7 +21,7 @@ description:
- This module can be used to manage advance configuration information about an ESXi host when ESXi hostname or Cluster name is given. - This module can be used to manage advance configuration information about an ESXi host when ESXi hostname or Cluster name is given.
version_added: '2.5' version_added: '2.5'
author: author:
- Abhijeet Kasurde (@akasurde) - Abhijeet Kasurde (@Akasurde)
notes: notes:
- Tested on vSphere 6.5 - Tested on vSphere 6.5
requirements: requirements:

@ -23,7 +23,7 @@ description:
- All parameters and VMware object names are case sensitive. - All parameters and VMware object names are case sensitive.
version_added: '2.5' version_added: '2.5'
author: author:
- Abhijeet Kasurde (@akasurde) - Abhijeet Kasurde (@Akasurde)
notes: notes:
- Tested on vSphere 6.5 - Tested on vSphere 6.5
requirements: requirements:

@ -21,7 +21,7 @@ description:
- This module can be used to gather facts about an ESXi host's firewall configuration information when ESXi hostname or Cluster name is given. - This module can be used to gather facts about an ESXi host's firewall configuration information when ESXi hostname or Cluster name is given.
version_added: '2.5' version_added: '2.5'
author: author:
- Abhijeet Kasurde (@akasurde) - Abhijeet Kasurde (@Akasurde)
notes: notes:
- Tested on vSphere 6.5 - Tested on vSphere 6.5
requirements: requirements:

@ -21,7 +21,7 @@ description:
- This module can be used to manage firewall configurations about an ESXi host when ESXi hostname or Cluster name is given. - This module can be used to manage firewall configurations about an ESXi host when ESXi hostname or Cluster name is given.
version_added: '2.5' version_added: '2.5'
author: author:
- Abhijeet Kasurde (@akasurde) - Abhijeet Kasurde (@Akasurde)
notes: notes:
- Tested on vSphere 6.5 - Tested on vSphere 6.5
requirements: requirements:

@ -24,7 +24,7 @@ description:
- Please specify C(hostname) as vCenter IP or hostname only, as lockdown operations are not possible from standalone ESXi server. - Please specify C(hostname) as vCenter IP or hostname only, as lockdown operations are not possible from standalone ESXi server.
version_added: '2.5' version_added: '2.5'
author: author:
- Abhijeet Kasurde (@akasurde) - Abhijeet Kasurde (@Akasurde)
notes: notes:
- Tested on vSphere 6.5 - Tested on vSphere 6.5
requirements: requirements:

@ -22,7 +22,7 @@ description:
- User can specify an ESXi hostname or Cluster name. In case of cluster name, all ESXi hosts are updated. - User can specify an ESXi hostname or Cluster name. In case of cluster name, all ESXi hosts are updated.
version_added: '2.5' version_added: '2.5'
author: author:
- Abhijeet Kasurde (@akasurde) - Abhijeet Kasurde (@Akasurde)
notes: notes:
- Tested on vSphere 6.5 - Tested on vSphere 6.5
requirements: requirements:

@ -21,7 +21,7 @@ description:
- This module can be used to gather facts about available packages and their status on an ESXi host. - This module can be used to gather facts about available packages and their status on an ESXi host.
version_added: '2.5' version_added: '2.5'
author: author:
- Abhijeet Kasurde (@akasurde) - Abhijeet Kasurde (@Akasurde)
notes: notes:
- Tested on vSphere 6.5 - Tested on vSphere 6.5
requirements: requirements:

@ -26,7 +26,7 @@ description:
- State 'reboot-host', 'shutdown-host' and 'power-down-to-standby' are not supported by all the host systems. - State 'reboot-host', 'shutdown-host' and 'power-down-to-standby' are not supported by all the host systems.
version_added: 2.6 version_added: 2.6
author: author:
- Abhijeet Kasurde (@akasurde) <akasurde@redhat.com> - Abhijeet Kasurde (@Akasurde) <akasurde@redhat.com>
requirements: requirements:
- python >= 2.6 - python >= 2.6
- PyVmomi - PyVmomi

@ -21,7 +21,7 @@ description:
- This module can be used to gather facts about an ESXi host's services. - This module can be used to gather facts about an ESXi host's services.
version_added: '2.5' version_added: '2.5'
author: author:
- Abhijeet Kasurde (@akasurde) - Abhijeet Kasurde (@Akasurde)
notes: notes:
- Tested on vSphere 6.5 - Tested on vSphere 6.5
requirements: requirements:

@ -23,7 +23,7 @@ description:
- If specific esxi_hostname is provided, then specified service will be managed on given ESXi host only. - If specific esxi_hostname is provided, then specified service will be managed on given ESXi host only.
version_added: '2.5' version_added: '2.5'
author: author:
- Abhijeet Kasurde (@akasurde) - Abhijeet Kasurde (@Akasurde)
notes: notes:
- Tested on vSphere 6.5 - Tested on vSphere 6.5
requirements: requirements:

@ -24,7 +24,7 @@ description:
- If C(esxi_hostname) is provided, then vmnic facts about given host system will be returned. - If C(esxi_hostname) is provided, then vmnic facts about given host system will be returned.
version_added: '2.5' version_added: '2.5'
author: author:
- Abhijeet Kasurde (@akasurde) - Abhijeet Kasurde (@Akasurde)
notes: notes:
- Tested on vSphere 6.5 - Tested on vSphere 6.5
requirements: requirements:

@ -23,7 +23,7 @@ description:
- Manage local roles on an ESXi host - Manage local roles on an ESXi host
version_added: "2.5" version_added: "2.5"
author: author:
- Abhijeet Kasurde (@akasurde) <akasurde@redhat.com> - Abhijeet Kasurde (@Akasurde) <akasurde@redhat.com>
notes: notes:
- Tested on ESXi 6.5 - Tested on ESXi 6.5
- Be sure that the ESXi user used for login, has the appropriate rights to create / delete / edit roles - Be sure that the ESXi user used for login, has the appropriate rights to create / delete / edit roles

@ -24,7 +24,7 @@ description:
- User must hold the 'Authorization.ModifyPermissions' privilege to invoke this module. - User must hold the 'Authorization.ModifyPermissions' privilege to invoke this module.
version_added: "2.6" version_added: "2.6"
author: author:
- Abhijeet Kasurde (@akasurde) <akasurde@redhat.com> - Abhijeet Kasurde (@Akasurde) <akasurde@redhat.com>
notes: notes:
- Tested on ESXi 6.5 - Tested on ESXi 6.5
requirements: requirements:

@ -24,7 +24,7 @@ description:
- Support for VSAN compliant maintenance mode when selected. - Support for VSAN compliant maintenance mode when selected.
author: author:
- Jay Jahns (@jjahns) <jjahns@vmware.com> - Jay Jahns (@jjahns) <jjahns@vmware.com>
- Abhijeet Kasurde (@akasurde) - Abhijeet Kasurde (@Akasurde)
version_added: "2.1" version_added: "2.1"
notes: notes:
- Tested on vSphere 5.5, 6.0 and 6.5 - Tested on vSphere 5.5, 6.0 and 6.5

@ -25,7 +25,7 @@ version_added: 2.0
author: author:
- Joseph Callen (@jcpowermac) - Joseph Callen (@jcpowermac)
- Russell Teague (@mtnbikenc) - Russell Teague (@mtnbikenc)
- Abhijeet Kasurde (@akasurde) <akasurde@redhat.com> - Abhijeet Kasurde (@Akasurde) <akasurde@redhat.com>
notes: notes:
- Tested on vSphere 5.5, 6.5 - Tested on vSphere 5.5, 6.5
requirements: requirements:

@ -21,7 +21,7 @@ description:
- This module can be used to gather facts about an ESXi host's portgroup configuration when ESXi hostname or Cluster name is given. - This module can be used to gather facts about an ESXi host's portgroup configuration when ESXi hostname or Cluster name is given.
version_added: '2.6' version_added: '2.6'
author: author:
- Abhijeet Kasurde (@akasurde) - Abhijeet Kasurde (@Akasurde)
notes: notes:
- Tested on vSphere 6.5 - Tested on vSphere 6.5
requirements: requirements:

@ -20,7 +20,7 @@ description:
- This module can be used to gather facts about all resource configuration information. - This module can be used to gather facts about all resource configuration information.
version_added: '2.6' version_added: '2.6'
author: author:
- Abhijeet Kasurde (@akasurde) - Abhijeet Kasurde (@Akasurde)
notes: notes:
- Tested on vSphere 6.5 - Tested on vSphere 6.5
requirements: requirements:

@ -23,7 +23,7 @@ description:
- All variables and VMware object names are case sensitive. - All variables and VMware object names are case sensitive.
version_added: '2.6' version_added: '2.6'
author: author:
- Abhijeet Kasurde (@akasurde) - Abhijeet Kasurde (@Akasurde)
notes: notes:
- Tested on vSphere 6.5 - Tested on vSphere 6.5
requirements: requirements:

@ -25,7 +25,7 @@ description:
- All variables and VMware object names are case sensitive. - All variables and VMware object names are case sensitive.
version_added: '2.6' version_added: '2.6'
author: author:
- Abhijeet Kasurde (@akasurde) - Abhijeet Kasurde (@Akasurde)
notes: notes:
- Tested on vSphere 6.5 - Tested on vSphere 6.5
requirements: requirements:

@ -23,7 +23,7 @@ description:
version_added: "2.0" version_added: "2.0"
author: author:
- Joseph Callen (@jcpowermac) - Joseph Callen (@jcpowermac)
- Abhijeet Kasurde (@akasurde) - Abhijeet Kasurde (@Akasurde)
notes: notes:
requirements: requirements:
- Tested on vSphere 5.5 and 6.5 - Tested on vSphere 5.5 and 6.5

@ -23,7 +23,7 @@ description:
version_added: '2.0' version_added: '2.0'
author: author:
- Joseph Callen (@jcpowermac) - Joseph Callen (@jcpowermac)
- Abhijeet Kasurde (@akasurde) - Abhijeet Kasurde (@Akasurde)
notes: notes:
- Tested on vSphere 5.5 and vSphere 6.5 - Tested on vSphere 5.5 and vSphere 6.5
requirements: requirements:

@ -20,7 +20,7 @@ description:
version_added: "2.1" version_added: "2.1"
author: author:
- Ritesh Khadgaray (@ritzk) - Ritesh Khadgaray (@ritzk)
- Abhijeet Kasurde (@akasurde) - Abhijeet Kasurde (@Akasurde)
notes: notes:
- Tested on vSphere 5.5 - Tested on vSphere 5.5
- Only the first match against vm_id is used, even if there are multiple matches - Only the first match against vm_id is used, even if there are multiple matches

@ -21,7 +21,7 @@ description:
- This module can be used to configure VMware DRS Affinity rule for virtual machine in given cluster. - This module can be used to configure VMware DRS Affinity rule for virtual machine in given cluster.
version_added: 2.5 version_added: 2.5
author: author:
- Abhijeet Kasurde (@akasurde) - Abhijeet Kasurde (@Akasurde)
notes: notes:
- Tested on vSphere 6.5 - Tested on vSphere 6.5
requirements: requirements:

@ -26,7 +26,7 @@ version_added: 2.0
author: author:
- Joseph Callen (@jcpowermac) - Joseph Callen (@jcpowermac)
- Russell Teague (@mtnbikenc) - Russell Teague (@mtnbikenc)
- Abhijeet Kasurde (@akasurde) <akasurde@redhat.com> - Abhijeet Kasurde (@Akasurde) <akasurde@redhat.com>
notes: notes:
- Tested on vSphere 5.5, 6.5 - Tested on vSphere 5.5, 6.5
requirements: requirements:

@ -21,7 +21,7 @@ description:
- This module can be used to gather VMKernel facts about an ESXi host from given ESXi hostname or cluster name. - This module can be used to gather VMKernel facts about an ESXi host from given ESXi hostname or cluster name.
version_added: '2.5' version_added: '2.5'
author: author:
- Abhijeet Kasurde (@akasurde) - Abhijeet Kasurde (@Akasurde)
notes: notes:
- Tested on vSphere 6.5 - Tested on vSphere 6.5
requirements: requirements:

@ -25,7 +25,7 @@ version_added: 2.0
author: author:
- Joseph Callen (@jcpowermac) - Joseph Callen (@jcpowermac)
- Russell Teague (@mtnbikenc) - Russell Teague (@mtnbikenc)
- Abhijeet Kasurde (@akasurde) <akasurde@redhat.com> - Abhijeet Kasurde (@Akasurde) <akasurde@redhat.com>
notes: notes:
- Tested on vSphere 5.5 and 6.5 - Tested on vSphere 5.5 and 6.5
requirements: requirements:

@ -20,7 +20,7 @@ description:
- This module can be used to gather facts about an ESXi host's vswitch configurations when ESXi hostname or Cluster name is given. - This module can be used to gather facts about an ESXi host's vswitch configurations when ESXi hostname or Cluster name is given.
version_added: '2.6' version_added: '2.6'
author: author:
- Abhijeet Kasurde (@akasurde) - Abhijeet Kasurde (@Akasurde)
notes: notes:
- Tested on vSphere 6.5 - Tested on vSphere 6.5
requirements: requirements:

@ -14,7 +14,7 @@ ANSIBLE_METADATA = {'metadata_version': '1.1',
DOCUMENTATION = ''' DOCUMENTATION = '''
--- ---
module: ipa_dnsrecord module: ipa_dnsrecord
author: Abhijeet Kasurde (@akasurde) author: Abhijeet Kasurde (@Akasurde)
short_description: Manage FreeIPA DNS records short_description: Manage FreeIPA DNS records
description: description:
- Add, modify and delete an IPA DNS Record using IPA API. - Add, modify and delete an IPA DNS Record using IPA API.

@ -14,7 +14,7 @@ ANSIBLE_METADATA = {'metadata_version': '1.1',
DOCUMENTATION = ''' DOCUMENTATION = '''
--- ---
module: ipa_subca module: ipa_subca
author: Abhijeet Kasurde (@akasurde) author: Abhijeet Kasurde (@Akasurde)
short_description: Manage FreeIPA Lightweight Sub Certificate Authorities. short_description: Manage FreeIPA Lightweight Sub Certificate Authorities.
description: description:
- Add, modify, enable, disable and delete an IPA Lightweight Sub Certificate Authorities using IPA API. - Add, modify, enable, disable and delete an IPA Lightweight Sub Certificate Authorities using IPA API.

@ -38,7 +38,7 @@ options:
- ['get_status'] - ['get_status']
author: author:
- Abhijeet Kasurde (@akasurde) - Abhijeet Kasurde (@Akasurde)
requirements: requirements:
- "github3.py >= 1.0.0a4" - "github3.py >= 1.0.0a4"
''' '''

Loading…
Cancel
Save