community.general/lib/ansible/modules
Jason Kohles bc834ff564 Enable env vars for vsphere_guest
This commit allows the connection information for
the vsphere_guest module to be provided as environment
variables, which makes it possible to use Cloud
Credentials from Ansible Tower in playbooks that utilize
vsphere_guest.

| ENV VAR         | vsphere_guest param    |
| --------------- | ---------------------- |
| VMWARE_HOST     | vcenter_hostname       |
| VMWARE_USER     | username               |
| VMWARE_PASSWORD | password               |
2016-12-08 11:24:05 -05:00
..
cloud Enable env vars for vsphere_guest 2016-12-08 11:24:05 -05:00
commands
database
files
inventory
network initial add of junos_config module 2016-12-08 11:24:05 -05:00
packaging expanded info on fail on check + missing apt-python 2016-12-08 11:24:05 -05:00
source_control Since we screenscrape output from git to tell us information we need to use the C locale when running commands. 2016-12-08 11:24:03 -05:00
system Typo. 2016-12-08 11:24:04 -05:00
test/unit/cloud/openstack
utilities
web_infrastructure
windows
CONTRIBUTING.md
COPYING
README.md
VERSION
__init__.py
test-docs.sh
test-requirements.txt

README.md

ansible-modules-core

This repo contains Ansible's most popular modules that are shipped with Ansible.

New module submissions for modules that do not yet exist should be submitted to ansible-modules-extras, rather than this repo.

Take care to submit tickets to the appropriate repo where modules are contained. The docs.ansible.com website indicates this at the bottom of each module documentation page.

Reporting bugs

Take care to submit tickets to the appropriate repo where modules are contained. The repo is mentioned at the bottom of module documentation page at docs.ansible.com.

Testing modules

Ansible module development guide contains the latest info about that.

License

As with Ansible, modules distributed with Ansible are GPLv3 licensed. User generated modules not part of this project can be of any license.

Installation

There should be no need to install this repo separately as it should be included in any Ansible install using the official documented methods.