..
44811-xml-insertbefore-and-insertafter-parameters.yaml
Add changelog fragments for #44811 ( #55427 )
6 years ago
48820-meraki_network-enable-vlans.yml
meraki/meraki_network - Enable/disable VLANs on network ( #48820 )
6 years ago
53372-vmware_guest_facts-add_moid.yml
VMware: Add managed object id in VM facts ( #53523 )
6 years ago
53385-docker-privilege-escalation.yml
connection/docker: add privilege escalation support ( #55816 )
6 years ago
53409-rds_instance-remove-hardcoded-license-models.yaml
[rds_instance] don't hardcode license_model choices ( #53409 )
6 years ago
54335-vmware_guest-memory_reservation.yml
VMware: remove duplicate implementation of memory reservation ( #56161 )
6 years ago
54823-vmware_deploy_ovf-folder.yml
VMware: Check return of FindByInventoryPath ( #55282 )
6 years ago
54955-docker_container-log_options-strings.yml
docker_container: improve log_options idempotency by converting to string ( #54955 )
6 years ago
54971-PN_modules_handling_empty_output_string.yaml
Pluribus Networks modules handling empty output ( #54971 )
6 years ago
55113-template-lookup-restore-vars.yaml
template lookup: restore variables between calls ( #55126 )
6 years ago
55142-openssl_csr-crypto-backend-san.yml
openssl_csr: fix idempotency problems ( #55142 )
6 years ago
55224-ec2_instance-idempotent-tags.yaml
ec2_instance fix name idempotency ( #55224 )
6 years ago
55249-doc_fragments_from_collections.yml
Fix loading namespaced doc_fragments from collections ( #55249 )
6 years ago
55258-docker_host_info-old-docker-py.yml
docker modules: make sure everything works with older docker-py versions ( #55258 )
6 years ago
55258-docker_swarm_service_info-old-docker-py.yml
docker modules: make sure everything works with older docker-py versions ( #55258 )
6 years ago
55278-cryto-use-bundled-ipaddress.yml
crypto modules: use module_utils.compat.ipaddress when possible ( #55278 )
6 years ago
55306-ec2-deprecations.yaml
ec2: deprecate device_type option ( #55692 )
6 years ago
55307-ec2_instance-deprecations.yaml
ec2_instance: remove network.ebs_optimized option ( #55694 )
6 years ago
55308-ec2_lc-deprecations.yaml
ec2_lc: deprecate device_type option ( #55697 )
6 years ago
55311-apt-remove-installed-removed-aliases.yaml
apt: remove deprecated installed/removed aliases ( #55338 )
6 years ago
55318-zfs-deprecations.yaml
zfs: deprecate key=value 'option' ( #55699 )
6 years ago
55515-use-active-state-for-any_errors_fatal.yaml
Fix changelog sanity test failure.
6 years ago
55591-docker_swarm_service-fix-uid-gid-secrets-config-type.yaml
docker_swarm_service: Use str type for configs/secrets gid/uid ( #55591 )
6 years ago
55619-vultr_server_idempotency.yml
vultr_server: fix idempotency for private network and IPv6 options ( #55619 )
6 years ago
55643-network-facts-iscsi.yaml
refactor iscsi network facts module, remove external grep call, add unit test ( #55643 )
6 years ago
55678-xenserver_guest-change-wait_for_ip_address-behaviour-and-other.yaml
XenServer: Minor changes and fixes in xenserver_guest ( #55678 )
6 years ago
55683-firewalld_source-option-handling.yml
Fix firewalld source option handling to be exclusive ( #55715 )
6 years ago
55716-ec2_instance_int_volume_size.yml
ec2_instance: Force int when ebs.volume_size or ebs.iops is specified ( #55716 )
6 years ago
55741-apt-names-strip-whitespaces.yaml
apt: strip whitespaces in package names ( #55750 )
6 years ago
55840-combine-filter-undefined-variables.yaml
fix combine filter using undefined vars ( #55840 )
6 years ago
55881-os-network-mtu-support-on-create-update.yml
Added the mtu property to the os_network module ( #55881 ) ( #54730 )
6 years ago
55894-docker_container-restart.yml
docker_container: use restart() API function instead of stop/start sequence ( #55894 )
6 years ago
55951-config-bool-options.yml
Allow config boolean options to default to None ( #55951 )
6 years ago
56012-docker_container-oom-version.yml
oom_killer and oom_score_adj are available since docker-py 1.8.0. ( #56012 )
6 years ago
56021-vmware_guest_disk-use_instance_uuid.yml
VMware: vmware_guest_disk support for use_instance_uuid ( #56107 )
6 years ago
56125-vmware_vm_facts-use_folder.yml
VMware: support folder param in vmware_vm_facts ( #56298 )
6 years ago
56150-add-if-match-header-to-patch-requests.yaml
redfish: Add If-Match ETag header to PATCH requests ( #56150 )
6 years ago
56155-openssl_certificate-passphrase.yml
openssl_certificate: fix passphrase handling for cryptography backend ( #56155 )
6 years ago
align_poll_defaults.yml
unite poll defaults ( #55470 )
6 years ago
allow_inv_plugin_loading.yml
ensure inventory plugin loading rel to play ( #51177 )
6 years ago
ansiballz-imp-deprecation.yaml
Support using importlib on py>=3 to avoid imp deprecation ( #54883 )
6 years ago
ansible-adhoc.yaml
Make ansible adhoc work with include_role ( #56163 )
6 years ago
argparse.yaml
Migrate command line parsing to argparse ( #50610 )
6 years ago
backports_ssl_match_hostname_bundle.yml
Update bundled copy of backports.ssl_match_hostname from 3.4.0.2 to 3.7.0.1 ( #55461 )
6 years ago
bad_empty_play.yml
allow empty plays again, for now ( #55878 )
6 years ago
bye_become_mixin.yml
become mixin is no more ( #54002 )
6 years ago
cb_options_unoptional.yml
options not optional for callbacks ( #55660 )
6 years ago
distro-bundle.yml
Update bundled copy of distro from 1.3.0 to 1.4.0 ( #55459 )
6 years ago
ensure_discovery_unsafe.yml
Ensure discovery unsafe ( #55295 )
6 years ago
ensure_facts_safe.yml
mark entire module result untrusted as template ( #55717 )
6 years ago
fibre_channel_wwn_fact_solaris_minor.yaml
[cosmetic] solaris wwn fix ( #55154 )
6 years ago
gitlab-deprecated-version.yaml
Version in deprecate calls should be a string ( #55395 )
6 years ago
help_paths_fixes.yml
Fix and refix help text for CLI ( #55831 )
6 years ago
include-role-name.yaml
Add ansible_parent_role_names magic variable ( #46687 )
6 years ago
meraki_content_filtering-redundant-calls.yml
meraki_content_filtering - Remove redundant API call with get_nets() ( #55531 )
6 years ago
meraki_static_route_api_calls.yml
meraki_static_route - Remove unnecessary API call ( #55528 )
6 years ago
meraki_vlan_api_calls.yml
meraki_vlan - Remove unnecessary API calls when net_id is specified ( #54939 )
6 years ago
mysql_user-fix-versions-compatibilities-regression.yml
mysql_user: fix regression ( #55292 )
6 years ago
package_facts_apt_fix.yml
Package facts apt fix ( #55963 )
6 years ago
persistent_loading.yml
Correct plugin loader context for persistent ( #54860 )
6 years ago
postgresql_slot-fix-sslrootcert.yml
postgresql_slot - sslrootcert fix ( #55277 )
6 years ago
ps-basic-json.yaml
Ansible.Basic - fix when deserialising a json string of an array ( #55691 )
6 years ago
psrp-fetch.yaml
psrp - Fix fetch for large files ( #55351 )
6 years ago
psrp-output.yaml
psrp - Fix raw and script tests for connection plugin ( #55357 )
6 years ago
selectors2-bundle.yml
Update bundled copy of selectors2 from 1.1.0 to 1.1.1 ( #55457 )
6 years ago
show_host_start.yml
add option to display per host start to default ( #53819 )
6 years ago
six-bundle.yml
Update bundled copy of six from 1.11.0 to 1.12.0 ( #55456 )
6 years ago
solaris_uptime_boot_time.yaml
Fixes solaris (sunos) uptime in ansible facts module ( #54626 )
6 years ago
stat_no_md5.yml
remove deprecated get_md5 from stat ( #55659 )
6 years ago
sysctl-invalid-value.yml
sysctl will now return an error if the value is invalid ( #55695 )
6 years ago
tests-as-filters-deprecation.yaml
Don't register tests as filters ( #55332 )
6 years ago
tower_job_wait-wrong_examples.yml
Fixed wrong variable specification format in examples ( #55252 )
6 years ago
uri-deprecations.yaml
Address 2.9 uri deprecations ( #55330 )
6 years ago
user-aix-shadow-file-parsing.yaml
User - Fix shadow file parsing on AIX ( #55230 )
6 years ago
v2.9.0-initial-commit.yaml
Cleanup the tree for post-2.8-branch
6 years ago
vmware_check_ssl_cert.yaml
vmware: check the SSL certification
6 years ago
vmware_datastore_facts.yaml
vmware_datastore_facts: empty list if none found
6 years ago
vmware_portgroup_list_host.yml
VMware: get_all_host_objs accepts list of host ( #55146 )
6 years ago
win_acl-network.yaml
win_acl - fix network path qualifier parsing ( #55970 )
6 years ago
win_domain-setup.yaml
win_domain - fix for checking for domain on new host ( #55195 )
6 years ago
win_reboot-psrp-command.yaml
psrp - fix test_command rc for win_reboot ( #55354 )
6 years ago
win_region-format.yaml
win_region - fix format issues when using psrp ( #55487 )
6 years ago
win_xml_refactor.yaml
Refactor of win_xml (2nd attempt) to add support for processing multiple nodes and counting nodes matched by xpath ( #53362 )
6 years ago