Jordan Borean
c8eeca7815
win_regedit - fix typo in HKU path selector
6 years ago
James Cassell
9040fa0235
openstack: add os module_defaults group ( #54319 )
6 years ago
morph027
3a0ec3c960
Gitlab runner inventory plugin ( #53897 )
6 years ago
Alan Rominger
461737e2da
Allow using Azure rm legacy hostnames ( #54060 )
6 years ago
Christopher Schmitt
fe0765eb2b
Add hcloud_volume module ( #53745 )
6 years ago
David Passante
baa3327387
cs_volume: fix unit tests cleanup ( #54397 )
6 years ago
Matt Clay
07e9438848
Move interface management into delegate_to test.
6 years ago
Simon Dodsley
7ad003bf68
Update author field and add type for all options in docs ( #54350 )
6 years ago
Matt Clay
399fc110e7
Use pytest.mark.skip instead of pytest.skip.
6 years ago
Rigel Di Scala
51f38b090e
Fix failing test modules due to incorrect use of pytest.skip() ( #54282 )
6 years ago
Anton Roman
1e3428a766
fix issue in random_mac filter with short prefixes ( #53928 )
6 years ago
The Magician
bb3d97a787
Bug fixes for GCP modules ( #54382 )
6 years ago
Bill Dodd
d8536e47d3
Expose timeout option to Redfish modules ( #54130 )
...
* added timeout option to Redfish modules
* Apply suggestions from code review
Removed 'required: false' and added 'type: int' to 'timeout' documentation string.
Co-Authored-By: billdodd <billdodd@gmail.com>
6 years ago
Sloane Hertel
a47edc9968
[inventory_aws_conformance] fix the order of list variables created in config since it otherwise varies ( #54365 )
...
modify mock for boto to reflect the new fixed order for the config
6 years ago
Matt Martz
6996926d89
Expose loop_control.loop_var as ansible_loop_var ( #54240 )
...
* Expose the loop_var as ansible_loop_var
* Add docs
* fix assert test
* Indicate version added
6 years ago
Hendy Chen
a5a7c7cb80
[ec2_group] fix mutating rules which result in the warning message 'Ran out of time waiting for sg-xxx' ( #53374 )
6 years ago
Daryl Banttari
4351326850
Fix ec2_asg_facts so it doesn't fail when using templates instead of configurations ( #53017 )
6 years ago
Sergey Trukhin
4035e1fd6b
rds_instance - Fixed CloudWatch logs export for existing RDS instances ( #52989 )
6 years ago
Evan Kaufman
cf69ec5db0
replace - fixed combined before and after usage ( #31452 )
...
When using before and after in combination, the opposite behavior was induced. This PR makes the the replacement happen between the specified patterns as intended.
* Added integration tests
* Add changelog, porting guide entry, and minor doc fixes
6 years ago
Matthieu Mota
f9b8371a62
[Doc UFW] Precise proto when using multiple ports ( #54288 )
...
<!--- Your description here -->
+label: docsite_pr
6 years ago
Jose Delarosa
0ed6b4f774
Remove systems_uri as parameter from get_psu_inventory method ( #54262 )
6 years ago
Felix Fontein
5bb5c9d295
openssl_certificate: update for #54298 (state=absent fix) ( #54353 )
...
* Update for #54298 : Certificate is abstract, so instantiating doesn't work.
* Add test for removal.
6 years ago
Andrea Tartaglia
df86b9ec3d
openssl_pkcs12: privatekey_path and friendly_name are not always required together ( #54370 )
...
* Removed required_together, updated tests
Since required_together: privatekey_path -> friendly_name, is not always
required it has been removed.
Updated openssl_pkcs12 integration tests to be in line with other
openssl_* modules, and added a test for export with no privatekey_path.
* linter fixes
* Removed cryptography from tests
* Added changelog fragment
* Removed non-necessary select_crypto_backend
6 years ago
Chris Archibald
1c6bc5ed4a
Fix bug when setting up a local vserver peer ( #54257 )
...
* Revert "changes to clusteR"
This reverts commit 33ee1b71e4bc8435fb315762a871f8c4cb6c5f80.
* Revert "changes to clusteR"
This reverts commit 33ee1b71e4bc8435fb315762a871f8c4cb6c5f80.
* Revert "Revert "changes to clusteR""
This reverts commit f1104a37b4
.
* Revert "Revert "changes to clusteR""
This reverts commit f1104a37b4
.
* Revert "documentation changes"
This reverts commit 02c369d0414fdff492d90865c903bdade3174261.
* fix bug
* Revert "Revert "documentation changes""
This reverts commit 496b91bebe
.
6 years ago
dw
81deb8f132
Avoid WorkerProcess._new_stdin FD sharing ( #51623 ) ( #51624 )
...
This avoids holding open _new_stdin within the parent process, where
subsequent WorkerProcess forks will duplicate it, producing significant
noise in the FD table of every worker.
Fix by overriding start() and moving the work to there, with a finally:
to ensure parent FD is closed after start().
6 years ago
Anton Nikulin
c231fc5a7c
New module to install images on Cisco FTD devices ( #53467 )
...
* Add ftd_install module
* Remove shebangs
* Avoid using enum package
* Update module docs
* Update ftd_install docs
* Update PropertyMock import
* Fixing unit tests
* Move get_system_info and FtdOperations to module_utils
* Update dependency name
* Move Kick assertion to module_utils
* Add a note about Python interpreter for this module
6 years ago
Ondra Machacek
bfc6a2a8d6
ovirt: Require SDK v4.3.0 ( #54385 )
6 years ago
David Soper
e8cddfd452
Fix bug in data returns for some queries used by facts module ( #52832 )
...
* Fix bug in data returns for some queries used by facts module
* Add additional query to return all servers (up to 5000)
* Fix key checking in rest_api
6 years ago
Hannes Ljungberg
be293fbe50
docker_swarm_service: Remove configs and secrets defaults ( #54361 )
...
* Remove defaults
* Skip redundant casting
* Indentation fix
* Use generic compare functions
* Add tests for compare functions
* Remove extra whitespace
* Add changelog fragment
6 years ago
Felix Fontein
791176252b
docker_swarm inventory: fix tests, and make sure that they fail if no host is found ( #54380 )
...
* Fix tests, and make sure that they fail if no host is found.
* Fix interpreter.
6 years ago
Sloane Hertel
a93154c57f
Update inventory caching to remove deprecation warnings ( #53976 )
6 years ago
Albert Siersema
1a5732807f
Fixes #53277 ( #53285 )
...
* Fixes 53277
* Still fixes #53277 , now with dressed up except (PEP8 E722)
6 years ago
Andrey Klychkov
9fa1f78126
postgresql_facts -> postgresql_info ( #54389 )
...
* postgresql_facts -> postgresql_info
* postgresql_facts -> postgresql_info: fix comment
6 years ago
William Leemans
34868f07d5
VMware: return facts depending upon backing type ( #52638 )
...
* Not all Backings are equal
The class used for the backing is not identical in all cases, and do not have the same properties/methods.
Following backings exists at the time of this writing:
vim.vm.device.VirtualDisk.FlatVer1BackingInfo
vim.vm.device.VirtualDisk.FlatVer2BackingInfo
vim.vm.device.VirtualDisk.LocalPMemBackingInfo
vim.vm.device.VirtualDisk.PartitionedRawDiskVer2BackingInfo
vim.vm.device.VirtualDisk.RawDiskMappingVer1BackingInfo
vim.vm.device.VirtualDisk.RawDiskVer2BackingInfo
vim.vm.device.VirtualDisk.SeSparseBackingInfo
vim.vm.device.VirtualDisk.SparseVer1BackingInfo
vim.vm.device.VirtualDisk.SparseVer2BackingInfo
6 years ago
sky_joker
d0efe3d9fe
Added host inventory option to zabbix_host_facts module ( #54341 )
6 years ago
Fabian Becker
73faa376ad
VMware: Add check for custom attribute type before removal ( #53632 )
6 years ago
Ganesh Nalawade
ac07c6b5e6
Fix netconf plugin dispatch response ( #54326 )
...
Fixes #53236
* If dispatch() rpc response has data element
return the xml string from `<data>` element
else return the complete xml string from
`<rpc-reply>`.
6 years ago
Gonéri Le Bouder
8aec69dd89
VMware: vmware_guest_snapshot: fix the syntax of the example ( #54362 )
6 years ago
Yuwei Zhou
52c8a28ac9
Fixes #54139 Azure Container Instance ports should be associated with container ( #54163 )
6 years ago
Jordan Borean
b98e94df8f
porting guide - move win_dsc changes to proper section ( #54372 )
6 years ago
Jordan Borean
3044326b4d
win basic - do not warn on case insensitive matches ( #54371 )
6 years ago
Jordan Borean
c291d04bd5
win_environment: remove uneeded required_by entry in spec ( #54369 )
6 years ago
Matt Clay
a775af919e
Merge pull request #54367 from mattclay/fix-ping-test
...
Fix ping integration test to work with ssh.
6 years ago
Matt Clay
29de0619e8
Fix nuage_vspk integration test:
...
- Wait for API to be ready.
- Enumerate test cases on controller.
6 years ago
Matt Clay
8a2b99d1ee
Fix rabbitmq_publish integration test.
6 years ago
Felix Fontein
8106502424
docker_swarm inventory: add aliases ( #54355 )
...
* Implement option type checking. Add support for aliases..
Add same aliases as for docker_* modules.
* Linting.
6 years ago
David Passante
0c0f448a24
cs_instance_facts: add a "nic" fact to return VM networking information ( #54337 )
...
* cs_instance_facts: add a "nic" fact to return detailed VM networking informations
* cs_instance_facts: typos in dco
6 years ago
Gilad Bar Orion
331c68d1d9
pip: add an example of an offline installation ( #54327 )
...
* pip: add an example of an offline installation
* remove whitespaces from blank lines
6 years ago
Sandra McCann
942b2646c2
added attribution to author ( #54356 )
6 years ago
Alan Rominger
f2f11341a3
Avoid erroring on host group confusion in keyed groups ( #54099 )
6 years ago