Brian Coca
815a375177
allow empty plays again, for now ( #55878 )
2019-04-29 17:59:10 -04:00
Nabeel Al-Saber
94ef24974a
Update vcn module documentation ( #55888 )
2019-04-29 15:38:50 -05:00
Sam Doran
b3ce3fc5eb
Restore ansible --version output ( #55728 )
...
* Add custom action class for version info
* Use args from CLI as prog for ArgumentParser object
* Make prog a required parameter of create_base_parser() and update all uses to pass in the newly required parameter.
* Add unit test for checking ansible --version
* Update other related unit tests
2019-04-29 16:38:31 -04:00
zingyb
c195645575
Remove illegal basic provisioning example ( #55892 )
...
The bare minimum example in the docs (i.e. only supplying name, state, and cluster) results in the error `state is present but all of the following are missing: task_definition, desired_count`.
2019-04-29 15:36:50 -05:00
The Magician
164ceb599b
Bug fixes for GCP modules ( #55358 )
2019-04-29 15:51:09 -04:00
The Magician
50b72ec2b5
Bug fixes for GCP modules ( #55359 )
2019-04-29 15:50:53 -04:00
The Magician
6193658608
Bug fixes for GCP modules ( #55360 )
2019-04-29 15:50:41 -04:00
The Magician
ef3607f1e7
Bug fixes for GCP modules ( #55361 )
2019-04-29 15:50:29 -04:00
The Magician
4a371ec84e
Bug fixes for GCP modules ( #55362 )
2019-04-29 15:50:15 -04:00
927589452
c181e567a1
Update setup.py ( #55871 )
...
adds a note on privileges needed on BSD systems to use dmidecode
2019-04-29 11:17:50 -05:00
Andrey Klychkov
9b17346d1e
PostgreSQL modules: move params mapping from main to connect_to_db() function ( #55799 )
...
* PostgreSQL modules: move params mapping from main to connect_to_db() function
* PostgreSQL modules: fix postgresql_db
* PostgreSQL modules: fixes
2019-04-29 11:29:49 +01:00
krisvasudevan
25f485f79d
Update nios_member.py ( #54419 )
...
* Update nios_member.py
* Update api.py
* Update nios_member.py
* Update nios_member.py
* Update api.py
2019-04-29 14:24:54 +05:30
Martin Krizek
8e82baba4a
zfs: deprecate key=value 'option' ( #55699 )
...
* zfs: deprecate key=value 'option'
Fixes #55318
* Not needed to ignore these anymore
2019-04-29 08:07:22 +02:00
Yunge Zhu
fd2ea34444
fix cross subs vnet peering ( #55854 )
2019-04-28 13:07:25 +08:00
MyronFanQiu
ae7b6739ce
a fix by replacing subscription with subscriptions ( #55797 )
2019-04-28 09:40:51 +08:00
Alexander Todorov
357dafffa4
Update ali_instance_facts examples in documentation ( #55760 ) ( #55803 )
2019-04-26 11:58:28 -05:00
James Cammarata
7a46fe6693
Be sure to use the active state when checking for any_errors_fatal ( #55779 )
...
The current code was not properly checking for the active state when
checking any_errors_fatal, so if the error occurred in a sub-block
or included file it is not properly detected.
Fixes #55515
2019-04-26 10:31:30 -05:00
Brandon Handeland
1e2cbefac0
Update ec2_eip_facts.py ( #53040 )
...
Add several additional examples showing how to filter on tag, how to filter on the EIP allocation id, and how to set a fact using the output.
2019-04-26 10:12:32 -05:00
John R Barker
52a1e4a599
Fix some module author names ( #55770 )
...
* Fix some module author names
During some data analysis we noticed some typos in author lines.
2019-04-26 16:11:35 +01:00
Ondra Machacek
213501a2cc
Add wait of image disk after upload ( #55426 )
2019-04-26 05:36:54 -04:00
Ondra Machacek
0679fbc1d9
ovirt_disk: Check if disk is attached to vm ( #55767 )
2019-04-26 05:25:29 -04:00
Brian Coca
05fcb8502f
options not optional for callbacks ( #55660 )
...
fixes #55305
2019-04-25 22:22:06 -04:00
Yuwei Zhou
c7bf3e035b
Fix the get property ( #55745 )
2019-04-26 10:07:58 +08:00
John Mahowald
9c038b210b
Fix template lookup description ( #55557 )
...
Previously, template lookup description was documented as "mostly a noop".
Now, describe that it returns template content with substituted variables.
2019-04-25 17:16:53 -05:00
zengchen
1d49313dc4
huawei: use new client ( #55368 )
2019-04-25 22:29:08 +02:00
Matt Clay
6fe57846d0
Revert "postgres modules: move params mapping from main to connect_to_db ( #55549 )"
...
This reverts commit 2250257809
.
2019-04-25 09:38:54 -07:00
Matt Martz
2732cde031
Support using importlib on py>=3 to avoid imp deprecation ( #54883 )
...
* Support using importlib on py>=3 to avoid imp deprecation
* Add changelog fragment
* importlib coverage for py3
* Ansiballz execute should use importlib too
* recursive module_utils finder should utilize importlib too
* don't be dumb
* Fix up units
* Clean up tests
* Prefer importlib.util in plugin loader when available
* insert the module into sys.modules
* 3 before 2 for consistency
* ci_complete
* Address importlib.util.find_spec returning None
2019-04-25 10:28:18 -05:00
Martin Krizek
1a6df99aa5
apt: strip whitespaces in package names ( #55750 )
...
Fixes #55741
2019-04-25 15:29:26 +02:00
Andrey Klychkov
2250257809
postgres modules: move params mapping from main to connect_to_db ( #55549 )
...
* params mapping to connect_to_db
2019-04-25 11:38:38 +01:00
Matt Davis
03cac394cc
mark entire module result untrusted as template ( #55717 )
...
* prevents accidental templating on intra-action postprocessing of an untrusted module result
* makes the view of a module result within an action consistent with the way it would be stored for future use (eg facts, register)
2019-04-24 15:15:20 -07:00
Kevin Breit
34e9c0f3a5
Migrated path creation to custom parameters ( #54278 )
2019-04-24 15:14:58 -05:00
Kevin Breit
56da3825c6
meraki_content_filtering - Remove redundant API call with get_nets() ( #55531 )
...
* Remove redundant API call with get_nets()
* Add changelog fragment
2019-04-24 14:27:21 -05:00
Todd Bowman
d0ae686525
Fix for Bug#54050 ( #54863 )
...
* testing
* Fixed bug #54050
* fixed pylint issues
* removed Reamde.RST changes
2019-04-24 15:14:17 -04:00
Martin Nečas
9b339de7b6
ovirt vm clone from snapshot ( #55650 )
...
* ovirt init clone from snapshot
* ovirt snapshot update cluster
* rename srcvm to snashot_vm
* update required together syntax
* update required together sytax
2019-04-24 12:50:20 -04:00
marouim
33374094d1
Added parsing of LLDP remote port description ( #54873 )
...
* Added parsing of LLDP remote port description
* Removed whitespace on blank line.
2019-04-24 22:04:59 +05:30
Kevin Breit
7b7d6a1fef
meraki_static_route - Remove unnecessary API call ( #55528 )
...
* Make module not get all nets every time it's executed with net_id
* Add changelog fragment
* Update changelogs/fragments/meraki_static_route_api_calls.yml
Co-Authored-By: kbreit <kevin.breit@kevinbreit.net>
2019-04-24 12:16:51 -04:00
decentral1se
6e9379fe11
hcloud_server: clarify further for usage of ssh_keys
( #55713 )
...
* hcloud_server: clarify further for usage of `ssh_keys`
* Make lowercase and drop plural on ssh_key description
2019-04-24 11:05:38 -05:00
Matt Davis
e38881410f
caution tape on makedirs_safe ( #55241 )
...
* removed usages in winrm/psrp to be consistent with other connection plugins
2019-04-24 11:37:34 -04:00
thefaftek
3f0900f504
Update win_domain_group_membership.py ( #55594 )
...
* Update win_domain_group_membership.py by adding notes regarding a computer object and fixing a typo
2019-04-24 09:30:07 -05:00
Ken Partridge
7805be2449
Add WTI Serial Port Config module ( #55102 )
2019-04-24 09:53:40 -04:00
Martin Nečas
748af9db74
template add cloud init ( #55379 )
...
* template add cloud init
* template add cloud init persist doc
* remove duplicate version
* ovirt_template add sysprep
* update ovirt_template docs
* update ovirt_template examples
* update ovirt_template docs - pep8
* template remove cloud init persist
2019-04-24 09:46:33 -04:00
Martin Nečas
f5b3983aa8
ovirt_permission add group example ( #55705 )
2019-04-24 08:21:06 -04:00
Martin Krizek
bc9074404e
ec2_instance: remove network.ebs_optimized option ( #55694 )
...
Fixes #55307
2019-04-24 07:40:48 -04:00
Martin Krizek
43712f81e5
ec2_lc: deprecate device_type option ( #55697 )
...
Fixes #55308
2019-04-24 07:00:01 -04:00
Martin Krizek
27b64d6524
ec2: deprecate device_type option ( #55692 )
...
Fixes #55306
2019-04-24 06:42:55 -04:00
Abhijeet Kasurde
cce05c1ed2
Remove redundant method ( #55566 )
...
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
2019-04-24 15:29:55 +05:30
Zim Kalinowski
8de2acb819
adding final functionapp settings ( #55693 )
2019-04-24 15:02:41 +08:00
Yuwei Zhou
0d3d002505
add resource group test ( #55688 )
2019-04-24 14:15:13 +08:00
Aaron D
204db4d044
Adding support for Azure MSI user-assigned identity ( #54884 )
...
If more than one user-assigned identity is assigned to a host, then an identifier is required to specify which credentials are retrieved. This change uses the existing support for client_id to retrieve the user-assigned identity by client_id.
2019-04-24 14:13:09 +08:00
Lars Kellogg-Stedman
35fdae7485
spelling: temaplte -> template ( #55665 )
...
Correct a common mis-spelling of 'template' including in the return
value of the lib/ansible/modules/cloud/cloudstack/cs_template.py
module.
2019-04-24 07:06:09 +02:00