You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/changelogs/fragments
James Cammarata 51b33b79c0
T woerner max concurrent (#60702)
* play, block, task: New attribute forks

With this it is possible to limit the number of concurrent task runs.
forks can now be used in play, block and task. If forks is set in different
levels in the chain, then the smallest value will be used for the task.

The attribute has been added to the Base class as a list to easily provide
all the values that have been set in the different levels of the chain.

A warning has been added because of the conflict with run_once. forks will
be ignored in this case.

The forks limitation in StrategyBase._queue_task is not used for the free
strategy.

Signed-off-by: Thomas Woerner <twoerner@redhat.com>

* Handle forks in free strategy

The forks attribute for the free strategy is handled in run in the free
StrategyModule. This is dony by counting the amount of tasks where the uuid
is the same as the current task, that should be queued next. If this amount
is bigger or equal to the forks attribute from the chain (task, block,
play), then it will be skipped to the next host. Like it is also done with
blocked_hosts.

Signed-off-by: Thomas Woerner <twoerner@redhat.com>

* Test cases for forks with linear and free strategy

With ansible_python_interpreter defined in inventory file using
ansible_playbook_python.

Signed-off-by: Thomas Woerner <twoerner@redhat.com>

* Changing forks keyword to throttle and adding some more docs
5 years ago
..
20596-role-param_fix.yaml role: Fix role's hash_params (#55263) 5 years ago
29124-has-dead-workers.yaml Ensure has_dead_workers functions (#60653) 5 years ago
29264-rabbitmq_policy-add-full-change-check.yml Add full change check for rabbitmq policy (#19073) 5 years ago
29366-allow-preservation-of-s3-bucket-tags.yml Add purge_tags to s3_bucket to allow preservation of existing tags (#58754) 5 years ago
31238-uri-multi-content-type.yaml Handle multiple Content-Type headers correctly (#31238) 5 years ago
33604-add-service-to-getent-module.yml getent - add service support(#60295) 5 years ago
41240-fix-os_quota-without-cinder.yaml Fix os_quota when volume service not available (#57364) 5 years ago
44624-dnsmadeeasy-fix_locale.yaml DNS Made Easy fix locale for date string (#44624) 5 years ago
44811-xml-insertbefore-and-insertafter-parameters.yaml Add changelog fragments for #44811 (#55427) 6 years ago
45631-empty-cow-whitelist.yml Fix issue with empty cow_whitelist (#59946) 5 years ago
46458-vmware_cluster_facts-show_tag.yml VMware: add facts about tags in vmware_cluster_facts (#56848) 5 years ago
46461-vmware_host_facts-show_tag.yml VMware: add facts about tags in vmware_host_facts (#56837) 5 years ago
48010-vmware_datastore_cluster-add_folder.yml VMware: Add folder param in vmware_datastore_cluster 5 years ago
48394-meraki-idempotency-change.yml meraki - Rewrite update requirement check (#48394) 5 years ago
48820-meraki_network-enable-vlans.yml meraki/meraki_network - Enable/disable VLANs on network (#48820) 6 years ago
48971-meraki_network-enable-status-pages.yml meraki_network - Add support for disableRemoteStatusPage (#48971) 5 years ago
48971-meraki_ssid-docs.yml meraki_ssid - Add examples to documentation (#56425) 5 years ago
49568-type-checking.yaml Removed breaking type check from nagios module (#49568) 5 years ago
49808-docker_container-mounts.yml [docker_container] Adding support for `mounts` option (#49808) 5 years ago
49938-vcenter_folder-restrict_folder.yml VMware: Restrict vcenter_folder for vCenter 5 years ago
50617-vmware_guest-vapp_settings.yml VMware: Set vapp settings while creating VM (#58156) 5 years ago
51531-aws_ses_identity-fix-implicit-region.yaml Make aws_ses_identity module work when region is provided via environment or config. (#51627) 5 years ago
51561-meraki_ssid-fix.yml meraki_ssid - Improve change reporting (#56201) 5 years ago
51995-apt_repository-catch-IOError.yaml apt_repository: Fix crash caused by cache.update() raising an IOError on timeout. (#51996) 5 years ago
52936-vmware-proxy-support.yaml VMware: add support for http_proxy in connection API 5 years ago
53179-unixy-implement_display_ok_skipped_hosts.yaml Implement display_ok_hosts and display_skipped_hosts for unixy (#53179) 5 years ago
53372-vmware_guest_facts-add_moid.yml VMware: Add managed object id in VM facts (#53523) 5 years ago
53385-docker-privilege-escalation.yml docker connection plugin: make privilege escalation code more similar to local.py (#56288) 5 years ago
53398-fix-ec2_launch_template-tags.yaml Remove 'network-interface' for tag_specifications (#53398) 5 years ago
53409-rds_instance-remove-hardcoded-license-models.yaml [rds_instance] don't hardcode license_model choices (#53409) 5 years ago
53576-meraki-unchanged-returns.yml meraki - Unchanged requests now return the original data (#53576) 5 years ago
53587-allow_templated_debugger_value.yaml Template value of debugger and then check for validity (#53587) 5 years ago
53597-meraki_admin_check.yml meraki_admin - Enable check mode (#54499) 5 years ago
53597-meraki_config_template_check_mode.yml meraki_config_template - Enable check mode (#54502) 5 years ago
53597-meraki_content_filtering_check_mode.yml meraki_content_filtering - Enable check mode (#54638) 5 years ago
53597-meraki_snmp_check_mode.yml meraki_snmp - Enable check mode (#54625) 5 years ago
53597-meraki_vlan_check_mode.yml meraki_vlan - Enable check mode (#54627) 5 years ago
53600-meraki_mr_l3_firewall_int_test_fix.yml meraki_mr_l3_firewall - Fix integration test cleanup (#57562) 5 years ago
53601-meraki_switchport_improve_vlan_reliability.yml meraki_switchport - Improve reliability (#54275) 5 years ago
53698-alias-collision-warning.yaml Option parsing: warn if both an option and its alias are specified for a module (#53698) 5 years ago
53891-meraki_snake_case_conversion.yml Move changelog entry to fragment directory (#58065) 5 years ago
54335-vmware_guest-memory_reservation.yml VMware: remove duplicate implementation of memory reservation (#56161) 5 years ago
54550-Change-windows-ansible-hostname-setup.yml Fixes #54550 (#56279) 5 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
54986-vmware_dvswitch-use_folder.yml VMware: Add folder option for vmware_dvswitch (#56707) 5 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) 5 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
55396-git-gpg-whitelist.yml Support `--valid_pgpkeys` option in Git module () 5 years ago
55505-foreman-inventory.yaml Return results even when the cache is disabled (#55505) 5 years ago
55515-use-active-state-for-any_errors_fatal.yaml Fix changelog sanity test failure. 6 years ago
55526-optional_vnic_type.yml Handle binding:vnic_type as optional (#55526) 5 years ago
55575_notify_handlers_by_exact_match_only.yaml Fix notifying handlers by using an exact match (#55624) 5 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) 5 years ago
55678-xenserver_guest-change-wait_for_ip_address-behaviour-and-other.yaml XenServer: Minor changes and fixes in xenserver_guest (#55678) 5 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) 5 years ago
55741-apt-names-strip-whitespaces.yaml apt: strip whitespaces in package names (#55750) 6 years ago
55781-fact-cache-first_merge_order.yml [FactCache] define first_order_merge method (#55781) 5 years ago
55840-combine-filter-undefined-variables.yaml fix combine filter using undefined vars (#55840) 6 years ago
55862-PSLint-errors-fix.yaml many pslint fixes (#55862) 5 years ago
55881-os-network-mtu-support-on-create-update.yml Added the mtu property to the os_network module (#55881) (#54730) 5 years ago
55894-docker_container-restart.yml docker_container: use restart() API function instead of stop/start sequence (#55894) 6 years ago
55897-uri-correct-return-values.yaml Ensure uri module always returns status even on failure (#56240) 5 years ago
55930-vsphere_copy_for_esxi.yaml VMware: vsphere_copy: ability to target an esxi instance (#55930) 5 years ago
55938-dnf-fix-wildcard-matching-state-absent.yaml dnf: fix wildcard matching for state: absent (#56013) 5 years ago
55951-config-bool-options.yml Allow config boolean options to default to None (#55951) 6 years ago
55971-file-relative-path-hard-link.yaml file: fix setting relative paths for src for hard links (#56055) 5 years ago
56012-docker_container-oom-version.yml oom_killer and oom_score_adj are available since docker-py 1.8.0. (#56012) 5 years ago
56021-vmware_guest_disk-use_instance_uuid.yml VMware: vmware_guest_disk support for use_instance_uuid (#56107) 5 years ago
56024-meraki_config_template-request-fix.yml meraki_config_template - Remove mandatory network lookup (#56525) 5 years ago
56059-mysqldb-allow-multiple_databases_in_dump_operation.yml Allow multiple databases(not all) to be dumped from mysql (#56721) 5 years ago
56069-make-redfish-power-commands-idempotent.yaml redfish_command: Avoid power on/off commands if system already in target state (#56069) 5 years ago
56125-vmware_vm_facts-use_folder.yml VMware: support folder param in vmware_vm_facts (#56298) 5 years ago
56147-k8s-update-with-force.yaml k8s: Fix .to_dict not needed (#56147) 5 years ago
56150-add-if-match-header-to-patch-requests.yaml redfish: Add If-Match ETag header to PATCH requests (#56150) 5 years ago
56155-openssl_certificate-passphrase.yml openssl_certificate: fix passphrase handling for cryptography backend (#56155) 5 years ago
56185-problem-with-redfish-chassis-power-uri.yml redfish: fix a problem with Chassis/Power URI (#56185) 5 years ago
56237-added-sort-option-for-zabbix_screen.yml Added sort option for zabbix_screen module (#56237) 5 years ago
56334-acme_certificate-alternate-chains.yml acme_certificate: allow to download alternate certificate chains (#56334) 5 years ago
56353-file-extend-absent-diff-result.yml Update file.py's initial_diff() to list existing when state: absent (#56353) 5 years ago
56357-ibm-storage-unwanted-args-cause-failure.yml IBM_Storage: fixed a bug - Unwanted arguments cause failure (#56357) 5 years ago
56376-bootproto_dhcp_regression.yaml Address regression causing bootproto=dhcp for manual IP addresses (#56376) 5 years ago
56397-file-return-more-useful-error-for-recursion.yaml file: return 'useful' error message for recursion error (#57222) 5 years ago
56407_eos_use_sessions.yaml Properly handle check for session support on eos (#56407) 5 years ago
56420-Fix-win_hostname-for-non-netbios-names.yml Win_hostname module: Change name check to WMI (#56420) 5 years ago
56437-is_chroot-xfs.yaml Properly detect is_chroot fact on XFS for non-root (#56899) 5 years ago
56442-spidermila-vmware_guest_disk_facts-scsi-controller-bus-number.yaml VMware: return info about SCSI controller in vmware_guest_disk_facts (#56442) 5 years ago
56453-os-network-dns_domain-support-on-create-update.yml Add dns_domain into os_network.py (#56453) 5 years ago
56458-yum-fix-false-error-msg-autoremove.yaml yum: fix false error msg about autoremove support (#56459) 5 years ago
56481-group-detect-duplicate-gids-local.yaml group: detect duplicate GIDs when local=yes (#58469) 5 years ago
56538-yum-handle-proxy-conf.yaml yum: handle "_none_" value for proxy (#56725) 5 years ago
56567-Fix-win_iis_website-id assignment-for-first-new-site.yml correct behaviour of win_iis when using site_id if site not found (#56567) 5 years ago
56569-Support-recursive-removal-win_iis_virtualdirectory.yml Fix win_iis_virtualdirectory to remove a virtual directory that contains children (#56569) 5 years ago
56610-docker_image-fix-oldstyle-defaults.yml docker_image: fix default handling of old docker-build options nocache and rm (#56610) 5 years ago
56618-update-pkg_mgr.py-for-Amazon-Linux-support.yaml update pkg_mgr.py for Amazon Linux support (#56618) 5 years ago
56649-docker-image-lookup-by-digest.yml [docker] support the lookup of images by digest (#56649) 5 years ago
56678-ufw-status-change-detection.yaml Make second group match of ufw status output optional (#56678) 5 years ago
56687-docker_container-networks_cli_compatible.yml docker_container: fix container creation with networks_cli_compatible=yes (#56687) 5 years ago
56717-log-plays-configuration-options.yml Add a new "log_folder" option to the log_plays callback plugin. (#56717) 5 years ago
56808-openssl_pkcs12-passphrase-crash.yml openssl_pkcs12: fix crash due to wrong path used for loading key in check mode (#56808) 5 years ago
56809-add-options-type-info-for-redfish-modules.yaml redfish: docs: Add type for options (#56809) 5 years ago
56822-facts-info-rename.yaml First batch _facts -> _info rename. (#56822) 5 years ago
56864-add-macaddress-to-get-nic-inventory.yaml redfish: Add MACAddress property to GetNicInventory (#56864) 5 years ago
56900-route53-facts-check-mode.yaml route53_facts: add check mode support (#56900) 5 years ago
56906-hcloud_volume_attaching_idempotent.yaml hcloud_volume attach step should be idempotent (#56906) 5 years ago
56928-file-fix-setting-attr-symlink-follow.yaml file: fix setting attributes for symlinked file (#57217) 5 years ago
56940-docker_image-fail.yml docker_image: fix module failing when build option is used without specifying path (#56940) 5 years ago
56947-docker-dev.yml docker conncetion plugin: accept 'dev' as 'newest version' (#56947) 5 years ago
57020-facts-info-rename.yaml Second batch for _facts -> _info rename (#57020) 5 years ago
57028-facts-info-rename.yaml Rename _facts -> _info (#57028) 5 years ago
57030-facts-info-rename.yaml Rename memset_*_facts to memset_*_info (#57030) 5 years ago
57032-facts-info-rename.yaml Rename xenserver_guest_facts -> xenserver_guest_info (#57032) 5 years ago
57035-facts-info-rename.yaml Rename one_image_facts -> one_image_info (#57035) 5 years ago
57036-facts-info-rename.yaml Rename ali_instance_facts -> ali_instance_info (#57036) 5 years ago
57092-PSLint-fixes-globalvars.yml Remove usage of global var log_path for win_domain_* modules (#57092) 5 years ago
57093-win_pagefile-Bug-not-using-testPath.yml win_pagefile: not using testPath (#57093) 5 years ago
57147_Fix_postgresql_pg_hba_TypeError_pg_hba.conf_wiped.yml Issue 56430 (#57147) 5 years ago
57190-improve-warnings-for-when.yaml improve conditional warnings (#57190) 5 years ago
57209-removed_module_remove_extra_spaces.yml removed_module func: removed extra spaces from msg and docstring (#57209) 5 years ago
57224-vmware_vm_inventory-vsphere_sdk.yml VMware: vSphere Automation SDK installation docs (#57280) 5 years ago
57232-syslog-json-configuration-options.yml Allow syslog_json callback options to be set in an Ansible configurat… (#57232) 5 years ago
57235-zabbix_screen-documentation-update.yml Updated documentation for zabbix-screen module (#57325) 5 years ago
57248-gather_facts-cleanup-tmp.yaml gather_facts: clean up tmp files upon completion (#57845) 5 years ago
57264-update-vxlan-to-fix-bugs.yml update vxlan (#57264) 5 years ago
57272-fix-ansible-vault-whitelist-after-44320.yml Fix ansible-vault cipher_whitelist (#57272) 5 years ago
57276-facts-info-rename.yaml Renames Digital Ocean cloud _facts modules to _info (#57315) 5 years ago
57278-vmware-facts-info-rename.yaml VMWare - Rename _facts to _info (#57474) 5 years ago
57295-openssh_keypair-fingerprint.yaml openssh_keypair: make fingerprint result a string (#57295) 5 years ago
57302-java_keystore_sha256.yaml java_keystore - Prefer SHA256 and solve SHA256 keytool in java11 version (#57302) 5 years ago
57317-update-bgp-modules-to-fix-some-bugs.yml ce_bgp: update bgp to fix bugs (#57317) 5 years ago
57324-add-waiter-to-eks-remove-process.yaml Adding waiter to cluster remove process (#57324) 5 years ago
57327-fix-file-descriptor-leak.yaml Fix file descriptor leak in lineinfile module. (#57328) 5 years ago
57351-role-custom-filter.yaml Add changelog for #59280 (#59380) 5 years ago
57391-postgresql_table_bugfix_schema_handling.yml postgresql_table: 57352 bugfix, add schema handling (#57391) 5 years ago
57395-facts-info-rename.yaml rename modules azure_rm_..._facts to azure_rm_..._info (#57395) 5 years ago
57464-set-ovirt-disk-active-default.yaml set ovirt disk active default (#57464) 5 years ago
57507-postgresql_pg_hba_multiple_options.yml Merge authentication options back into a single field to prevent losing options beyond the first (#57507) 5 years ago
57579-add-pipelining-to-podman-connection-plugin.yaml Add pipelining to podman connection plugin (#57579) 5 years ago
57580-vmware_guest_move-fix_undefined_name.yml VMware: Fix vmware_guest_move undefined VM name error (#57582) 5 years ago
57588-purefa_user_change_api_token_to_api.yaml purefa_user: Fix Incorrect parameter used causing crashes. (#57588) 5 years ago
57591-speed-up-gcp-compute-dynamic-inventory.yaml Improve speed of the gpc_compute dynamic inventory (#57591) 5 years ago
57613-aws-facts-info.yaml AWS modules: _facts -> _info (#57613) 5 years ago
57618-fix-diff-on-absent-files.yaml Fix --diff to produce output when creating a new file (#57744) 5 years ago
57626-aws-facts-info.yaml AWS: _facts -> _info (part 2) (#57626) 5 years ago
57635-aws-facts-info.yaml AWS: _facts -> _info (part 3) (#57635) 5 years ago
57651-aws-facts-info.yaml AWS: _facts -> _info (part 4) (#57651) 5 years ago
57668-gcpubsub-facts-info.yaml Google: gcpubsub_facts -> gcpubsub_info (#57668) 5 years ago
57674-postgres_modules_use_exec_sql_instead_of_methods.yml postgresql modules: use postgres.exec_sql instead of __exec_sql methods (#57674) 5 years ago
57684-postgresql_idx_use_exec_sql_instead_of_methods.yml postgresql_idx: self.__exec_sql -> module_utils.postgres.exec_sql (#57684) 5 years ago
57688-netbox-groups.yaml netbox: inventory: fix implementation of groups option (#57689) 5 years ago
57720-fix-lvg-warning-int-to-str-conversion.yml lvg: fix default value type, should be str (#57723) 5 years ago
57738-rabbitmq_user_handle_non-zero_exit_codes.yaml rabbitmq_user: Handle non-zero exit codes (#56164) (#57738) 5 years ago
57741-podman-connection-plugin-fix-mount.yaml Fix failed mounts in podman connector and handle errors (#57741) 5 years ago
57770-become-shell-compat.yml Provide nice error when the shell plugin is incompatible with the con figured become plugin (#60441) 5 years ago
57801-openssh_keypair-fix-make-regenerating-valid-files-possible.yml openssh_keypair: bugfix make regenerating keypairs via force possible… (#57801) 5 years ago
57824-python-3-support-ovirt-dynamic-inv.yml Add Python 3 support to ovirt4 inventory script. (#57824) 5 years ago
57833-gitlab_runner-Fix-idempotency-on-creation.yml gitlab_runner: Fix idempotency when creating runner (#57833) 5 years ago
57868-crypto-improve-req-errors.yml crypto modules: Improve requirements / error messages (#57868) 5 years ago
57896-fix-ipaddr-cidr-index-handling.yml ipaddr: Handle ipaddress index in network correctly (#57896) 5 years ago
57903-ce_snmp_location_fix_for_out_of_array_index.yml doc: ce_snmp_location: fix changelog fragement missing module (#58481) 5 years ago
57904-ce_snmp_target_host.yml ce_snmp_target_host: update to fix bug: None has no 'lower()' function. (#57904) 5 years ago
57905-update-ce_acl_interface-to-fix-bugs.yml update acl interface. (#57905) 5 years ago
57907-update-ce_interface-to-fix-bugs.yml update ce_interface to fix bugs (#57907) 5 years ago
57913-docker-robustness.yaml docker_*: make modules more robust on Docker errors (#57913) 5 years ago
57914-docker-py-missing.yaml docker_* modules: improve error message when docker-py is missing (#57914) 5 years ago
57947-update-ce_vxlan_global-to-fix-bugs.yml update ce_vxlan_global to fix bugs. (#57947) 5 years ago
57969-docker_container-change-expected-config-source.yml docker_container: Change expected config source (#57969) 5 years ago
57993-openssh_keypair-add-public-key-and-key-comment-validation.yml openssh_keypair - Add public key and key comment validation (#57993) 5 years ago
58015-yang-types.yaml Fix RESTCONF media types (#58015) 5 years ago
58023-refactor_vmware_cluster.yaml VMware: Refactor vmware_cluster into several modules (#58468) 5 years ago
58039-docker_swarm_service-fix-resource-lookup.yaml docker_swarm_service: Added default value for mounts.source (#58039) 5 years ago
58060-vmware_guest-make_max_connections_work.yml VMware: looking up maxMksConnections in incorrect location (#58061) 5 years ago
58064-rabbitmq_binding_ssl_options.yaml Added missing SSL parameters to rabbitmq_binding (#58064) 5 years ago
58158-sysctl-fix-referenced-before-assignment.yaml sysctl: fix 'err' referenced before assignment (#58161) 5 years ago
58194-vm-name-item-not-yet-present-at-creation-time.yaml proxmox_kvm: While a VM is beeing created, vm has no name item (#58196) 5 years ago
58246-win_domain_user-idempotency.yaml Make win_domain_user idempotent for password changes (#58383) 5 years ago
58256-openssl_certificate-san-comparison.yml openssl_certificate: fix failing SAN comparisons (#58256) 5 years ago
58272_postgresql_privs-fix-views-handling.yml postgresql_privs: bugfix of 27327 - incorrect views handling (#58272) 5 years ago
58299-docker_swarm_service-remove-required-config-secret-id.yml docker_swarm_service: Make secret_id and config_id optional (#58299) 5 years ago
58310-gather-facts-verbosity.yml Set _ansible_verbose_override in gather_facts action plugin. Fixes #58310 (#58339) 5 years ago
58326-vmware_rest_client-handle_unauth.yml VMware: Handle user unauthorization in tagging scenarios (#58405) 5 years ago
58351-fix-non-ascii-vault.yml Handle vaulted non-ascii characters for Python2 (#58503) 5 years ago
58370-mysqldb-allow-multiple_databases_create_delete_operation.yml Added support to create and delete multiple databases in MySQL (#58602) 5 years ago
58379-zabbix_action_minor_improvements.yml Adds minor improvements to 'zabbix_actions' module (#58379) 5 years ago
58381_postgresql_ext-add-version-parameter.yml postgresql_ext: add a changelog fragment for PR 58381 (#58634) 5 years ago
58436-include-correct-error.yml Use the filename from AnsibleFileNotFound instead of the included file. Fixes #58436 (#58464) 5 years ago
58483-win_setup_resilience.yml add changelog 5 years ago
58487-docker_image_build.target_option.yaml Add build.target option to docker_image module (#58487) 5 years ago
58569-nagios-fifo-fix.yaml Fix nagios module to recognize if file exists and is fifo pipe (#58569) 5 years ago
58605-openssl_privatekey-secp256r1.yml openssl_privatekey: forgot to add secp256r1 (#58605) 5 years ago
58692-consul_session_dont_ignore_scheme_parameter.yml consul_session: ensure scheme parameter is used (#58692) 5 years ago
58693-consul_session-validate_certs.yml consul_session: ensure certificate is checked when HTTPS is used (#58693) 5 years ago
58694-consul_session_ensure_empty_result_is_handled.yml consul_session: ensure empty result is handled (#58694) 5 years ago
58704_postgresql_query_add-autocommit-param.yml postgresql_query module: add autocommit parameter (#58704) 5 years ago
58734-correct-machinectl-become-plugin.yaml Correct machinectl become plugin function arguments (#58734) 5 years ago
58746-hcloud_server_allow_rescue_mode.yml hcloud_server: Allow users to enable/disable the rescue mode (#60070) 5 years ago
58769-template-included-handler-names.yml Cache handler name for included handlers. Fixes #58769 (#58780) 5 years ago
58771-allow-unauthenticated-deb.yaml Pass allow_unauthenticated when installing a deb directly - allowing unauthenticated dependencies (#58771) 5 years ago
58791-docker-errors.yml docker_* modules: improve tag validation and requests error handling (#58791) 5 years ago
58808-mail-add-date-header.yaml Module mail : Add Date header (#59080) 5 years ago
58820-use-templated-loop_var-in-include_tasks.yaml Use templated loop_var/index_var when looping include_* (#58866) 5 years ago
58876-do-not-reuse-remote_user-from-prev-loop.yaml Clear 'connection related' plugin vars for next loop iteration (#59024) 5 years ago
58949-nmcli-vlanid-typecast.yml nmcli: Argument vlanid (int) is changed internally to string (#58963) 5 years ago
58961-docker_swarm_service-support-dict-networks.yml docker_swarm_service: Allow passing dicts in networks (#58961) 5 years ago
58965-npm-validate-option-types.yml npm: Validate all option types (#58965) 5 years ago
58966-pip-validate-name-elements.yml pip: Document option types and validate name elements 5 years ago
58977-pip-remove_use_mirrors.yml pip: Remove unused option use_mirrors and remove all ignore.txt entries 5 years ago
59040-zabbix_template_xml_support.yml Reworked zabbix_template to support XML import/export + updated documentation (#59040) 5 years ago
59043-docker_container-nocopy.yml docker_container: add support for nocopy mode (#59043) 5 years ago
59068-fix_doc_for_yum_repository.yml Fix docs for yum_repository.py (#59068) 5 years ago
59106-fix-ipv6-truncating-in-ec2_group.yml Don't truncate cidr_ipv6 addresses in ec2_group.py (#59106) 5 years ago
59180-aws_support_byoip.yaml ec2_eip - added support for BYOIP and filtering reuse addresses by tag/value (#59180) 5 years ago
59190-vmware_guest-mem_reservation.yml VMware: Accept 0 as valid value for memory reservation (#59230) 5 years ago
59268-openssh_keypair-add-key-comment-to-return-value.yml openssh_keypair - Add key ``comment`` to return output (#59268) 5 years ago
59272-support-for-entrust-provider-in-openssl_certificate_module.yaml Entrust Datacard - Support for "entrust" provider in openssl_certificate module (#59272) 5 years ago
59377-ovirt-vm-when-creating-fix.yml ovirt vm when creating Nonetypefix (#59377) 5 years ago
59471-systemd-wait-while-deactivating.yaml systemd module will now wait on deactivating state (#59471) 5 years ago
59500-cyberarkpassword-fix-py3-decoding.yaml Fix py3 decoding issues in cyberarkpassword (#59500) 5 years ago
59503-fix-recursive-csharp-logging.yml prevent recursive logging csharp stackoverflow. (#59503) 5 years ago
59548-import-playbook-plugin-dirs.yml Fix changelog entry for playbook_dir fix 5 years ago
59555-lookup-url-headers.yaml Headers in URL lookup plugin (#59555) 5 years ago
59559-deprecate-nfs-param-purefb_fs.yml Update FlashBlade filesystem module to support quotas and NFS v4.1 (#59559) 5 years ago
59570-module_utils_remove_unused_objects.yml module_utils.common.*: removed unused objects (#59570) 5 years ago
59608-add-nis-support-purefb_ds.yml Update FlashBlade Directory Service config module to support NIS (#59608) 5 years ago
59638-aws-ec2-plugin-fix-race.yaml Fixing race condition in ec2 inventory plugin (#59638) 5 years ago
59650-correctly-handler-delegate_to_hostname-loops.yaml Use correct delegate_to hostnames in loops (#59659) 5 years ago
59715-docker_container-ipv6-port-bind.yml docker_container: fix port bindings with IPv6 addresses (#59715) 5 years ago
59735-add-preferred-arrays-support.yml Add support for preferred arrays to host configuration (purefa_host) (#59735) 5 years ago
59745-fix-pipelining-in-buildah-connection-plugin.yml Fix pipelining in buildah connection plugin (#59745) 5 years ago
59769-fix_ansible_issue_58469_regression.yaml Only error out if the gid exists with a different group name (#59769) 5 years ago
59785-add-replicate-now-to-purefa_pgsnap.yml Add ability to force immeadiate replication of a pgroup (#59785) 5 years ago
59788-module_defaults-update-aws-group.yaml Add missing aws modules to aws module defaults group (#59788) 5 years ago
59844-ec2_group-fix-diff-mode-python3.yml Fix TypeError in ec2_group.py for Python3 when sorting dictionary list (#59844) 5 years ago
59848-iam-password-policy-Fix-no-expiration.yml iam_password_policy: boto expects pw_expire to be ommitted when setting no expiration requirements (#59848) 5 years ago
59907-openssl-deprecate-pyopenssl.yml openssl_*: deprecate PyOpenSSL backends (#59907) 5 years ago
59948-remove-redis-kv.yml Remove ddeprecated redis_kv lookup. Fixes #59984 (#60826) 5 years ago
59949-undeprecate-first-found-skip.yml Undeprecated the skip argument for first_found. Fixes #58942. Fixes #59949. (#60161) 5 years ago
59952-vmware_guest-check_dvs.yml VMware: Check dvswitch presence before accessing it (#60052) 5 years ago
60023-aws-facts-info.yaml ecs_taskdefinition_facts: rename to ecs_taskdefinition_info (#60023) 5 years ago
60059-aws-kms-update-policy.yml aws_kms: Update policy on existing keys (when passed) (#60059) 5 years ago
60073-docker_swarm_service_add_npipe.yml add npipe support to docker_swarm_service (#60073) 5 years ago
60076-get_certificate-add_option_proxy.yml add option proxy to get_certificate module (#60076) 5 years ago
60178-amazon-facts-info.yml Amazon modules: rename _facts with ansible_facts result to _info (#60178) 5 years ago
60204-handle-KeyError-in-get_vm-API.yml VMware: handle KeyError in get_vm API (#60204) 5 years ago
60381-docker_login-logout-change.yml docker_logout: report change on successful logout (#60381) 5 years ago
60384-docker_container-mount-endpoint-collision.yml docker_container: add mount endpoint collision detection (#60384) 5 years ago
60387-openssl_publickey-cryptography-backend.yml openssl_publickey: add cryptography backend (#60387) 5 years ago
60393-openssl_certificate_info-ocsp_uri.yml openssl_certificate_info: add ocsp_uri return value (#60393) 5 years ago
60516-hcloud-facts-info.yml Rename hcloud_*_facts to hcloud_*_info (#60926) 5 years ago
60529-vultry_retry_backoff.yml vultr: use exponential backoff for api query retries (#60529) 5 years ago
60530-facts-info-rename.yaml Deprecates Digital Ocean sshkey_facts in favor of new module sshkey_info (#60546) 5 years ago
60559-postgresql_query_add_array_handling.yml Issue 59955: add array handling to postgresql_query module (#60559) 5 years ago
60561-deprecate_policy_mode.yaml aws_kms: Rename various policy manipulation options to reduce confusion (#60561) 5 years ago
60599-get_certificate-cryptography.yml get_certificate: add cryptography backend (#60599) 5 years ago
60616-support-multiple-port.yaml fix: docker_swarm_service does not publish both tcp and udp ports (#60616) 5 years ago
60623-openssl_certificate-deprecate-assertonly.yml openssl_certificate: deprecate assertonly provider (#60623) 5 years ago
60638-postgresql_user_add_groups_parameter.yml postgresql_user: add groups parameter (#60638) 5 years ago
60641-pure-facts-info.yml Pure modules: rename _facts with ansible_facts result to _info (#60641) 5 years ago
60658-openssl_certificate-assertonly-bugfix.yml openssl_certificate: various assertonly bugfixes (#60658) 5 years ago
60708-openssl_certificate_csr_info-ordered-issuer-subject.yml openssl_certificate/csr_info: add ordered issuer/subject return value (#60708) 5 years ago
60727-acme_certificate-acme-compatibility.yml acme_certificate: make compatible to Buypass' ACME v2 testing endpoint (#60727) 5 years ago
60737-xenserver_guest-vbd-plug-fix.yml XenServer: When VM is in powered on state, plug newly added disks 5 years ago
60740-openssl_certificate-check-existence.yml openssl_certificate: check for existence before loading CSR / private keys / ... (#60740) 5 years ago
60741-openssl-cert-csr-key-identifier.yml openssl_certificate/csr(_info): add support for SubjectKeyIdentifier and AuthorityKeyIdentifier (#60741) 5 years ago
60745-openssl_certificate-idempotency.yml openssl_certificate: fix idempotency (#60745) 5 years ago
60805-aws_kms-ID-and-ARN-fixes.yml Fix issues with aws_kms when working cross-account and with IDs (#60805) 5 years ago
60912-constructed-groups-option-sanitization.yaml Warn when transforming constructed groups (#60912) 5 years ago
60915-smartos_image_facts-info-rename.yml smartos_image_facts: rename to smartos_image_info (#60915) 5 years ago
60916-vertica_facts-info-rename.yml vertica_facts: rename to vertica_info (#60916) 5 years ago
60917-hpilo_facts-info-rename.yml hpilo_facts: rename to hpilo_info (#60917) 5 years ago
60919-gluster_heal_facts-info-rename.yml gluster_heal_facts: rename to gluster_heal_info (#60919) 5 years ago
60930-iam_password_policy.yml Fix iam_password_policy integration tests (#60930) 5 years ago
60979-nginx_status_facts-info.yml nginx_status_facts: deprecate/rename to nginx_status_info (#60979) 5 years ago
60980-netapp-facts.yml Netapp: rename _facts -> _info (#60980) 5 years ago
60987-azure-facts-info-rename.yml Rename Azure modules: facts -> info (#60987) 5 years ago
60992-redfish-info.yml Redfish modules: rename _facts -> _info (#60992) 5 years ago
61091-online-facts-info.yaml Online: rename _facts -> _info (#61091) 5 years ago
61095-scaleway-facts-info.yaml Scaleway: rename _facts -> _info (#61095) 5 years ago
61182-k8s_rd-ending-with-dashes.yaml fix bug - k8s was crashing when yaml ended with 3 dashes (#61182) 5 years ago
61191-acme_certificate-fix-challenges.yaml acme_certificate: only return challenges that need to be satisfied (#61191) 5 years ago
61197-openstack-facts-info.yaml OpenStack: rename _facts -> _info (#61197) 5 years ago
61208-oneview-facts-info.yaml OneView: rename _facts -> _info (#61208) 5 years ago
61237_rename-onepassword_facts-to-onepassword_info.yaml Renaming `onepassword_facts` to `onepassword_info`. (#61237) 5 years ago
61239-vultr-facts-info.yaml Vultr: rename _facts -> _info (#61239) 5 years ago
61299-ovirt-facts-info.yml oVirt: rename _facts -> _info (#61299) 5 years ago
61353-purefa_user_change_facts_to_user_info.yaml Change references to ansible_facts (#61353) 5 years ago
61355-purefa_ra_change_facts_to_ra_info.yaml Changes references to ansible_facts (FA_RA) (#61355) 5 years ago
61356-purefb_s3user_change_facts_to_s3user_info.yaml Changes references to ansible_facts (FB_S3USER) (#61356) 5 years ago
61417-azure-facts-info-rename.yml Rename Azure modules: "facts"->"info" (#61417) 5 years ago
Fix-Expansion-of-vars-win_firewall_rule.yml win_firewall_rule: Only report changed when change is made (#57267) 5 years ago
Make-Win_acl-Ignore-language-diff-in-IDRefs.yml win_acl: Fix problems with special IDRef in different languages than english (#57281) 5 years ago
ac_collection_plugin_load.yml patch ansible-connection collection plugin loading (#59119) 5 years ago
add-ansible_index_var-to-tasks_vars.yaml Make ansible_index_var accessible as a magic var (#59030) 5 years ago
add-env-variables-to-gcp-compute.yml Added environment variables to gcp_compute to align with gcp_* modules (#57776) 5 years ago
adhoc-command-async-output.yaml Fix async output with adhoc callbacks. Fixes #15988 (#59935) 5 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
always_keep_subset.yml Always keep subset data for callbacks (#56881) 5 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) 5 years ago
argparse.yaml Migrate command line parsing to argparse (#50610) 6 years ago
aws_s3-etags.yaml aws_s3: Improve ETag handling (#46332) 5 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
better_task_error.yml preserve underlying block building error (#56465) 5 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
cgroup-perf-recap-fix-open-files.yaml When not using file_per_task, make sure we don't prematurely close the perf files (#56477) 5 years ago
check_mode_markers.yml Add check mode indicators at the beginning and the end of the playbook, play, and task (#49432) 5 years ago
collections_subdirs.yml add subdir support to collection loading (#60682) 5 years ago
command_fail_json.yml Fixed fail_json call in command module (#58615) 5 years ago
command_uni_fixes.yml Fix unhandled errors in command module 5 years ago
config-cleanup-tmp-dirs.yaml Use atexit to cleanup tmp dirs (#56532) 5 years ago
default_collection.yml default collection support (#61415) 5 years ago
deprecate_net_modules.yaml Deprecate net_* modules (#60818) 5 years ago
distro-bundle.yml Update bundled copy of distro from 1.3.0 to 1.4.0 (#55459) 6 years ago
dnf-better-error.yml Provide a better error when python-dnf install fails (#57622) 5 years ago
dnf-fix-module-name-in-error-message.yml dnf - fix error formatting of module name in error message (#58647) 5 years ago
doc_adj_coll.yml Enable adjacent collections for ansible-doc (#57764) 5 years ago
doc_json.yml Add JSON output option to ansible-doc (#58209) 5 years ago
docker_container-fix-error-message-variable.yaml Correct module name in changelog fragment (#60029) 5 years ago
docker_image_etc_hosts.yml Implements extra_hosts for docker_image module (#59540) 5 years ago
docker_network_aux_addresses.yml [docker_network] Fix idempotency when using aux_addresses in ipam_config (#56901) 5 years ago
dont_assume_role_versions.yml Allow for no role_versions to be present (#56519) 5 years ago
dont_choose_unreadable.yml fixes to config manager (#58530) 5 years ago
dont_template_passwords_from_prompt.yml prevent templating of passwords from prompt (#59246) 5 years ago
dupe_yaml_key.yml Allow finer grained control for dupe YAML keys (#56933) 5 years ago
dzdo_password_prompt.yml dzdo: fix password prompt (#59208) 5 years ago
ensure_bytes_run_command.yml ensure bytes in run_command (#58411) 5 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
facts-linux-cpu-arm-architecture.yml Handle situation where ansible_architecure may not be defined when gathering facts (#55466) 5 years ago
faster-is-template.yaml Perf improvement for Templar.is_template (#57489) 5 years ago
fibre_channel_wwn_fact_solaris_minor.yaml [cosmetic] solaris wwn fix (#55154) 6 years ago
fix_all_none_users.yml fix all cases of none remote/become users (#59397) 5 years ago
fix_gathering_reporting.yml Fix gather_facts error/skipped reporting (#58927) 5 years ago
fix_incorrect_nativisim.yml Not native, but text (#55676) 5 years ago
fix_onepassword_failing_on_field_with_no_name.yaml Fix onepassword lookup plugin and onepassword_facts module when a field has no name. (#58308) 5 years ago
fix_safe_eval.yml safe_eval fix (#57188) 5 years ago
fix_strategy_inv_up.yml Fix strat inv (#58982) 5 years ago
galaxy-argspec-verbosity.yaml ansible-galaxy tidy up arg parse with better validation (#59957) 5 years ago
galaxy-collection-init.yaml ansible-galaxy: add collection sub command (#57106) 5 years ago
gather_subset_defaults.yml Fix gather facts ignoring gather_subsets config (#59271) 5 years ago
gcp-facts-info-rename.yaml Changing GCP Facts modules to Info Modules (#60172) 5 years ago
gcp_fixes.yml no logging for service account contents (#60149) 5 years ago
git-module-traceback.yml Fix git module when using absolute repo path. 5 years ago
gitlab-deprecated-version.yaml Version in deprecate calls should be a string (#55395) 6 years ago
group-chars-ignore-doc.yaml TRANSFORM_INVALID_GROUP_CHARS: document "ignore" option (#57318) 5 years ago
group-chars-ignore.yaml group_chars: default change warning only when needed 5 years ago
hash_behaviour_inventory.yml Stop ignoring merge hash behaviour in inventory (#58460) 5 years ago
help_paths_fixes.yml Fix and refix help text for CLI (#55831) 6 years ago
hostname-oracle-linux-regeression.yaml hostname - fix Oracle Linux (#58510) 5 years ago
hostname-update-distros.yaml hostname - Correct distribution for various Linux distros based on output from distro library (#56936) 5 years ago
hostname_cumulus_linux_support.yaml Fix lack of support for Cumulus Linux with Hostname module in Ansible v2.8.0. (#57493) 5 years ago
hostname_use.yml Added 'use' option to hostname (#56679) 5 years ago
include-role-name.yaml Add ansible_parent_role_names magic variable (#46687) 6 years ago
include_tasks_listen.yml Whitelist listen as a valid keyword on TaskInclude (#56586) 5 years ago
k8s-raw-minor-fixes.yml k8s minor bug fixes (#56168) 5 years ago
k8s_wait_sleep.yml Add wait_sleep parameter for the k8s module (#59714) (#59854) 5 years ago
kms_double_snake.yml aws_kms: fix failing tests (#60206) 5 years ago
kubevirt_add_hostname_and_subdomain_parameters.yml kubevirt: Add hostname and subdomain parameters (#57223) 5 years ago
limit_file_parsing.yml inventory: Handle IndexError while parsing limit file (#59776) 5 years ago
logging_updates.yml some logging fixes (#56311) 5 years ago
meraki-rate-limit.yml Meraki - Enable API call rate limiting for requests (#54827) 5 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_syslog_net_id.yaml meraki_syslog - Module properly handles net_id parameter (#57286) 5 years ago
meraki_vlan_api_calls.yml meraki_vlan - Remove unnecessary API calls when net_id is specified (#54939) 6 years ago
mod_args_tweaks.yml various mod_args fixes (#60290) 5 years ago
module-exceptions.yaml Recognize module tracebacks on stdout and stderr. 5 years ago
module_default_fixes.yaml fix module defaults (#56020) 5 years ago
mount-facts-octal-escapes.yaml Transform octal escape sequences in mtab fields (#60122) 5 years ago
mount.yml Added state "remount" which will remount the device (#52649) 5 years ago
mysql_user-fix-versions-compatibilities-regression.yml mysql_user: fix regression (#55292) 5 years ago
netbox_ip_address-fix-duplicate-ip.yaml Bugfix: Creating two IPs in single run of netbox_ip_address (#56550) 5 years ago
os_subnet-subnetpool-id-allowed.yaml os_subnet: allow using non-default subnet pool (#52608) 5 years ago
ovirt_fetch_also_list_of_hrefs.yaml ovirt: Resolve also list of hrefs (#57299) 5 years ago
package_facts-performace-regression-fix.yaml apt_facts - Fix cache related performance regression (#60511) 5 years ago
package_facts_apt_fix.yml Package facts apt fix (#55963) 6 years ago
package_facts_clarify.yml clarify package facts errors and warnings (#56060) 5 years ago
persistent_loading.yml Correct plugin loader context for persistent (#54860) 6 years ago
persistent_loading_2.yml Plugin paths need to be sent in exectutor, too (#57126) 5 years ago
playbookdir_coll_adj_fix.yml fix collection adjacent loading with --playbook-dir (#56194) 5 years ago
podman_image-build-output-format.yaml Handle new output for podman image build (#59807) 5 years ago
podman_image_facts-no-fail-on-invalid-image.yaml podman_image_info - Do not fail when nonexistant image name is provided (#57962) 5 years ago
postgresql_slot-fix-sslrootcert.yml postgresql_slot - sslrootcert fix (#55277) 6 years ago
powershell-collection_util.yaml Change collection PS util import pattern (#61307) 5 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
psrp-reconnection.yaml psrp - Added proper reconnection variable name (#59369) 5 years ago
python_requirements_facts_dashes.yml Allow python_requirements_facts to cope with packages with dashes (#56166) 5 years ago
rds_instance_iops_fix.yaml rds_instance: allow empty iops and storage_type (#57943) 5 years ago
redhat_subscribtion.yml Added support for syspurpose to redhat_subscribtion module (#59850) 5 years ago
redhat_subscribtion_syspurpose.yml Added support for syspurpose to redhat_subscribtion module (#59850) 5 years ago
regex-tests-undefined.yml Use to_text on value to activate _fail_with_undefined_error (#58214) 5 years ago
relative-import.yaml Support relative imports in AnsiballZ. (#61196) 5 years ago
remove_chdir.yml removal of chdir in controller (#57781) 5 years ago
removed_obsolete_configs.yml removed previouslly deprecated settings (#55662) 5 years ago
seealso_correct_version.yml point at corresponding version (#59200) 5 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
show_host_vars_in_graph.yml show host_vars/ also in --graph (#56307) 5 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
ssh-fix-text-conv.yml ssh: Ensure debug messages are properly converted to text (#57850) 5 years ago
ssh_better_errors.yml Preserve ssh error (#56460) 5 years ago
stat_no_md5.yml remove deprecated get_md5 from stat (#55659) 5 years ago
sysctl-check-file-and-system.yaml sysctl - Reload also when current system values differ (#56153) 5 years ago
sysctl-invalid-value.yml sysctl will now return an error if the value is invalid (#55695) 5 years ago
te-new-action-until.yml Create new instance of the action plugin per until iteration. Fixes #57886 (#58022) 5 years ago
tests-as-filters-deprecation.yaml Don't register tests as filters (#55332) 6 years ago
throttle_feature.yml T woerner max concurrent (#60702) 5 years ago
tower_job_wait-wrong_examples.yml Fixed wrong variable specification format in examples (#55252) 6 years ago
tower_user-system-auditor.yaml tower_user: Fix to create a system auditor properly (#54585) 5 years ago
uri-deprecations.yaml Address 2.9 uri deprecations (#55330) 6 years ago
urls-ipv6-redirects.yml Don't rely on netloc for determining hostname and port, just use hostname and port (#56270) 5 years ago
user-aix-shadow-file-parsing.yaml User - Fix shadow file parsing on AIX (#55230) 6 years ago
user-home-dir-with-no-parents.yaml User - Create parent directories if they do not exist in the specified home path (#51043) 5 years ago
user-local-mode-group-append.yaml Omit -A and -G options in local mode since luseradd does not support these (#55401) 5 years ago
user-local-warning-fix.yaml Don't warn if local user is found in user database (#56838) 5 years ago
v2.9.0-initial-commit.yaml Cleanup the tree for post-2.8-branch 6 years ago
validate-modules-change-error-codes.yaml validate-modules - Use error codes instead of numbers (#60711) 5 years ago
vars_prematurely_template.yaml Prevent vars premature templating (#56117) 5 years ago
vault-ensure-vault-password-files-are-list.yaml ansible-vault: convert vault_password_files to list to prevent traceback (#57186) 5 years ago
vcenter_folder.yaml VMware: vcenter_folder: print full path of the new folder (#55237) 5 years ago
vfat_selinux_fs.yaml add vfat to selinux special_context_filesystems (#59823) 5 years ago
vmware_check_ssl_cert.yaml vmware: check the SSL certification 5 years ago
vmware_datastore_facts.yaml vmware_datastore_facts: empty list if none found 6 years ago
vmware_datastore_facts_dict_iter_v2.yml VMware: add a changelog entry for PR #60476 (#60490) 5 years ago
vmware_host_datastore_for_esxi.yaml vmware_host_datastore: ability to target a ESXi 5 years ago
vmware_maintenance_mode_params.yaml VMware: vmware_datastore_maintenancemode: check params (#56515) 5 years ago
vmware_portgroup_list_host.yml VMware: get_all_host_objs accepts list of host (#55146) 6 years ago
vultr-id_support.yml vultr_server: implement support for IDs to match resources (#55762) 5 years ago
warn_systemd_glob.yml warn on systemd globs (#56645) 5 years ago
win_access_token_util.yaml Ansible.AccessToken - Added shared util for managing a Windows access token (#60302) 5 years ago
win_acl-network.yaml win_acl - fix network path qualifier parsing (#55970) 6 years ago
win_chocolatey-version.yaml win_chocolatey - honour version when bootstrapping chocolatey and fix package listing (#57208) 5 years ago
win_domain-exceptions.yaml Add exception handling to win_domain_controller (#58234) 5 years ago
win_domain-setup.yaml win_domain - fix for checking for domain on new host (#55195) 6 years ago
win_domain_group_membership-Fix-missing-vars-for-Get-command.yml win_domain_group_membership: Fix missing @extra_vars on Get-ADObject to support different domain and credentials for retrieval (#57429) 5 years ago
win_domain_user-error.yaml win_domain_user: do not hide error on failures (#58357) 5 years ago
win_domain_user-make-query-try-catch-accurate.yml win_domain_user - MAke the query user try catch block more accurate (#58782) 5 years ago
win_domain_user-win_domain_group-add-created-result-boolean.yml win_domain_user and win_domain_group: add created result boolean (#57901) 5 years ago
win_dsc-datetime.yaml win_dsc - be more lenient with datetime parsing (#59703) 5 years ago
win_get_url-Fix-restricted-header-handling.yml win_get_url - Fix handling of restricted headers (#57892) 5 years ago
win_get_url-proxy-not-used.yml win_get_url - Fix proxy_url not used correctly (#58738) 5 years ago
win_pagefile-Fix-idempotency-when-same-settings-as-current.yml win_pagefile - Fix idempotency when same settings as current (#57893) 5 years ago
win_psmodule-PreReq-SkipPublisher-missing.yml win_psmodule - Missing SkipPublisherCheck in Prerq installations (#58090) 5 years ago
win_reboot-psrp-command.yaml psrp - fix test_command rc for win_reboot (#55354) 6 years ago
win_reg_stat-hku.yaml Fix win_reg_stat for HKU hives (#59359) 5 years ago
win_region-format.yaml win_region - fix format issues when using psrp (#55487) 6 years ago
win_scheduled_task-Fix-Timezone-in-start-boundry.yml win_scheduled_task: Fix start/end boundry triggers to allow for timezone sync (#57282) 5 years ago
win_shell-arg-space.yaml Fix changelog entry (#57979) 5 years ago
win_user-logon-err.yaml win_user - use proper error code when failing to validate creds (#60181) 5 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
winrm-input-failures.yaml winrm - fix failure parsing for send input errors (#56245) 5 years ago
yum-enable-missing-repo.yaml YUM - handle enable of non-existent repo (#53286) 5 years ago
yum-handle-stale-lock-file.yaml yum: take care of stale/invalid yum.pid (#58457) 5 years ago
yum-sane-default-lockfile-timeout.yml assign a sane default to yum/dnf lock_timeout, in line with cli (#57383) 5 years ago