The Magician
471b20bab3
New Module: gcp_cloudbuild_trigger ( #52621 )
6 years ago
The Magician
67eac8d7c0
New Module: gcp_cloudbuild_trigger_facts ( #52622 )
6 years ago
Sayed Anisul Hoque
1651d4f21a
jira: Fixes json reading string object instead of byte ( #52660 )
6 years ago
Christian Kotte
bd0cad6ed7
Improve vmware_vmkernel module ( #47270 )
...
* update description and examples
* show updated settings
* add check mode support
* Remove unused option `vlan_id`
* add vDS support
* add TCP/IP stack support
6 years ago
David Passante
5abeb9659b
cloudstack: streamline modules doc ( #52509 )
...
* cloudstack: streamline modules doc (first 5)
* Remove the "local_action" style from the examples
6 years ago
Anatoly Pugachev
924f5b5467
Add support of facts gathering WWNs on Solaris 10 and Solaris 11 OS ( #52091 )
...
* Add support of facts gathering WWNs on Solaris 10 and Solaris 11 OS
Extends PR #37043 / git commit c65909d
"Add network fact to obtain FC
WWN initiator ports" for Solaris OS support.
$ fcinfo hba-port | grep 'Port WWN'
HBA Port WWN: 10000090fa1658de
HBA Port WWN: 10000090fa1658df
HBA Port WWN: 10000090fa165b5c
HBA Port WWN: 10000090fa165b5d
* use module.get_bin_path() instead of hardcoded cmd path
6 years ago
Alan Rominger
62feba3d15
support deterministic host ordering from group ancestors ( #44067 )
...
Fixes #44065
6 years ago
René Moser
4b379745ca
tests: cloudscale_server: convert legacy to target tests ( #52576 )
6 years ago
Zim Kalinowski
9b5514928a
improving consistency of azure examples/documentation - 2 ( #52572 )
...
* normalizing azure example naming conventions - 2
6 years ago
Stanislas
220d0cb16b
Fix typo in lxd_container module ( #52644 )
6 years ago
Zim Kalinowski
d75f118b5e
Adding subnet facts ( #52611 )
6 years ago
Martin Krizek
be9f07279e
Add stats on rescued/ignored tasks ( #48418 )
...
* Adding rescued/ignored tasks to stats gathering
Fixes #31245
* Amend integration tests to pass
* callback/dense.py: fix too-many-format-args
* Add changelog
* Amend counter_enabled and unixy callbacks
* Fix syntax error
* Fix typo in the changelog
* Remove not needed comment
* Re-add skipped
* Add test for rescued
* Fix colors...
* Fix unstable tests?
* Add a note to the porting guide
* Re-word the note in the porting guide
Fixes #20346
Fixes #24525
Fixes #14393
Co-authored-by: James Cammarata <jimi@sngx.net>
Co-authored-by: Martin Krizek <martin.krizek@gmail.com>
6 years ago
Zim Kalinowski
b1a9e7b8c8
adding dlt vn facts ( #52552 )
6 years ago
Matt Martz
d1116ef2d8
Remove unused internal -a argument and functionality ( #52602 )
6 years ago
Jordan Borean
1ec376abca
win_chocolatey - fix beta version parsing ( #52601 )
6 years ago
Kevin Breit
9f7584e311
meraki_admin - Added recently added return fields for query ( #51876 )
...
* Added recently added return fields for query
- Defined type of string for older fields too
* Fix incorrect type for org_id
6 years ago
Adi Rizka
81ab3995e2
add override value for sort_keys in to_nice_json ( #52341 )
6 years ago
Mariusz Mazur
03c4cd757c
Add k8s_auth and kubevirt_vm to the k8s group ( #52320 )
6 years ago
Dag Wieers
04a2a22c0f
zabbix: Clean up parameter types ( #52516 )
...
This PR includes:
- Parameter types added
- Copyright format fixes
- Short license statement
6 years ago
Dag Wieers
e435c71c16
validate: Clean up parameter types ( #52521 )
...
This PR includes:
- Parameter types added
- Copyright format fixes
- Short license statement
This breaks out PR #52182
6 years ago
Dag Wieers
2cb9d9da14
return_common: Clean up parameter types ( #52524 )
...
This PR includes:
- Parameter types added
- Copyright format fixes
- Short license statement
6 years ago
Dag Wieers
1d3eb0bafd
online: Clean up parameter types ( #52527 )
...
This PR includes:
- Parameter types added
- Copyright format fixes
- Short license statement
This breaks out PR #52182
6 years ago
Dag Wieers
953d4c8a7f
oneview: Clean up parameter types ( #52537 )
...
This PR includes:
- Parameter types added
- Copyright format fixes
- Short license statement
This breaks out PR #52182
6 years ago
Dag Wieers
4dce9c4da9
manageiq: Clean up parameter types ( #52538 )
...
This PR includes:
- Parameter types added
- Copyright format fixes
- Short license statement
This breaks out PR #52182
6 years ago
Dag Wieers
a7846391a9
ldap: Clean up parameter types (other) ( #52541 )
...
This PR includes:
- Parameter types added
- Copyright format fixes
- Short license statement
This breaks out PR #52182
6 years ago
Dag Wieers
4c97481337
keycloak: Clean up parameter types ( #52542 )
...
This PR includes:
- Parameter types added
- Copyright format fixes
- Short license statement
This breaks out PR #52182
6 years ago
Adam Miller
d88dc54e5e
Remove DEPENDENCY PROBLEMS from bug_report ISSUE TEMPLATE ( #52248 )
...
As per Community Core Meeting 2019-02-14 consensus, remove this
section of the bug report issue template.
https://github.com/ansible/community/issues/436
Signed-off-by: Adam Miller <admiller@redhat.com>
6 years ago
Hannes Ljungberg
af154e42ec
docker_swarm_service: Use inspect_service to get service data ( #52534 )
...
* Use inspect_service to get service data
* Catch NotFound error
* Return None explicitly
6 years ago
Martin Krizek
f8d1fa80e9
debug: prevent failing when printing var=rc ( #52074 )
...
Fixes #52073
6 years ago
Dag Wieers
aa83307c68
doc_fragments: Clean up parameter types (other) ( #52182 )
...
This PR includes:
- Parameter types added
- Copyright format fixes
- Short license statement
6 years ago
Martin Krizek
84ba41e0e1
ansible-doc: fix traceback when passing `-a` arg ( #52036 )
...
Fixes #52034
6 years ago
Matt Martz
b5c2b407d6
Fix tuples to actually be tuples ( #52591 )
6 years ago
Matt Martz
6746ec6331
Allow become_ask_pass from config to work ( #52590 )
6 years ago
Zim Kalinowski
d01d94c1f9
improving consistency of azure examples/documentaion - 3 ( #52573 )
...
* normalizing example naming conventions 3
* fixed line too long
6 years ago
Hannes Ljungberg
991af9ca73
docker_swarm_service: Remove misinterpretable description ( #52533 )
...
* Remove misinterpretable description
* Update module description
* Spelling
6 years ago
Baptiste Mille-Mathias
dd669c8f6f
use loop instead of with_items ( #47231 )
6 years ago
Martin Nečas
8d5811a611
ovirt_network: ovirt fix getting labels ( #52499 )
...
* ovirt fix getting labels
* add changelog - ovirt_network_label_fail
* add new line to changelog ovirt_network_label_fail
6 years ago
Mukhammad Karimov
da77057566
Update filter documentation ( #52575 )
...
Added documentation for ip4_hexr filter
6 years ago
Baptiste Mille-Mathias
27af6367d4
Use loop instead of obsolete with_items ( #47244 )
...
* Use loop instead of with_items
6 years ago
Zim Kalinowski
628f62c571
improving consistency of azure examples/documentation ( #52571 )
...
* normalizing naming in examples
* fixed line too long
6 years ago
Chris Archibald
f9139be5e6
Added support for nvme, and bug fixes for na_ontap_interface ( #52283 )
...
* Revert "changes to clusteR"
This reverts commit 33ee1b71e4bc8435fb315762a871f8c4cb6c5f80.
* add interface
* updates
* fix author
* Revert "add interface"
This reverts commit 26ef11602e
.
* Revert "Revert "add interface""
This reverts commit 4518d537a2
.
* Revert "updates"
This reverts commit 47b58dde02
.
* Revert "Revert "changes to clusteR""
This reverts commit 2c51779211
.
6 years ago
Teodor Kostov
a5cd619ea6
Removed byte flag when opening the new JKS file. ( #51951 )
6 years ago
Sandra McCann
d7f5262dad
remove version detail from platform guides ( #52512 )
6 years ago
David Soper
63ea76d174
intersight_rest_api module and integration tests. ( #52430 )
...
* intersight_rest_api module and integration tests.
Fix intersight module_utils issues when using POST/PATCH/DELETE.
* Update json returns based on code review
6 years ago
Hoshiyo
008313b8cc
fix(rundeck_acl_policy): compatible python 2 and 3 ( #52473 )
...
* fix(rundeck_acl_policy): compatible python 2 and 3
* Add changelog fragment
* Use to_text instead of decode
6 years ago
Matt Martz
b54086ef02
Merge doc fragments in earlier ( #52193 )
...
* Merge doc fragments in earlier
* Move it even higher
* Remove errant docs key
* Fix type
6 years ago
Chris Archibald
19f069c041
Change na_ontap_disks to NetAppModule module format ( #52279 )
...
* Revert "changes to clusteR"
This reverts commit 33ee1b71e4bc8435fb315762a871f8c4cb6c5f80.
* disk changes
* fix author
* Revert "Revert "changes to clusteR""
This reverts commit 2c51779211
.
6 years ago
Chris Archibald
1da29c8ebe
Update user roles to NetAppModule format ( #50992 )
...
* changes to clusteR
* Revert "changes to clusteR"
This reverts commit 33ee1b71e4bc8435fb315762a871f8c4cb6c5f80.
* Rewrite of user roles
* Rewrite of user roles
* Fix author tag
* update
* fix author
6 years ago
Dag Wieers
8c74df5e67
validate-modules: Fix all system modules ( #52384 )
...
This PR includes validate-modules fixes for all system modules.
Except a few that are deliberately implemented like this.
6 years ago
Chris Archibald
c9eb186a94
New Module: Na_ontap_unix_user ( #50888 )
...
* Revert "changes to clusteR"
This reverts commit 33ee1b71e4bc8435fb315762a871f8c4cb6c5f80.
* new module na_ontap_unix_user
* update modules
* Update author
* Fix author line
* add na_ontap_unix_user to no-get-exception exception list
* Remove no-get-exception line
* updates
* Revert "updates"
This reverts commit 6771b7fdd7
.
* Revert "Revert "changes to clusteR""
This reverts commit b4b9f9dcc3
.
6 years ago