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
Lihu Ben-Ezri-Ravin 48505af9d2
Remove filtering from edgeos_config module (#63362)
The edgeos_config module had a list of commands to filter out to avoid
load failures. This list had a single regular expression which caught
commands that attempted to set pre-encrypted passwords. This behavior is
undesirable for a few reasons.

* It's poorly documented. The documentation makes cryptic mention of a
  return value that some commands might be filtered out, but offers no
  explanation as to what they are or why.

* It's hard-coded. There's no way for the user to change or disable this
  functionality, rendering the commands caught by that expression
  completely unusable with the edgeos_config module.

* The obvious workaround is unsafe. The filter catches passwords that
  are already encrypted, but is perfectly fine letting the user set
  plain-text passwords. EdgeOS will encrypt them upon commit, but this
  module encourages unsafe handling of secrets up to that point.

* It's a security vulnerability if the user doesn't know about this
  behavior. While the module will warn if commands are filtered, the
  user won't know what got filtered out until after the fact, and may
  easily miss that warning if they are not vigilant. For something as
  sensitive as setting a password, it's not hard to imagine naive use of
  this module resulting in incorrect credentials being deployed.

* It provides no discernible benefit. Using the module without filtering
  does not result in load failures. If those commands are indeed harmful
  for some reason on (old?) versions of EdgeOS, it should be incumbent
  upon the user to be scrupulous in what commands they issue, rather
  than the module maintaining a blacklist of possible ways the user
  might misuse their own system.
5 years ago
..
27800-ec2_vpc_net-ipv6-support.yml AWS ec2_vpc_net: Enable ipv6 CIDR assignment (#60983) 5 years ago
36876-github-deploy-key-fix-pagination.yaml Added support for pagination to the github_deploy_key module(#36876) 5 years ago
47182-os_port_order_difference_should_not_trigger_changes.yml os_port allowed_address_pairs and extra_dhcp_opts list of dicts comparison fix (#56577) 5 years ago
48997-ecs_ecr-livecycle-policy.yml Add support for ECR Lifecycle Policies to ecs_ecr (#48997) 5 years ago
51489-apt-not-honor-update-cache.yml apt: honor cache_update=false on auto-install deps (#56549) 5 years ago
51595-adds-win32_diskdrive-object-to-win_disk_facts.yaml win_disk_facts: Adds Win32_DiskDrive object to facts (#51595) 5 years ago
52408-luks-device.yaml Add passphrase support for luks_device (#65050) 5 years ago
54095-import_tasks-fix_no_task.yml Check if task file is specified for import_tasks (#57572) 5 years ago
55919-rabbitmq_publish-fix-for-recent-pika-versions.yml rabbitmq_publish fix for incorrectly stating message was not published to the queue (#61960) 5 years ago
55965-add-allow-projects-in-openstack-inventory.yml Add support for all_projects in OpenStack inventory module (#55965) 5 years ago
56033-win_iis_webapplication-add-authentication-options.yml win_iis_webapplication: add authentication parameters (#56033) 5 years ago
56468-deprecate-lnb-absent.yml AWS NLB: Deprecate current default behaviour of 'absent' (#65468) 5 years ago
56629-synchronize-password-auth.yaml synchronize - fix password authentication (#66542) 5 years ago
56832-remove-aptitude-warning.yml Fixes #56832: Remove warning when falling back to apt-get if aptitude is missing. (#61782) 5 years ago
56966-win_format-allocation-unit-size.yml win_format - Add allocation_unit_size (#56966) 5 years ago
57185-fix_vmware_modules_py_pre2.79.yaml VMware: not ssl.SSLContext if validate_certs false (#57185) 5 years ago
57266-apt_repository-update-cache-retrying.yml apt_repository: implement update cache retrying (#57266) 5 years ago
57535-vmware_vcenter_statistics_corner-cases.yml VMware: Fix issue with order of changes in vmware_vcenter_statistics 5 years ago
57779-module_defaults_groups_catchup_gcp.yml Add missing gcp modules to gcp module defaults group (#57779) 5 years ago
57804-win_acl-no-longer-needs-SeSecurityPrivilege.yml win_acl no longer needs SeSecurityPrivilege (#57804) 5 years ago
58225-win_partition-maximum-partition-size.yml win_partition - Fix handling of maximum partition size (#58225) 5 years ago
58323-copy-deep-recursive-with-remote_src.yaml copy - check for changes beyond first level of subdirectories (#58323) 5 years ago
58466-FIX_win_find-Bug-Get-FileStat_fails_on_large_files.yml Support large folder size comparisons for win_find (#58466) 5 years ago
58812-support_absolute_paths_additionally.yml #58578 support absolute paths additionally (#58812) 5 years ago
58822-aws-lamda-tracing-config.yaml Added missing param to lambda module to pass it through to boto3 (#58822) 5 years ago
58824-vmware_cluster_ha-advanced-settings.yml VMware: Add advanced settings to vmware_cluster_ha 5 years ago
58824-vmware_dvs_portgroup-implement-portgroup-updates.yml VMware: Implement updates for dvPG in vmware_dvs_portgroup (#62537) 5 years ago
58973-luks_device_add-type-option.yml luks_device.py: allows user explicity define luks format version (#61812) 5 years ago
58973_luks_device-add-label-and-uuid-support.yml luks_device.py: Allow manipulate LUKS containers with label or UUID (#61603) 5 years ago
59060-validate-modules-aliases.yml module sanity checks: improve alias handling (#59060) 5 years ago
59379-vmware_tag_manager-use_category.yml VMware: Find unique tag using category id (#61082) 5 years ago
59395_meraki_content_filtering.yaml Meraki: Fixed line 174 changed from None to the actual net_id… (#59395) 5 years ago
59438-hostname-use-hostnamectl.yml hostname: Use hostnamectl for Systemd strategy (#59974) 5 years ago
59464-playbook-dir-envvar.yml add ANSIBLE_PLAYBOOK_DIR envvar support (#63220) 5 years ago
59522-renamed-module-tls-client-auth-params-to-avoid-overlaping-with-fetch_url.yaml #59522: adjust messages (#65129) 5 years ago
59574-os_image_from_volume.yaml support creating an image from a volume (#59574) 5 years ago
59765-cron-cronvar-use-get-bin-path.yaml cron - Use the default crontab executable in cron and cronvar modules (#59765) 5 years ago
59772-fix_ansible_issue_58619.yaml group - correctly determine if a local group exists. (#59772) 5 years ago
59877-fix-keyerror-in-redfish-getlogs.yaml Fix KeyError exceptions in GetLogs command (#59877) 5 years ago
59927-fix-redfish-power-reset-type-mapping.yaml Fix power command ResetType mapping logic (#59927) 5 years ago
60106-templar-contextmanager.yml Introduce context manager for temporary templar context changes (#60513) 5 years ago
60201-idrac-redfish-config-attributes-support.yml Add support for multiple manager attributes configuration (#60201) 5 years ago
60388-openssl_privatekey-format.yml openssl_privatekey: add support for format option (#60388) 5 years ago
60510-k8s-apply-check-mode.yml Ensure k8s apply works with check mode (#60572) 5 years ago
60527-apt_exponential_backoff_cache_update_retry.yml apt: use exponential backoff for apt update cache retries (#60527) 5 years ago
60569-plugins-netconf-ce.yml fix plugins/netconf/ce.py for netconf/capability/exchange (#60569) 5 years ago
60587-doc_parsing.yml doc: Handle exception in parsing parameter description (#60933) 5 years ago
60961-docker_compose-fix-deprecation-warning.yml fix erroneous failures in docker_compose due to deprecation warnings … (#61650) 5 years ago
61004-compare_policies-convert-to-string.yml Fix behaviour of module_utils/ec2 compare_policies when dealing with bare bools and ints. (#61115) 5 years ago
61078-vars-plugin-whitelist-and-execution-settings.yaml Support vars plugins in collections (#61078) 5 years ago
61119-os_server-add-tag-to-instance-nics.yml os_server - add "tag" to instance nics (#61119) 5 years ago
61227-win_iis_webapplication-apppool-change.yml correct behaviour of win_iis_webapplication when no applicationpool is specified (#61227) 5 years ago
61263-aws_codecommit-description.yml aws_codecommit: Fix integration tests and Add support for updating the description (#61263) 5 years ago
61279-ec2_launch_template-output.yml ec2_launch_template: Add default_version and latest_version to output, matching the documentation (#61279) 5 years ago
61284-ec2_asg-idempotency.yml aws_asg: Fix idempotency when using tags and metrics (#61284) 5 years ago
61338-tower-inventory-integer-inventory_id.yaml Use to_native for error messages, fix docs typo 5 years ago
61522-luks-device-add-option-to-define-keysize.yml add option to define keysize at luks partition creation (#61522) 5 years ago
61562-nagios-start.yaml Nagios module: minor change, added "start" parameter (#61562) 5 years ago
61570-netcli-put-get.yaml Allow the use of _paramiko_conn even if the connection hasn't been started. (#61570) 5 years ago
61577-support-iops-in-purefa_volume.yml Add IOPs bandwidth support to volumes (#61577) 5 years ago
61604-ansible-inventory-hide-args.yaml Properly hide limit and list-hosts args from ansible-inventory (#61618) 5 years ago
61624-fix-galaxy-url-building.yml Don't truncate the last character from galaxy urls. Fixes #61624 (#61775) 5 years ago
61655-fix-digital-ocean-droplet-create.yaml Fix creation of DigitalOcean droplets using digital_ocean_droplet module (#61655) 5 years ago
61658-openssh_keypair-public-key-permissions.yml openssh_keypair: make sure public key has same permissions as private key (#61658) 5 years ago
61693-acme-buypass-acme-v1.yml ACME modules: make compatible to Buypass ACME v1 CA, and fix bug in ACME v1 account update (#61693) 5 years ago
61735-wait-for-s3-bucket-to-exist-before-modifying.yaml aws_s3 - wait for the bucket before setting ACLs (#61735) 5 years ago
61736-eos-normalize-interface.yaml Standardize eos resource modules (#61736) 5 years ago
61738-ecs-certificate-invalid-chain.yaml Fixes to ecs_certificate cert chain for #61738 (#61858) 5 years ago
61740-docker_container-port-range-parsing.yml docker_container: improve port range parsing error behavior (#61740) 5 years ago
61805-azure-facts-info.yml Azure _info modules: fix returned ansible_facts when called as _info (#61805) 5 years ago
61891-get_url-remove-deprecated-string-headers.yml get_url: remove deprecated headers string format (#66649) 5 years ago
61921-gitlab_user.yml gitlab_user: Remove optional parameters while state is absent (#64832) 5 years ago
61925-fix_purefa_fact_info_api_check.yml purefa_info: Fix failure due to API version check (#61925) 5 years ago
61933-ec2_transit_gateway-honor-auto_attach-setting.yaml fix 61907 - auto_attach yes option not honored in ec2_transit_gateway (#61993) 5 years ago
61961-pacman_remove_recurse_option.yaml pacman: remove 'recurse' deprecated option (#61961) 5 years ago
61978-get-url-no-checksum.yml Don't treat no checksum as a checksum match (#62146) 5 years ago
62014-iam_role_session_instanceprofile.yml iam_role : support managing max session duration and deleting the instance profile it creates (#62014) 5 years ago
62068-add-pure-cbs-support.yml Add checks for Cloud Block Store (#62068) 5 years ago
62083-vmware-internal_results.yml VMware: Change return key `results` from VMware modules (#62161) 5 years ago
62096-test-coverage-all.yml Fix ansible-test coverage --all (#62115) 5 years ago
62188-VMware-Guest-Support-latest-version-while-upgrading-VM-hardware.yml Support latest version while upgrading VM hardware. (#62188) 5 years ago
62206-add-diff-and-check-support.yml Add diff and check_mode support to os_server (#62206) 5 years ago
62218-fix-to-entrust-api.yml Always specify header of connection keep-alive regardless of python v… (#62218) 5 years ago
62237-keep-unsafe-context.yml Ensure we don't erase unsafe context in TaskExecutor.run on bytes (#62287) 5 years ago
62290-fix-cloudformation_info-KeyError.yaml cloudformation_info - fix KeyError (#62290) 5 years ago
62329-nsupdate-lookup-internal-zones.yaml nsupdate: Use authoritative server for zone lookup (#62329) 5 years ago
62348-yarn-no_version_install_fix.yml [yarn] Set name_version when version is not specified (#62348) 5 years ago
62403-ce_bgp_neighbor_af_fix_parameter_name.yml ce_bgp_neighbor_af: fix a typo in module's parameter (#62403) 5 years ago
62407-wait_for_connection.yml Remove temp directory created by wait_for_connection (#64592) 5 years ago
62542-constructed-options-foreman-inventory-plugin.yaml Add Constructed to Foreman inventory plugin (#62542) 5 years ago
62582-allow_diff_before_after_to_be_None.yml allow before/after diff to be NoneType (#62582) 5 years ago
62587-module_utils-network-cloudengine.yml module_utils-network-cloudengine: fix get_nc_next. (#62587) 5 years ago
62598-AnsibleDumper-representer.yaml Add a representer for AnsibleUnsafeBytes (#62598) 5 years ago
62616-vmware_cluster_ha-fix-documentation.yml VMware: Remove mentions of enable_vsan from vmware_cluster_ha example (#62616) 5 years ago
62617-fix-redfish-enable-account-if-enabled-prop-missing.yaml Do not PATCH Account Enabled prop if not supported (#62617) 5 years ago
62621-docker_login-fix-60381.yaml docker_login: fix Python 3 problem in #60381 (#62621) 5 years ago
62648-mysql_replication_add_master_use_gtid_param.yml mysql_replication: add master_use_gtid parameter (#62648) 5 years ago
62713-add-path_join-filter.yaml add a path_join filter which joins path components (#62713) 5 years ago
62766-package_facts-pkg-manager-fix-vital-value.yml package_facts: check 'vital' and 'automated' values ('pkg' manager) (#62766) 5 years ago
62772-vmware_vmkernel_info-fix.yml VMware: Handle NoneType in vmware_vmkernel_info (#65834) 5 years ago
62790-openssl_certificate_fix_assert.yml Fix _validate_csr_subject and _validate_csr_signature (#62790) 5 years ago
62809-dnf-wildcard-absent-failure.yml dnf - properly handle idempotent removal of wildcard globs (#63034) 5 years ago
62810-Vmware-Guest-Allow-DashInWindowsServerDNSName.yml VMware: Allow dash in Windows server dnsname (#64052) 5 years ago
62870-collection-install-default-path.yml Default collection install path to first path in COLLECTIONS_PATHS (#62870) 5 years ago
62872-ce_config_too_many_quit_close_connection.yml ce_config/bug/jingdong: a bug from jingdong. (#62872) 5 years ago
62916-add_properties_option_to_vmware_host_facts.yml VMware: add properties option to vmware_host_facts module (#62916) 5 years ago
62928-docker_container-ip-address-idempotency.yml docker_container: fix idempotency for network IP addresses (#62928) 5 years ago
62971-docker_container-image-finding.yml docker_container: improve image finding / change detection (#62971) 5 years ago
62991-openssl_dhparam-cryptography-backend.yml openssl_dhparam: add cryptography backend (#62991) 5 years ago
62999-postgresql_lang_add_owner_parameter.yml postgresql_lang: add owner parameter (#62999) 5 years ago
63036-mysql_replication_add_return_value.yml mysql_replication: add return value, remove extra argument from function (#63036) 5 years ago
63130-mysql_replication_add_master_delay_parameter.yml mysql_replication: add master_delay parameter (#63130) 5 years ago
63140-acme-fix-fetch-url-status-codes.yaml ACMEAccount.get_request check status code value lower boundary (#63140) 5 years ago
63166-add-extra-args-executalbe-podman-connection.yaml Add extra args and executable name to podman connection plugin (#63166) 5 years ago
63174-nsupdate-tsig-all-the-queries.yaml nsupdate: Use provided TSIG key for all queries (#63174) 5 years ago
63189-mysql_info-global-status.yml doc: mysql_info: add changelog and version_added for global_status (#63328) 5 years ago
63194-lineinfile_insertafter_duplicate.yaml lineinfile - fix bug with insertbefore/insertafter and firstmatch (#63194) 5 years ago
63229-mysql_replication_add_connection_name_parameter.yml mysql_replication: add connection_name param for MariaDB multi source replication support (#63229) 5 years ago
63271-mysql_replication_add_channel_parameter.yml mysql_replication: add channel parameter (#63271) 5 years ago
63280-fix_acl_spaces_in_path.yml acl: fix module failure if there're spaces in a path (#63280) 5 years ago
63321-mysql_replication_add_resetmaster_to_mode.yml mysql_replication: add support of resetmaster choice to mode parameter (#63321) 5 years ago
63345-docker_image-deprecation-warnings.yml docker_image: fix option parameter so that warnings are issued (#63345) 5 years ago
63362-remove-edgeos-filtering.yaml Remove filtering from edgeos_config module (#63362) 5 years ago
63371-mysql_info_add_exclude_fields_parameter.yml mysql_info: add exclude_fields parameter (#63371) 5 years ago
63408-nsupdate-dont-fix-none-txt-value.yaml nsupdate: Don't try fixing non-existing TXT values (#63408) 5 years ago
63418-docker_node_info-errors.yml docker_node_info: improve error handling (#63418) 5 years ago
63419-docker_container-defaults.yml docker_container: get rid of defaults (#63419) 5 years ago
63420-docker_container-trust_image_content.yml docker_container: deprecate trust_image_content (#63420) 5 years ago
63432-openssl_csr-version.yml openssl_csr: deprecate version option (#63432) 5 years ago
63467-docker-stack-return-fix.yml Make docker_stack adhere to standard ansible return values (#63467) 5 years ago
63513-ce_action_wait_prompt_trigger_time_out.yaml action/ce.py:clear configuration candidate when return to user-view. (#63513) 5 years ago
63522-remove-args-from-sumologic-and-splunk-callbacks.yml Callback: removing args from task_fields from Sumologic and Splunk plugin(#63527) 5 years ago
63546-mysql_replication_allow_to_pass_empty_values.yml mysql_replication - accept empty string to the module's parameters (#63546) 5 years ago
63547-mysql_variables_add_mode_param.yml mysql_variables: add mode parameter (#63547) 5 years ago
63551-yum-single-YumBase-instantiation.yaml yum - only instantiate YumBase once (#63713) 5 years ago
63555-postgresql_privs_typy_obj_types.yaml postgresql_privs: add support a type parameter option for types (#63555) 5 years ago
63565-postgresql_user_allow_user_name_with_dots.yml doc: postgresql_user: Add changelog fragment for 63565 (#63666) 5 years ago
63621-gitlab_user-fix-sshkey-and-user.yml gitlab_user: Fix ssh key add and group membership add when there's other changes (#63621) 5 years ago
63628-ansible-galaxy-fix-version.yml Added changelog fragment 5 years ago
63629-postgresql_db_pgc_support.yaml Support PostgreSQL Custom Format (#63806) 5 years ago
63683-dnf-handle-empty-appstream-stream.yml DNF Handle Empty AppStream stream definition (#63819) 5 years ago
63740-vmware_guest_disk_filename_destroy.yaml Adding filename and destroy options to vmware_guest_disk (#63740) 5 years ago
63741-do_not_search_for_vmdk_if_filename_defined.yaml Don't search for VMDK if filename is defined (#63741) 5 years ago
63752-cloudformation-return-changeset-id.yaml add change_set_id to cloudformation output (#63752) 5 years ago
63782-add-ansible-ask-vault-password-and-vault-password-file-options.yaml Add ansible cli options --ask-vault-password and --vault-pass-file (#63782) 5 years ago
63887-docker_swarm_service-sort-lists-when-checking-changes.yml docker_swarm_service: Sort lists when checking for changes (#63887) 5 years ago
63903-ufw.yaml ufw: add support for interface_in and interface_out (#65382) 5 years ago
63919-lineinfile-create-no-dir-path.yml lineinfile - don't run os.makedirs on empty dir path (#63921) 5 years ago
63924-boto3.yml Rewrite iam_policy using boto3 (#63924) 5 years ago
63940-template-lookup-hostvars-regression.yml template lookup: fix regression when templating hostvars (#64070) 5 years ago
63954-synchronize-remove-unused-block.yml synchronize - remove unused block (#64344) 5 years ago
63961-deprecate-fail_on_delete.yml AWS IAM Sanity test cleanup and deprecate unused 'fail_on_delete' option (#63961) 5 years ago
63969-zabbix_action_argsfix.yml zabbix_action shouldn't require args other than name when state=absent 5 years ago
63984-openssl-ed25519-ed448.yml openssl_csr and openssl_certificate: fix support for Ed25519 and Ed448 private keys (#63984) 5 years ago
63988-removes-python_compat_fallback.yml wait_for - remove an obsolete fallback for Python 2.6 (#63988) 5 years ago
63989-deprecate-unused.yml AWS S3 : Fixup sanity test issues and deprecate 2 unused options (#63989) 5 years ago
63990-replace-deprecated-basic-functions.yml Replaces deprecated usage of functions in ansible.module_utils.basic (#63990) 5 years ago
64007-postgresql_db_allow_user_name_with_dots.yml postgresql_db: allow to pass users names with dots (#64007) 5 years ago
64032-zabbix_template_fix_return_XML_as_a_string_even_python3.yml Zabbix: zabbix_template: fix https://github.com/ansible/ansible/issues/64030 (#64032) 5 years ago
64057-Add_named_parameter_to_the_to_uuid_filter.yaml Add a named parameter to the filter to_uuid (#64057) 5 years ago
64059-mysql_user_fix_password_comparison.yaml mysql_user: make sure current_pass_hash is a string before using it in comparison (#64059) 5 years ago
64076-urls-timeout-parameter.yml Remove uneeded Python version compatibility checks. (#64076) 5 years ago
64088-ast-literal.yml Replace import of pycompat24.literal_eval with ast.literal_eval. (#64088) 5 years ago
64151-remove-unsed-inventory-script-option.yaml Remove illusion of caching in the inventory script plugin (#64151) 5 years ago
64230-deprecate-unused.yml Sanity test fixups for AWS ec2 modules (#64230) 5 years ago
64258-purge_policies.yml Improve consistency of IAM_{role,user,group} behaviour (#64258) 5 years ago
64282-hostvarsvars-templating.yaml Use templating in HostVarsVars __repr__ (#64282) 5 years ago
64288-fix-hashi-vault-kv-v2.yaml Support non-KV and KV v1/v2 secret engines (#64288) 5 years ago
64368-deprecate-unused.yml Amazon related Sanity test fixups (remaining batch 1) (#64368) 5 years ago
64371-postgresql_privs-always-reports-as-changed-when-using-default_privs.yml fix module that it reports the correct status of a change (#65061) 5 years ago
64379-no-loop-unsafe.yml unsafe wrapping should only happen for with_ loops (#64401) 5 years ago
64382-docker_login-fix-invalid-json.yml docker_login: Use with statement for accessing files (#64382) (#64392) 5 years ago
64399_vmware_guest.yml VMware: Handle slash in network name in vmware_guest module (#64494) 5 years ago
64424-ansible-test-acme-container.yml ansible-test: bumping ACME test container version (#64424) 5 years ago
64436-openssh_keypair-add-password-protected-key-check.yml Do fail instead of regenerate for password protected and invalid keys. (#65638) 5 years ago
64458-vmware_host_dns.yaml VMware: New module vmware_host_dns (#64458) 5 years ago
64501-fix-python2.x-backward-compatibility.yaml Replace clear() method for backward compatibility. (#64504) 5 years ago
64559-hcloud-inventory-missing-compose-variables.yaml hcloud: inventory: missing compose variables (#64559) 5 years ago
64582-postgresql_publication_fix_typo_in_module_warn.yml postgresql_publication: fix typo in module.warn (#64582) 5 years ago
64583-postgresql_subscription_fix_typo_in_module_warn.yml postgresql_subscription: fix typo in module.warn method name (#64583) 5 years ago
64585-mysql_dont_mask_mysql_connect_errors_from_modules.yml mysql: add changelog fragment for PR 64585 (#65594) 5 years ago
64586-copy-upstream-version-of-ismount.yaml update ismount() to match upstream from cPython (#64586) 5 years ago
64598-add-next-token-support.yml - add nextToken support (#64598) 5 years ago
64635-docker_container-network_mode.yml docker_container: change network_host default behavior for Ansible 2.14 (#64635) 5 years ago
64637-docker_swarm_service-tmpfs-source.yml docker_swarm_service: Allow source to be omitted for tmpfs mounts (#64637) 5 years ago
64648-acme_certificate-acmev1.yml acme_certificate: Fix ACME v1 support when modify_account is set to false (#64648) 5 years ago
64661-postgres_py_add_query_params_arg.yml postgres.py: add query_params (#64661) 5 years ago
64664-fix-sys-modules-file.yml Set alter_sys=True instead of False to address backwards incompat (#64670) 5 years ago
64683-docker_container-cpus.yml docker_container: add support for --cpus (#64683) 5 years ago
64733-make-no_log-false-override-no_log-warnings.yml Allow no_log=False to silence the no_log warnings for module parameters (#64733) 5 years ago
64751-fix-wrong-promt-len-calc-in-ansible-console.yaml fix utils.color.stringc: enclosure non printable sequences in SOH,STX (#64751) 5 years ago
64789-regression-rescue-vars-not-defined.yml Fix ansible_failed_{task,result} undefined in rescue (#64831) 5 years ago
64797-fix-error-deleting-redfish-acct.yaml DeleteUser: do not disable user if already disabled (#64797) 5 years ago
64810-hostname-add-manjaro-linux-distribution.yml hostname - Add Manjaro Linux distribution (#64810) 5 years ago
64867-route53-diff.yml route53: diff support (#64867) 5 years ago
64892-add-parameters-to-url_lookup_plugin.yaml url lookup - add options to match those in urls.py (#64892) 5 years ago
64902-fix-allow-duplicates-in-single-role.yml Fix typo in a changelog fragment of #64902 (#65533) 5 years ago
64954_virtualization_podman.yml Add support for podman in virtualization facts (#64981) 5 years ago
64959-extract-filter-when-key-does-not-exist.yml Fix extract filter when key does not exist in container (#64959) 5 years ago
64963-dnf_idempotence.yml Fix DNF idempotency. (#66209) 5 years ago
64989-gitlab-handle-lib-new-version.yml gitlab modules: unify authentication method (#64989) 5 years ago
64994-postgresql_ext_use_query_params.yml postgresql_ext: use query_params (#64994) 5 years ago
65001-allow_configuring_async_startup_timeout.yml Add new configuration parameter to make Windows async startup timeout configurable (#66670) 5 years ago
65017-openssh_keypair-idempotence.yml openssh_keypair: fix idempotence issue (#65017) 5 years ago
65018-docker-none-errors.yml docker_container and docker_network: avoid None errors (#65018) 5 years ago
65044-fix-terraform-no-workspace.yaml terraform workspace list failure warns instead of fails (#65044) 5 years ago
65065-plugins-netconf-ce-fix.yaml Update plugins/netconf/ce.py to fix a bug(failed to get veriosn information via neocnf). (#65065) 5 years ago
65073-fix-inventory-cli-loading-vars-plugins.yaml Inventory CLI - Ignore settings for when vars plugins should run (#65073) 5 years ago
65093-postgresql_lang_use_query_params_with_cursor.yml postgresql_lang: use query parameters with cursor.execute() (#65093) 5 years ago
65114-fixed-replaced-ansible_facts-by-foreman_facts.yaml Fixed want_facts in the foreman inventory plugin - fixes #65111 (#65114) 5 years ago
65122-fix-encrypt_string-stdin-name-ouput-tty.yml Fix encrypt command output when using --stdin-name (#65122) 5 years ago
65154-vmware_datastore_cluster-configure-dns.yml vmware_datastore_cluster: Added SDRS configuration (#65193) 5 years ago
65164-postgres_use_query_params_with_cursor.yml postgres.PgMembership: use query params in cursor.execute method (#65164) 5 years ago
65198-ansibleundefined-is-not-unsafe.yml Do not treat AnsibleUndefined as being unsafe (#65202) 5 years ago
65219-sanity-tests-print.yml Sanity checks: test for print statement (#65219) 5 years ago
65223-postgresql_db-exception-added.yml Handle LibraryError exception in postgresql_db (#65229) 5 years ago
65238-fix_pacman_stdout_parsing.yml Fix pacman stdout parsing in the Ansible module (#65238) 5 years ago
65265-allow-udp-tcpudp-protocol.yaml elb_{network_lb,target_group}: allow UDP/TCP_UDP (#65828) 5 years ago
65302-dnf-msg-return.yml dnf: don't return fail_json['msg'] as list (#65302) 5 years ago
65304-fix_zabbix_host_inventory_mode_key_error.yml Zabbix: Handle KeyError in zabbix_host module (#65392) 5 years ago
65307-get_url-return-status-code-on-http-304.yaml [get_url] Return status_code on HTTP 304 (#65739) 5 years ago
65310-postgresql_owner_use_query_params.yml postgresql_owner: use query_params with cursor (#65310) 5 years ago
65335-add-plan-to-azure-vmscaleset-module.yaml Added ability to specify plan information for images that require it. (#65335) 5 years ago
65365-fix-tb-printing-hostvars.yml Set HostVars._variable_manager's attrs (#65508) 5 years ago
65372-misc-context-manager.yml Use context manager for file handling in misc files. (#65372) 5 years ago
65387-homebrew_check_mode_option.yml Homebrew: some functions ignored check_mode option (#65387) 5 years ago
65400-openssl-output.yml openssl_* modules: allow direct input and output for some files (#65400) 5 years ago
65404-postgresql_publication_user_query_params_with_cursor.yml postgresql_publication: use query params with cursor object (#65404) 5 years ago
65422-fix-throttle-with-linear-strategy.yml throttle: fix linear based strategies (#65422) 5 years ago
65435-openssl_csr-privatekey_path-required.yml openssl_csr: make sure privatekey_path is specified when state is present (#65435) 5 years ago
65437-ansible-test-module-validation-required.yml Sanity checks: make sure that `required` in argument spec coincides with documentation (#65437) 5 years ago
65498-mysql_db_add_executed_commands_return_val.yml mysql_db: add the executed_commands returned value (#65498) 5 years ago
65541-fix-utf8-issue-env-lookup.yml Fix env lookup plugin error on utf8 values (#65541) 5 years ago
65542-postgresql_db_add_executed_commands_return_val.yml postgresql_db: add executed_commands returned value (#65542) 5 years ago
65547-mysql_db_add_force_param.yml mysql_db: add force parameter (#65547) 5 years ago
65555-amazon-sanity-required.yml ec2_placement_group: Make name 'required' to match the documentation (#65555) 5 years ago
65557-iam-make-name-required.yml iam: Make 'name' required to match the documentation (#65557) 5 years ago
65558-iam_cert-require-name.yml iam_cert: Make 'name' a required option to match the documentation (#65558) 5 years ago
65559-iam_policy-require-iam_name.yml iam_policy: Make 'iam_name' a required option to match the documentation (#65559) 5 years ago
65576-fix-free-strategy-handler-filtering.yaml free strategy - include failed hosts that were notified (#65576) 5 years ago
65608.yml Replaces a open/close to validate access with os.access in azure storageblob. (#65608) 5 years ago
65609-docker-context-manager.yml Use a context manager in docker.ImageManager. (#65609) 5 years ago
65624-paramiko-ctx-man.yml Use a context handler for file handling in paramiko_ssh.Connection. (#65624) 5 years ago
65632-docker-argspec-fixup.yml docker_* modules: fix various errors in argument specs (#65632) 5 years ago
65633-crypto-argspec-fixup.yml crypto modules: fix various errors in argument specs (#65633) 5 years ago
65679-postgresql_schema_use_query_params_with_cursor.yml Fix a typo in changelog fragment's file name (#65788) 5 years ago
65715-vmware-content-deploy-template-fix-cluster.yml VMware: Fix cluster argument of module vmware_content_deploy_template (#65715) 5 years ago
65722-unsafe-tuples.yml Ensure that data within a tuple is marked as unsafe (#65918) 5 years ago
65733-fix-vmware-guest-properties-doc.yaml VMware: Corrected documentation on vmware_guest module (#65733) 5 years ago
65750-pacman.yml Fix pacman: "IndexError: list index out of range" #63077 (#65750) 5 years ago
65752-fix-azure_rm_storageblob-typo.yml Correct the spelling of property to last_modified (#65752) 5 years ago
65755-mysql_info_doesnt_list_empty_dbs.yml mysql_info: add return_empty_dbs parameter (#65755) 5 years ago
65787-postgresql_sequence_use_query_params_with_cursor.yml postgresql_sequence: use query parameters with cursor object (#65787) 5 years ago
65789-mysql_user_add_plugin_authentication_parameters.yml mysql_user: support for MySQL plugin authentication (#65789) 5 years ago
65791-postgresql_modules_use_query_params_with_cursor.yml postgresql modules: use query parameters with cursor objects (#65791) 5 years ago
65795-warn-if-user-has-set-append-but-not-set-groups.yaml user - warn if "append" is set but not "groups" (#65795) 5 years ago
65839-docker_network-idempotence.yml docker_network: fix multiple subnet (of same IP version) idempotence (#65839) 5 years ago
65854-docker_container-wait-for-removal.yml docker_container: wait for removal if removal is in process (#65854) 5 years ago
65862-postgresql_modules_use_query_params_with_cursor.yml postgresql modules: use query parameters with cursor objects (#65862) 5 years ago
65894-redfish-bios-attributes.yaml Fix version param in deprecate() call and update porting guide (#65894) 5 years ago
65903-postgresql_privs_sort_lists_with_none_elements.yml Bugfix of 65761: postgresql_privs fail after it's updated to 2.9.2 (#65903) 5 years ago
65922-filter-VMs-of-Same-name-on-the-basis-of-folder.yml VMware: filter VMs of Same name on the basis of folder (#65922) 5 years ago
65960-ec2_vol-filtering-bugfix.yml ec2_vol module filtering bug (#65960) 5 years ago
65968-vmware_guest_network.yml VMware: Use existing DVPG network in vmware_guest_network (#65994) 5 years ago
65993-restart-docker_container-on-restart-policy-updates.yaml docker_container - #65993 - update restart policy (restart policy & restart retries) wit… (#66192) 5 years ago
65997-vmware_guest-exclude-dvswitch-name-from-os-customization.yml vmware_guest: exclude dvswitch_name from guest os customization (#65997) 5 years ago
66006-RoleRequirement-include-stderr-error-msg.yaml RoleRequirement - Include stderr in the error message (#66006) 5 years ago
66026-zabbix_host_info.yml Include groups in name-based search results (#66026) 5 years ago
66048-mysql_add_master_data_parameter.yml mysql_db: add master_data parameter (#66048) 5 years ago
66060-redfish-new-resource-id-option.yaml Update deprecation version and porting guide for resource_id option (#66060) 5 years ago
66067-git-archive_prefix-option.yaml git - add an 'archive_prefix' option (#66067) 5 years ago
66128-fix-callback-set-options.yml Fix callback set_options issue with collections (#66128) 5 years ago
66144-docker_container-removal-timeout.yml docker_container: configure removal wait timeout (#66144) 5 years ago
66151-docker_swarm_service-healthcheck-start-period.yml docker_swarm_service: Fix parsing of Healthcheck.StartPeriod (#66151) 5 years ago
66157-postgresql-create-unique-indexes.yml PostgreSQL : Create unique index (#66157) 5 years ago
66189-hostname-osmc.yml Add support for OSCM-distribution in hostname module (#66190) 5 years ago
66217-vmware_cluster_drs-advanced-settings.yml VMware: Add advanced settings to vmware_cluster_drs (#66233) 5 years ago
66219-update-user-module-for-64733.yml Update user module to support no_log=False. (#66219) 5 years ago
66247-zabbix_proxy-address-field.yaml adding proxy_address field for active proxies (#66247) 5 years ago
66263-podman-connection-no-pause-rootless.yml podman - fix rootless container copy no pause (#66583) 5 years ago
66267-httpapi-timeout.yaml Persistent connections: These timeouts seem unused (#66267) 5 years ago
66268-cyberarkpassword-fix-invalid-attr.yaml Fix 'CyberarkPassword' object has no attribute 'delimiter' (#66268) 5 years ago
66270-net-facts-quieter.yaml net_facts modules: Don't warn about defaults changing if they're not being used (#66270) 5 years ago
66322-moved_line_causing_terraform_output_suppression.yml terraform: Remove line that is suppressing output being shown (#66322) 5 years ago
66331-postgresql_query_fix_unable_to_handle_non_ascii_chars_when_python3.yml Bugfix of 65367: postgresql_query doesn't support non-ASCII characters in SQL files with Python3 (#66331) 5 years ago
66370-galaxy-add-metadata-property.yaml Add a metadata property for CollectionRequirement (#66370) 5 years ago
66372-podman-image-pull-credentials.yml podman_image: Use provided credentials when pulling image (#66372) 5 years ago
66382-docker_container-port-range.yml docker_container: change behavior for one-port container ranges to be same as docker CLI (#66382) 5 years ago
66384-openssl-content.yml openssl_* modules: allow direct input for some files (#66384) 5 years ago
66385-ansible-test-module-validation-elements.yml Add tests to make sure that the documented 'elements' matches that defined in argument_spec (#66385) 5 years ago
66386-ansible-test-module-validation-list-elements.yml Add sanity test to require elements entry when argument type=list (#66386) 5 years ago
66398-pamd_fix-attributeerror-when-removing-first-line.yml pamd: Fix AttributeError when removing the first or last rule (#66398) 5 years ago
66463-zabbix_template-fix-error-linktemplate-and-importdump.yml zabbix_template - fixing errors linked templates and dump/imports (#66463) 5 years ago
66464-lookup-case-sensitivity-fix.yml Fix case sensitivity for lookup() (#66521) 5 years ago
66549-enablerepo-not-honored-when-used-with-disablerepo-all.yml yum - fix bug where enablerepo is not honored when disablerepo all (#66557) 5 years ago
66599-docker-healthcheck.yml docker_container and docker_swarm_service: allow to actually disable healthcheck of image (#66599) 5 years ago
66600-docker_container-volumes.yml docker_container: pass volumes only for anonymous volumes (#66600) 5 years ago
66604-powershell-unc-paths.yml Fix UNC path support in the powershell shell plugin (#66604) 5 years ago
66673-elb_target-awsretry.yaml add jittered backoff for elb (#66673) 5 years ago
66688-mysql_db_add_skip_lock_tables_option.yml mysql_db: add skip_lock_tables option (#66688) 5 years ago
66692-vmware_host_vmhba_info_fix_63045.yml VMware: Change node_wwn and port_wwn for FC HBA to hexadecimal value 5 years ago
66695-cloudfront-info-python3-fix.yml Make cloudfront_info work with Python3 … (#66695) 5 years ago
66711-postgresql_user_add_comment_parameter.yml postgresql_user: add comment parameter (#66711) 5 years ago
66717-postgresql_db_add_dump_extra_args_param.yml postgresql_db: add dump_extra_args parameter (#66717) 5 years ago
66726-galaxy-fix-attribute-error.yml galaxy: fix AttributeError on empty requirements.yml (#66726) 5 years ago
66747-zabbix_template-newupdaterule-deletemissinglinkedtemplate.yml zabbix_template - enable new update rule to delete missing linked templates (#66747) 5 years ago
66777-zabbix_host_tags_macros_support.yml zabbix_host - added support for usermacros and tags (#66777) 5 years ago
66786-fix-duplicate-yaml-key-error.yaml fixes ANSIBLE_DUPLICATE_YAML_DICT_KEY=error crashes (#66786) 5 years ago
66792-vultr-improve-plan.yml vultr: improve handling of dicontinued plans (#66792) 5 years ago
66801-mysql_user_priv_can_be_dict.yml mysql_user: priv parameter can also be a dictionary (#66801) 5 years ago
66806-mysql_variables_not_support_variables_with_dot.yml Bugfix of 54239: mysql_variables not supporting variables name with dot (#66806) 5 years ago
66807-redhat_subscription-no-default-quantity.yaml When no pool quantity is set, then do not set quantity to 1 (#66807) 5 years ago
66837-zabbix-proxy-interface.yml zabbix_proxy interface option documentation and argspec fixes (#66837) 5 years ago
66866_nxos_fan_facts.yaml nxos_facts: Don't fail if faninfo isn't reported (#66866) 5 years ago
66898-sanity-state-list.yaml Forbid `state=(list|info)` in modules via ansible-test sanity check 5 years ago
66914-purefa_user_string.yaml Fix user_agent string not getting set (#66914) 5 years ago
66918-removed_in_version-fix.yml Fix removed_in_version to support honor suboptions (#66918) 5 years ago
66921-sanity-state-get.yaml ansible-test - Add 'get' to the list of bad choices for state (#66921) 5 years ago
66966-ec2-group-and-group_id.yml Minor AWS argument checks (required_if / mutually_exclusive) fixups (#66966) 5 years ago
66974-mysql_user_doesnt_support_privs_with_underscore.yml Bugfix of 66974: mysql_user doesnt support privileges with underscore (#66995) 5 years ago
66979-ec2_vol_info-ansibleawsmodule.yaml Migrate ec2_vol_info to AnsibleAWSModule (#66979) 5 years ago
67013-purefb_fs_deprecate_nfs_parameter.yaml Remove deprecated parameter for 2.10 in purefb_fs (#67026) 5 years ago
67036-openssl_publickey-backend.yml openssl_publickey: forgot to pass backend (#67036) 5 years ago
67045-ec2_asg_mixed_instance_policy.yml Asg mixed instance types (#67045) 5 years ago
67089-sns_topic-notfound-backoff.yaml sns_topic: Retry on Topic 'NotFound' Exceptions when attempting to list subscriptions (#67089) 5 years ago
67109-openssl_certificate-acme-directory.yaml openssl_certificate: Selecting which acme directory to use to get certificate (#67109) 5 years ago
629400-add_properties_option_to_vmware_datastore_info.yml VMware: add properties option to vmware_datastore_info module (#62940) 5 years ago
action-plugin-always-cleanup.yml Add method to automatically clean up after an action plugin (#65509) 5 years ago
add-global-warnings-container.yaml Add mechanism for storing warnings and deprecations outside of AnsibleModule (#58993) 5 years ago
add-type-typename.yaml Add-Type - Added a way to reference assemblies by type name (#65866) 5 years ago
additional_spec_fix.yml Fixed argument spec for multiple modules - Part II (#65497) 5 years ago
adhoc_default_collection.yml fix default collection resolution in adhoc (#63298) 5 years ago
allow_ansible_ns.yml allow external collections under the ansible NS (#61908) 5 years ago
ansible-connection_persist_issue.yaml Fix ansible-connection persist after playbook run complete issue (#61591) 5 years ago
ansible-doc-removed-traceback.yml Fix ansible-doc traceback and sanity test. (#62040) 5 years ago
ansible-galaxy-agent.yaml ansible-galaxy - expand User-Agent string for Galaxy endpoints (#65578) 5 years ago
ansible-galaxy-cli-add-token-alias.yaml ansible-galaxy - add "--token" command line argument (#66376) 5 years ago
ansible-galaxy-handle-import-task-url-changes.yml Galaxy publish fix (#63580) 5 years ago
ansible-galaxy-ignore.yaml Add the ability to ignore files and collection build (#64688) 5 years ago
ansible-galaxy-progress.yaml ansible-galaxy - add config to control the display wheel (#61902) 5 years ago
ansible-galaxy-role-server.yaml ansible-galaxy fix --server option for roles (#61820) 5 years ago
ansible-galaxy-support-for-automation-hub.yml Add support for automation-hub authentication to ansible-galaxy (#63031) 5 years ago
ansible-test-ansible-doc.yml Fix ansible-doc traceback and sanity test. (#62040) 5 years ago
ansible-test-cloud-secrets.yml Mark ansible-test cloud credentials as sensitive. 5 years ago
ansible-test-collections-ansible-adhoc.yml fix default collection resolution in adhoc (#63298) 5 years ago
ansible-test-collections-coverage-noise.yml Properly exclude tests/output/ from code coverage. 5 years ago
ansible-test-collections-import-sanity-test.yml Fix ansible-test collections sanity import test. (#64467) 5 years ago
ansible-test-collections-requirements.yml Fix ansible-test collections requirements installation. (#62181) 5 years ago
ansible-test-color-ls.yml Fix ansible-test color `ls` logic. 5 years ago
ansible-test-coverage-ansible-connection.yml Fix ansible-test coverage of ansible-connection. 5 years ago
ansible-test-coverage-constraint.yml Add ansible-test constraint to avoid coverage 5.0+ 5 years ago
ansible-test-coverage-reorg.yml Reorganize ansible-test coverage code. 5 years ago
ansible-test-default-test-container-1.9.2.yml Add missing changelog fragments. (#62471) 5 years ago
ansible-test-default-test-container-1.9.3.yml Add missing changelog fragments. (#62471) 5 years ago
ansible-test-default-test-container-1.10.1.yml Update default-test-container to 1.10.1. 5 years ago
ansible-test-delegation-inventory.yml Fix ansible-test inventory delegation. 5 years ago
ansible-test-delegation-options.yml Add more ansible-test args to delegation config. 5 years ago
ansible-test-delegation-tmp-dir.yml Exclude tmp dir from ansible-test results copy. 5 years ago
ansible-test-doc-links.yml Fix display of sanity test doc links. 5 years ago
ansible-test-egg-info-version.yml Fix ansible-test egg-info directory detection. 5 years ago
ansible-test-enable-aix-os-testing.yml Testing: Add support for AIX platform (#65802) 5 years ago
ansible-test-env-alteration.yml Fix ansible-test env var mixing running commands. 5 years ago
ansible-test-execv-wrapper-shebang.yml Fix issues with ansible-test --venv option. (#62033) 5 years ago
ansible-test-fix-import-sanity-test.yml Changelog entry for ansible-test sanity fixes. 5 years ago
ansible-test-fix-python-path.yml Fix ansible-test PYTHONPATH handling. 5 years ago
ansible-test-git-submodule.yml Fix ansible-test handling of git submodules. (#65027) 5 years ago
ansible-test-hcloud-constraint.yml Fix hcloud requirements. 5 years ago
ansible-test-ignore-pip-warnings.yml Ignore warnings in ansible-test environment check. 5 years ago
ansible-test-ignore-tests-output.yml Fix ansible-test to ignore `tests/output/`. (#62084) 5 years ago
ansible-test-integration-temp-dir.yml Fix ansible-test integration temp dir location. 5 years ago
ansible-test-jinja2-python-2.6.yml Add constraints for Jinja2 on Python 2.6. (#66826) 5 years ago
ansible-test-no-pip-check.yml Add a `--no-pip-check` option to ansible-test. 5 years ago
ansible-test-pathspec-constraint.yml Add constraint for pathspec. 5 years ago
ansible-test-preserve-remote-authorized-keys.yml Keep SSH authorized keys in ansible-test setup. 5 years ago
ansible-test-pylint-plugin-paths.yml Fix plugin paths for ansible-test pylint test. (#65526) 5 years ago
ansible-test-pytest-plugin-loading.yml Add missing changelog entry for ansible-test fix. 5 years ago
ansible-test-redact.yml Redact sensitive values by default in ansible-test 5 years ago
ansible-test-refactor.yml Code cleanup and refactoring in ansible-test. (#67063) 5 years ago
ansible-test-remote-tar-format.yml Fix ansible-test tar format handling. 5 years ago
ansible-test-remove-tox-option.yml Remove ansible-test --tox delegation option. 5 years ago
ansible-test-rhel-8.1-testing.yml Switch from RHEL 8.0 & 8.1b to 8.1 in CI. 5 years ago
ansible-test-sanity-constraints.yml Fix ansible-test sanity requirements install. 5 years ago
ansible-test-sanity-requirements.yml Fix issues with ansible-test --venv option. (#62033) 5 years ago
ansible-test-setuptools-constraint.yml Add test constraint for setuptools. (#66426) 5 years ago
ansible-test-ssh-keygen-fix.yml Work around ssh-keygen issue in ansible-test. (#63211) 5 years ago
ansible-test-submodules.yml Use relative submodule status in ansible-test. 5 years ago
ansible-test-test-source-message.yml Add missing var for format string in ansible-test. 5 years ago
ansible-test-validate-modules-fixes.yml Fixes for validate-modules import handling. (#63932) 5 years ago
ansible-test-vcenter-plugin.yml Fix ansible-test vcenter test filtering. 5 years ago
ansible-test-venv-activation.yml Fix issues with ansible-test --venv option. (#62033) 5 years ago
ansible-test-venv-pythonpath.yml Fix issues with ansible-test --venv option. (#62033) 5 years ago
ansible-test-venv-system-site-packages.yml Add `--venv-system-site-packages` to ansible-test. 5 years ago
ansible-test-virtualenv-python-search.yml Fix ansible-test virtualenv real python search. 5 years ago
ansible-test-virtualenv-venv.yml Work around virtualenv/venv issue in ansible-test. (#62111) 5 years ago
ansible_basic_no_log_empty_string.yaml Fix issue when setting an empty pass to no_log param (#62804) 5 years ago
ansile-galaxy-preserve-api-append.yml Ensure we preserve the /api appended URL (#63472) 5 years ago
atomic_image_absent.yml atomic_image: Fix absent state (#61827) 5 years ago
azure-fact-fix.yaml Azure fix _info/_facts return values for some modules (#61584) 5 years ago
become-pass-precedence.yaml become - stop using play context in more places (#62373) 5 years ago
cgroup_fix_write.yml cgroup_perf_recap: Check if user wants to write to files or not (#64988) 5 years ago
change-get_bin_path-always-raise-exception.yaml Make get_bin_path() always raise an exception (#56813) 5 years ago
clc_aa_policy-remove-unused-wait-parameter.yaml clc_aa_policy: deprecate unused 'wait' parameter (#64367) 5 years ago
clean_facts-use-correct-variable-for-startswith.yaml clean_facts - use correct variable when evaluating the string (#64284) 5 years ago
collection-install-url.yaml Fix using a URL for galaxy collection install (#65272) 5 years ago
collection-prefix-basedir.yaml Add fix for specifying current dir in collections_paths (#62478) 5 years ago
collection_error_fix.yml collection: Provide additional info about collection name restriction (#65250) 5 years ago
collection_jinja_cache_fix.yml fix collection jinja2 cache issue (#62543) 5 years ago
collection_loader-sort-plugins.yaml Make sorting in collection_loader match plugin loader (#65776) 5 years ago
collection_loader_import_fixes.yml Fix plugin names for collection plugins. (#60317) 5 years ago
config-manager-vault-str.yaml config manager str type vault source (#65023) 5 years ago
config_encoding_resilience.yml config encode errors should not be fatal (#63311) 5 years ago
cron-only-get-bin-path-once.yaml cron - Only run get_bin_path() once (#62554) 5 years ago
cronvar-correct-binary-name.yaml cronvar - use correct binary name (#63279) 5 years ago
debug_loop_changed.yaml clean "changed" only after it has been processed (#59958) 5 years ago
deprecate-hash-behaviour.yml Deprecate hash_behaviour (#63300) 5 years ago
detect-generic-container.yml setup: more reliably detect container environment (#66183) 5 years ago
dict2items.yml loop: simplify dict2items example in docs (#66235) 5 years ago
display-warning-remove-erroneous-space.yaml Remove leading space in warning messages (#62002) 5 years ago
distribution_release.yml distribution: ignore plesk-release file while parsing (#64665) 5 years ago
dont-template-cli-passwords.yml Wrap CLI Passwords with AnsibleUnsafeText, ensure unsafe context is not lost during encode/decode (#63351) 5 years ago
extra-vars.yml core: Handle empty extra vars in cli (#61831) 5 years ago
extra_vars_with_at_sign.yml vars: Fail with warning for extra_vars filename without @ sign (#59915) 5 years ago
file-change-src-without-state-to-error.yaml file - change warning to error (#66671) 5 years ago
file-fix-diff-peek-arg-spec.yaml file - change _diff_peek type in argument_spec (#60428) 5 years ago
find-contains-docs.yaml find - clarify description of 'contains' (#62445) 5 years ago
fips-paramiko-import-error.yaml Handle InternalError raised by cryptography when running in FIPS mode (#65477) 5 years ago
firewalld-version-0_7_0.yml adapt to firewalld 0.7.0 for RHEL 8.1 Beta, Fedora 31+ (#63357) 5 years ago
fix-ansible-galaxy-server.yml AH servers include automation-hub as part of the server configuration. (#63700) 5 years ago
fix_zabbix_host_visible_name.yml fixes bug: visible_name was not updated when not set in existing host… (#64095) 5 years ago
fortios_fix.yml Fortios: Correct underscore_to_hyphen API (#66119) 5 years ago
galaxy-add-path-validation-utility-function.yaml Add validate_collection_path function (#66441) 5 years ago
galaxy-cli-add-collection-path-parser-arg.yaml Add collections path option to ansible-galaxy (#66969) 5 years ago
galaxy-collection-rename-private-function.yaml Rename private function (#66577) 5 years ago
galaxy-collections.yaml ansible-galaxy - Add User-Agent to requests (#65438) 5 years ago
galaxy-error-reason.yaml galaxy - print HTTP reason on unknown error (#65273) 5 years ago
galaxy-role-version.yaml Fix up role version pagination for Galaxy install (#64373) 5 years ago
galaxy-server-list.yaml ansible-galaxy ignore empty server_list (#65986) 5 years ago
gather_facts-warnings.yaml Make sure warnings are printed during fact gathering (#66258) 5 years ago
gitlab_project_variable.yml gitlab_project_variable: Remove sensitive information (#66556) 5 years ago
include_vars-ad-hoc-stack-trace-fix.yaml include_vars - fix stack trace when run ad-hoc with dirs parameter (#66581) 5 years ago
include_vars_fix_none.yml include_vars: Check NoneType for raw_params (#64979) 5 years ago
limit-file-exception.yml inventory: Fail on non-existing limit file (#59758) 5 years ago
lineinfile-backrefs-match-object-type.yaml lineinfile - properly insert line when line exists and backrefs are enabled (#63763) 5 years ago
lineinfile-use-correct-index-value.yaml lineinfile - use correct index value when inserting at the end (#63696) 5 years ago
logging-traceback.yaml display - Fix up tracebacks on 3rd party loggers when log path is set (#65582) 5 years ago
lookup_rabbitmq-is_closing-bug.yml lookup_rabbitmq pika > 1.0.0 is_closing bug fix (#61959) 5 years ago
meraki-dont-compare-type.yml Meraki - Remove type comparison for idempotency check (#65338) 5 years ago
meraki_organization-ignore-url.yml meraki_organization - Ignore URL parameter when comparing for… (#65337) 5 years ago
misc_typo_fix.yml Misc typo fixes (#66120) 5 years ago
module-validation-argument_spec-schema.yml Schema validation for argument_spec (#65747) 5 years ago
mqtt-ssl-protocols.yml fix spelling issues (#64103) 5 years ago
net_modules_collection_support.yml Add collection support for network platform agnostic modules (#66342) 5 years ago
netbox-add-cache.yaml Add inventory cache to the netbox plugin (#57644) 5 years ago
netconf_plugin_device_handler.yml Fix netconf plugin related to collections (#65718) 5 years ago
network_action_plugin_fixes.yml Fix action plugin issue with network connection type in common collection (#65078) 5 years ago
network_action_plugin_load.yml Fix network action plugin load in collection (#65849) 5 years ago
network_cli_enable_fix.yml Fix network_cli become check to be compatible with collections (#65829) 5 years ago
no-log-sub-options-invalid-parameter.yaml Properly mask no_log values is sub parameters during failure (#63405) 5 years ago
nxos_bfd_global-add-missing-import.yaml nxos_bfd_global - add missing import of re (#62226) 5 years ago
nxos_file_copy_path_issue.yml Fix nxos_file_copy option value path validation (#65423) 5 years ago
openbsd-disabled-account-no-warning-for-passwd.yaml Allow 13 asterisk characters in password field without warning (#54893) 5 years ago
os_server_volume.yml Attach an attached/detached volume from OpenStack VM’s should return similar information (#21558) 5 years ago
package-facts-use-module-warnings.yaml package_facts - use AnsibleModule.warn() for warnings 5 years ago
paramiko_ssh-improve-error-message.yaml paramiko_ssh - Improve authentication error message (#64157) 5 years ago
plugin_doc_link_fix.yml docs: Fixed "Edit on GitHub" link for plugin, cli (#66745) 5 years ago
postgresol_privs-fix-status-sorting.yaml postgresql_privs - fix sort comparison (#65125) 5 years ago
proxmox-6-version-detection.yaml proxmox: fix proxmox 6 version detection by using LooseVersion (#59165) 5 years ago
ps_web_request-aliases.yaml WebRequest - remove generically named aliases from util (#66325) 5 years ago
ps_wrapper-deprecated_aliases.yaml Ansible.Basic - Added deprecated_aliases (#66323) 5 years ago
psexec-kerb-and-interactive.yaml psexec - Fix kerb and interactive support (#62556) 5 years ago
pwsh-minimum.yaml Add proper error when trying to run on older PS versions (#62634) 5 years ago
python38-macos.yaml Explicitly use multiprocessing fork start method (#63581) 5 years ago
rabbitmq_publish-certificate-checks.yml rabbitmq_publish SSL certificate implementation (#62036) 5 years ago
reboot-add-last-boot-time-parameter.yaml reboot - add boot_time_command parameter (#62680) 5 years ago
remove-2.9-deprecations.yml Improve deprecate sanity check; remove deprecated features which should have been removed for 2.9 (#65745) 5 years ago
server2008-dep.yaml Deprecate Windows 2008, and 2008 R2 (#66257) 5 years ago
service-mgr-systemd-offline.yml service_mgr: detect systemd, even offline (#66071) 5 years ago
setup.ps1-parity-with-linux-regarding-missing-local-facts-path.yml setup.ps1 - parity with linux regarding missing local facts path (#58887) 5 years ago
solaris_zone_name_fix.yml solaris_zone: Allow only valid characters in zone name (#65686) 5 years ago
spec_fix.yml Fixed argument spec for multiple modules (#65496) 5 years ago
split-host-pattern-empty-strings.yaml Account for empty strings when splitting the host pattern (#62442) 5 years ago
supported_network_platforms_local_collection.yml Add collection support with local for supported network platforms (#66302) 5 years ago
syslogger-disable-check-mode.yaml syslogger - disable check mode (#63646) 5 years ago
truthiness-tests.yaml Add new truthy and falsy jinja2 tests (#62602) 5 years ago
typo_fix_vmware_guest_powerstate.yml VMware: Fix typo in fail_json in vmware_guest_powerstate (#65162) 5 years ago
user-aix-shadow-unbound-local.yaml user - fix shadow file parsing on AIX (#62547) 5 years ago
user-alpine-on-changed-fix.yaml user - honor update_password parameter on BusyBox hosts (#65977) 5 years ago
user-docs-group-fix.yaml User - correct group removal description in docs (#61936) 5 years ago
user-fix-value-comparison-on-macos.yaml user - compare macOS user properties using same type (#62973) 5 years ago
user_missing_etc_shadow.yml user: Handle exception when /etc/shadow file is missing (#63888) 5 years ago
v2.10.0-initial-commit.yaml [WIP] Cleanups and version bumping for 2.10 (#61572) 5 years ago
validate-modules-argument-spec.yml Add changelog entry for PR #66321 5 years ago
vars_prompt_error_on_unsupported_key.yaml Throw an error on unsupported vars_prompt keys (#65487) 5 years ago
vmware-module_fragments-group.yml VMware: Add module defaults for VMware modules (#63197) 5 years ago
vmware-only-add-configured-interfaces.yml vmware: Only add configured network interfaces to facts (#28552) 5 years ago
vmware_cluster_info_hosts.yml vmware_cluster_facts: adds list of host in cluster (#61006) 5 years ago
vmware_export_ovf.yaml vmware_export_ovf: increase default timeout 5 years ago
vmware_guest.yaml VMware: Add a parameter wait_for_ip_address_timeout in vmware_guest (#63557) 5 years ago
vmware_guest_custom_attributes.yml VMware: name is not required parameter for vmware_guest_custom_attributes 5 years ago
vmware_guest_disk_info_disk_mode.yml VMware: Re-introduce backing_disk_mode in vmware_guest_disk_in… (#63244) 5 years ago
vmware_guest_restore_custom_values.yml vmware_guest: Revert custom value customization in guest (#65031) 5 years ago
vmware_host_firewall_manager_fix_61332.yaml vmware_host_firewall_manager: fix #61332 5 years ago
vmware_host_lockdown_typo_fix.yml VMware: Fix state parameter in vmware_host_lockdown module (#65495) 5 years ago
vmware_httpapi_fix.yml VMware: Minor fixes in vmware_httpapi modules (#65663) 5 years ago
vmware_vm_inventory_port.yml vmware: vmware_vm_inventory use port value when with_tags:True (#65568) 5 years ago
wait_for_connection-interpreter-discovery-retry.yaml wait_for_connection: also retry interpreter discovery (#67040) 5 years ago
warnings-remove-extra-newline.yaml display - remove extra new line after warning message (#65199) 5 years ago
win-coverage-out-encoding.yaml Use UTF-8 without a BOM for win coverage (#66510) 5 years ago
win_become-shared-token.yaml win_become - don't dispose logon token until end (#61905) 5 years ago
win_chocolatey-check-install-path.yaml win_chocolatey: Fix error when choco.exe not found (#53115) 5 years ago
win_chocolatey-override_args.yaml Add --override-arguments option to win_chocolatey module (#65101) 5 years ago
win_command-encoding.yaml Add encoding and codepage params to win_command/win_shell (#54896) (#54966) 5 years ago
win_disk_facts-Set-output-array-order-by-disk-number.yml win_disk_facts - Set output array order to be by disk number property (#64997) 5 years ago
win_dns_client-ipenabled.yaml win_dns_client - only configure ip enabled adapters (#65488) 5 years ago
win_dns_client_ipv6.yaml Add full IPv6 support to win_dns_client - Fixes #55962 (#57577) 5 years ago
win_domain_computer-credential.yaml Corrected Get-adcomputer (#63093) 5 years ago
win_domain_computer-idempotence.yaml win_domain_computer module: Fix idempotence when name != sam_account_name (#56967) 5 years ago
win_domain_user-group-missing.yaml win_domain_user: add retry logic for null user principal group (#54334) 5 years ago
win_domain_user-identity.yaml win_domain_user: Make Identification of the user to work with more robust (#61594) 5 years ago
win_exec-error.yaml win_exec_wrapper - Be more defensive when trying to get output errors (#62376) 5 years ago
win_find-fix-ignore-of-deduped-files.yml win_find - Fix deduped files mistaken for directories (#58680) 5 years ago
win_find-performance.yaml win_find - Refactor for better performance and alignment to find (#65536) 5 years ago
win_firewall-Change-req-check-from-wmf-version-to-cmdlets-presence.yml win_firewall- Change req check from wmf version to cmdlets presence (#64998) 5 years ago
win_firewall_rule-add-support-for-icmptypecode.yml win_firewall_rule - support ICMP types and codes (#60361) 5 years ago
win_format-Idem-not-working-if-file-exist-but-same-fs.yml win_format - Idem not working if file exist but same fs (#59819) 5 years ago
win_get_url-redirection.yaml win_uri win_get_url - Fix up redirection defaults (#65584) 5 years ago
win_iis_webapppool-check-mode.yaml allow using --check on win_iis_webapppool module (#50528) 5 years ago
win_iis_website-restarted.yaml Improve handling of "restarted" state for win_iis_website module (#63829) 5 years ago
win_nssm-Implement-additional-parameters.yml win_nssm - Implement additional parameters (#65131) 5 years ago
win_package-basic.yaml win_package - Use newer module wrapper as refactor baseline (#65586) 5 years ago
win_partition-var.yaml change $partition variable name to $ansible_partition (#63968) 5 years ago
win_pester-path-behaviour.yaml win_pester - Align dir scanning with Pester's defaults (#64880) 5 years ago
win_setup-install-type.yaml Modified setup.ps1 in order to show Windows Installation type (#41002) 5 years ago
win_share-Implement-append-paramtere-for-access-rules.yml win_share - Implement append paramtere for access rules (#59469) 5 years ago
win_unzip-paths.yaml win_unzip - LiteralPath fix (#66972) 5 years ago
windows-coverage-encoding.yaml Windows coverage - output temp files with UTF-8 BOM (#65086) 5 years ago
xml-deprecated-functions.yml Fix use of deprecated function in xml module. 5 years ago
zabbix-hostmacro.yml zabbix_hostmacro support for zabbix native macro names and macro_value not required when state=absent (#65884) 5 years ago