You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/library
Monty Taylor efb989a50c Consume standard OpenStack environment settings
The OpenStack client utilities consume a set of input environment
variables for things like username and auth_url, so it's very
common for OpenStack users to have such settings set in their
environment. Indeed, things like devstack also output a shell file
to be sourced to set them. Although in a playbook it's entirely
expected that variables should be used to pass in system settings
like api passwords, for ad-hoc command line usage, needing to pass
in five parameters which are almost certainly in the environment
already reduces the utility.

Grab the environment variables and inject them as default. Special care
is taken to ensure that in the case where the values are not found, the
behavior of which parameters are required is not altered.
10 years ago
..
cloud Consume standard OpenStack environment settings 10 years ago
commands Move splitter to module_utils so modules can use it and fix command arg splitting 10 years ago
database Adding the following Test Coverage: 10 years ago
files Revert ""allow_no_value=True" for ini_file module so /etc/my.cnf can be read without a problem" 10 years ago
internal Make async jid's unique per host 11 years ago
inventory Make add_host clear the inventory pattern cache, add some more aliases. Fixes #4442. 11 years ago
messaging Fix version_added for node in rabbitmq modules 11 years ago
monitoring Pagerduty corrected misleading blog post, so no problems with them being in core now. Thank you guys! 10 years ago
net_infrastructure Fix for issue #8152: Missing auth headers and a faulty JSON decode 10 years ago
network unified calls to fs function vs duplicate functions for file and 10 years ago
notification Merge pull request #7710 from brad/zounds 10 years ago
packaging Removed max 8192 bytes, fixes #8424 10 years ago
source_control Documentation simplification for git module parameter 10 years ago
system Fixes issue #8339 where Scientific Linux incorrectly tries to use FedoraStrategy of hostnamectl 10 years ago
utilities Break out of loop for sockets in wait_for when there's no data to read 10 years ago
web_infrastructure Updates django_manage so it populates VIRTUAL_ENV 10 years ago
windows Better result handling 10 years ago