Fred-sun
71ec184688
modify document ( #56762 )
6 years ago
Kevyn Pérez
96d2dd3241
Adding example for add host to groups ( #56756 )
...
updates the documentation for the virtualbox plugin
6 years ago
Yunge Zhu
831d3c7b62
add azure_rm_keyvault_info ( #55497 )
6 years ago
Sloane Hertel
cea7151a5b
The InventoryData class does not have a get_vars method and InventoryManager's get_vars never appears to have been used ( #56804 )
6 years ago
Brian Coca
8fe9618c84
preserve underlying block building error ( #56465 )
...
fixes #56462
6 years ago
Brian Coca
69b2d7e0f3
fix collection adjacent loading with --playbook-dir ( #56194 )
...
* added inventory adjacent test
6 years ago
Dag Wieers
4f89c1d508
Revert "ACI: Implement encoded query_string" ( #56783 )
...
This reverts commit 1690af04fe
.
6 years ago
Nathan Swartz
e4239d9424
Fix workload profileId indexing in netapp_e_volume module ( #56747 )
6 years ago
Andrey Klychkov
f9108e23e7
postgresql_db: bugfix 56703 ( #56734 )
6 years ago
Fred-sun
f824a13952
remove azure_rm_cdnprofile quote ( #56695 )
6 years ago
Abhijeet Kasurde
459776eb82
VMware: Add folder option for vmware_dvswitch ( #56707 )
...
* Added folder param
* Mark datacenter as optional parameter
* Updated docs
* Updated tests
Fixes : #54986
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
6 years ago
Will Thames
4065692e13
k8s minor bug fixes ( #56168 )
...
Ensure `wait_condition`s with `Status: Unknown` actually
complete
Return k8s object after wait rather than k8s object before
wait when object is patched.
6 years ago
Jake Scaltreto
3e8ca0285f
lookup: consul_kv: Add datacenter parameter ( #56647 )
6 years ago
Kevin Subileau
d8c1f67862
win_file_version: fix typos ( #56751 )
...
##### SUMMARY
Minor fixes in error messages
##### ISSUE TYPE
- Bugfix Pull Request
##### COMPONENT NAME
win_file_version
##### ADDITIONAL INFORMATION
6 years ago
CsilLAB
6900378766
[WIP] Tip to see the content of a single encrypted var ( #37887 )
...
* Tip to see the content of a single var encrypted with Ansible Vault
6 years ago
jimwitte
cb9be4ddaf
Update get_certificate.py ( #56594 )
...
* Update get_certificate.py with an example to calculate number of days until cert expires from get_certificate result.
* Update lib/ansible/modules/crypto/get_certificate.py
Co-Authored-By: Felix Fontein <felix@fontein.de>
6 years ago
Felix Fontein
53ec9c8019
Clarify that GPLv3+ module_utils need core team approval ( #56740 )
...
* Clarify that GPLv3+ module_utils need core team approval.
* Update docs/docsite/rst/dev_guide/shared_snippets/licensing.txt
Co-Authored-By: Sam Doran <sdoran@redhat.com>
* More 'module_util' -> 'file in module_utils'.
6 years ago
Alexey Nikitin
b275dede0c
Adds one more example for `rollbar_deployment` module ( #56535 )
...
- Also `name` added to existing example in order to comply documentation styleguide
6 years ago
Fred-sun
d7dc9586d5
Update azure_rm_deployment related document ( #56627 )
...
* add azure_rm_deployment documentation
6 years ago
Fred-sun
41cc198b61
Update azure_rm_devtestlab related module document ( #56681 )
...
* update azure_rm_devtestlab documention
6 years ago
Fred-sun
8495e3d9e4
update more azure documentation ( #56700 )
6 years ago
Sandra McCann
ac22cd31b6
fixed doc build errors ( #56735 )
6 years ago
Fred-sun
e64083e4b6
remove quote ( #56690 )
6 years ago
vicmunoz
a608ca0e86
na_ontap_volume - added qos policy module options ( #56026 )
...
* added qos policy module options
* reverting reformatting not needed
* removing unneeded variable
* updating docs and examples
* adding example with adaptive qos policy
6 years ago
Sandra McCann
388f5d0b2b
Add links to quickstart guides ( #56722 )
...
* shell of quickstart
* link to existing quickstart guides
6 years ago
Martin Krizek
a68ac729ea
yum: fix false error msg about autoremove support ( #56459 )
...
* yum: fix false error msg about autoremove support
6 years ago
Martin Krizek
77f997474a
yum: use Custom Group in integration tests ( #56439 )
6 years ago
Jon Pugh
7f5b1e998f
Out put the version of the dependency so we can better understand the problem. ( #56379 )
6 years ago
Marcin
afc678e2c7
Raise error in case of empty hosts list in playbook ( #56354 )
...
Fixes cases of playbook contaiing:
- hosts:
-
ERROR! Unexpected Exception, this is probably a bug: sequence item 0: expected string, NoneType found
6 years ago
Daniel Skates
e13566140a
Move update_cache to after self.yum_baseurl definition ( #56613 )
6 years ago
Ondra Machacek
a4144e15c0
kubevirt_vm: Improve create VM from template ( #55927 )
6 years ago
Jakob Ackermann
3b4b2e5021
[docker] support the lookup of images by digest ( #56649 )
...
* [docker] images: add support for lookup by sha256 digest
Signed-off-by: Jakob Ackermann <das7pad@outlook.com>
* [tests] docker image by digest: work on a minimal test case
Signed-off-by: Jakob Ackermann <das7pad@outlook.com>
* [docker] group branch conditions per lookup
Co-Authored-By: Felix Fontein <felix@fontein.de>
* [misc] add a news fragment for the added digest lookup for docker images
Signed-off-by: Jakob Ackermann <das7pad@outlook.com>
6 years ago
Will Thames
8e1dd58c2b
Allow python_requirements_facts to cope with packages with dashes ( #56166 )
...
* Allow python_requirements_facts to cope with packages with dashes
```
python_requirements_facts:
dependencies:
- kubernetes-validate
```
should work as expected
* Ensure tests run for python_requirements_facts
6 years ago
Matthew Horoschun
d8a5efa00c
iam_role.py remove_policies should remove all of the requested policies (not just the first) ( #56331 )
...
The remove_policies function in iam_role.py enumerates a list of policies to remove. However, due to an indentation issue on the return True line, only the first such policy would be removed.
This change outdents the return True so that all of the the requested policies are removed.
6 years ago
Matt Martz
493cf817a9
Don't rely on netloc for determining hostname and port, just use hostname and port ( #56270 )
...
* Add changelog fragment
* Fix IPv6 address parsing for py2.6, and add tests
* make sure hostname isn't None
6 years ago
Seth Hochberg
66bfa27685
Replace deprecated ansible-container references ( #56427 )
...
Link to ansible-bender instead of the deprecated ansible-container.
Co-Authored-By: Felix Fontein <felix@fontein.de>
6 years ago
mirumu
6496084697
Update unarchive.py ( #56285 )
...
Clarify that the unarchive module does not unpack a compressed file, only archive files.
6 years ago
Jon "The Nice Guy" Spriggs
77f3e8451c
Update uri.py ( #56395 )
...
1. Note that uri doesn't honor the no_proxy environment variable (due to https://github.com/ansible/ansible/issues/52705 ), and suggest a work around.
2. Added an example showing a test waiting for a URL to become available (using the `until:`, `retries:` and `delay:` settings) - based on https://gist.github.com/mikeifomin/67e233cd461331de16707ef59a07e372#gistcomment-2718587
Co-Authored-By: Felix Fontein <felix@fontein.de>
6 years ago
Fred-sun
d56c975ce8
update azure_rm_availabilityset related module document ( #56432 )
...
* Update azure_rm_availabilityset.py
6 years ago
René Moser
ded7949879
vultr: streamline docs ( #56563 )
6 years ago
Arnaud
6b240433b6
Update vagrant.py ( #56568 )
...
`inventory_file` has been renamed to `inventory_path`.
6 years ago
J.M. Fernández
2a90cbd247
Update gcp_compute_instance_facts.py ( #56581 )
...
swapped dot inside brackets leading to wrong url
6 years ago
Felix Fontein
abca3f1956
Clarify documentation on _info vs. _facts modules ( #56611 )
...
* Clarify documentation on _info vs. _facts modules.
* Expand with examples for facts and non-facts.
6 years ago
The Magician
b712b01f6e
Bug fixes for GCP modules ( #55973 )
6 years ago
The Magician
8d82df56ff
Bug fixes for GCP modules ( #55974 )
6 years ago
The Magician
d4b29e7838
Bug fixes for GCP modules ( #55975 )
6 years ago
The Magician
e598eeeebe
Bug fixes for GCP modules ( #55977 )
6 years ago
Zim Kalinowski
b37ae35ba0
azure_rm_azurefirewall ( #56359 )
...
* azure_rm_azurefirewall
* a few updates
* fixed mistake
* updated docs, fixed syntax
* updated priority
* use checkmode for idempotence test, as it's very long
* fix check mode
6 years ago
EvgenyF
ea4842c0d3
Changing the license to Apache 2
6 years ago
Martin Krizek
34e9d6781b
Templar: encapsulate _available_variables ( #55435 )
...
Ensure variables are reset between iterations
6 years ago