ansible/changelogs/fragments
kaorihinata 3ca4580cb4 Allow no_log=False to silence the no_log warnings for module parameters (#64733)
As AnsibleModule._log_invocation is currently implemented, any parameter
with a name that matches PASSWORD_MATCH triggers the no_log warning as a
precaution against parameters that may contain sensitive data, but have not
been marked as sensitive by the module author.

This patch would allow module authors to explicitly mark the aforementioned
parameters as not sensitive thereby bypassing an erroneous warning message,
while still catching parameters which have not been marked at all by the
author.

Adds tests for various no_log states including True, False, and None (as
extracted by AnsibleModule._log_invocation) when applied to an argument with
a name that matches PASSWORD_MATCH.

Fixes: #49465 #64656
2020-01-09 16:47:57 -05:00
..
27800-ec2_vpc_net-ipv6-support.yml AWS ec2_vpc_net: Enable ipv6 CIDR assignment (#60983) 2019-09-10 19:25:36 -04:00
36876-github-deploy-key-fix-pagination.yaml Added support for pagination to the github_deploy_key module(#36876) 2019-11-08 09:09:23 +05:30
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) 2019-09-06 22:44:25 +02:00
48997-ecs_ecr-livecycle-policy.yml Add support for ECR Lifecycle Policies to ecs_ecr (#48997) 2019-12-19 11:41:41 -07:00
51489-apt-not-honor-update-cache.yml apt: honor cache_update=false on auto-install deps (#56549) 2019-08-30 15:57:58 -04:00
51595-adds-win32_diskdrive-object-to-win_disk_facts.yaml win_disk_facts: Adds Win32_DiskDrive object to facts (#51595) 2019-11-15 15:45:18 +10:00
52408-luks-device.yaml Add passphrase support for luks_device (#65050) 2019-11-30 20:50:30 +01:00
54095-import_tasks-fix_no_task.yml Check if task file is specified for import_tasks (#57572) 2019-12-24 10:26:32 +05:30
55919-rabbitmq_publish-fix-for-recent-pika-versions.yml rabbitmq_publish fix for incorrectly stating message was not published to the queue (#61960) 2019-09-11 20:29:05 +02:00
55965-add-allow-projects-in-openstack-inventory.yml Add support for all_projects in OpenStack inventory module (#55965) 2019-11-21 10:35:44 -05:00
56033-win_iis_webapplication-add-authentication-options.yml win_iis_webapplication: add authentication parameters (#56033) 2019-11-15 16:04:19 +10:00
56468-deprecate-lnb-absent.yml AWS NLB: Deprecate current default behaviour of 'absent' (#65468) 2019-12-09 15:55:32 +01:00
56832-remove-aptitude-warning.yml Fixes #56832: Remove warning when falling back to apt-get if aptitude is missing. (#61782) 2019-09-12 15:29:36 -04:00
56966-win_format-allocation-unit-size.yml win_format - Add allocation_unit_size (#56966) 2019-09-25 08:58:30 -04:00
57185-fix_vmware_modules_py_pre2.79.yaml VMware: not ssl.SSLContext if validate_certs false (#57185) 2019-09-09 21:41:46 +05:30
57266-apt_repository-update-cache-retrying.yml apt_repository: implement update cache retrying (#57266) 2019-08-30 16:14:15 -04:00
57535-vmware_vcenter_statistics_corner-cases.yml VMware: Fix issue with order of changes in vmware_vcenter_statistics 2019-09-09 16:01:54 -04:00
57779-module_defaults_groups_catchup_gcp.yml Add missing gcp modules to gcp module defaults group (#57779) 2019-09-19 20:25:47 +01:00
57804-win_acl-no-longer-needs-SeSecurityPrivilege.yml win_acl no longer needs SeSecurityPrivilege (#57804) 2019-11-13 09:54:57 +10:00
58225-win_partition-maximum-partition-size.yml win_partition - Fix handling of maximum partition size (#58225) 2019-09-25 11:51:26 -04:00
58323-copy-deep-recursive-with-remote_src.yaml copy - check for changes beyond first level of subdirectories (#58323) 2019-10-30 12:17:11 -04:00
58466-FIX_win_find-Bug-Get-FileStat_fails_on_large_files.yml Support large folder size comparisons for win_find (#58466) 2019-09-15 19:04:59 -04:00
58812-support_absolute_paths_additionally.yml #58578 support absolute paths additionally (#58812) 2019-12-21 12:49:38 +01:00
58822-aws-lamda-tracing-config.yaml Added missing param to lambda module to pass it through to boto3 (#58822) 2019-10-22 17:17:01 +02:00
58824-vmware_cluster_ha-advanced-settings.yml VMware: Add advanced settings to vmware_cluster_ha 2019-12-19 14:19:45 -05:00
58824-vmware_dvs_portgroup-implement-portgroup-updates.yml VMware: Implement updates for dvPG in vmware_dvs_portgroup (#62537) 2019-11-09 09:35:01 +05:30
58973-luks_device_add-type-option.yml luks_device.py: allows user explicity define luks format version (#61812) 2019-09-11 20:45:33 +02:00
58973_luks_device-add-label-and-uuid-support.yml luks_device.py: Allow manipulate LUKS containers with label or UUID (#61603) 2019-09-03 05:40:09 +02:00
59060-validate-modules-aliases.yml module sanity checks: improve alias handling (#59060) 2019-11-21 15:33:27 -05:00
59379-vmware_tag_manager-use_category.yml VMware: Find unique tag using category id (#61082) 2019-11-20 14:43:04 +05:30
59395_meraki_content_filtering.yaml Meraki: Fixed line 174 changed from None to the actual net_id… (#59395) 2019-12-18 12:10:16 -05:00
59438-hostname-use-hostnamectl.yml hostname: Use hostnamectl for Systemd strategy (#59974) 2019-09-11 10:27:17 +05:30
59464-playbook-dir-envvar.yml add ANSIBLE_PLAYBOOK_DIR envvar support (#63220) 2019-10-08 17:34:15 -07:00
59522-renamed-module-tls-client-auth-params-to-avoid-overlaping-with-fetch_url.yaml #59522: adjust messages (#65129) 2019-11-21 17:20:38 +01:00
59574-os_image_from_volume.yaml support creating an image from a volume (#59574) 2019-09-27 14:29:34 +02:00
59765-cron-cronvar-use-get-bin-path.yaml cron - Use the default crontab executable in cron and cronvar modules (#59765) 2019-09-18 15:35:06 -04:00
59877-fix-keyerror-in-redfish-getlogs.yaml Fix KeyError exceptions in GetLogs command (#59877) 2019-09-03 21:44:07 -04:00
59927-fix-redfish-power-reset-type-mapping.yaml Fix power command ResetType mapping logic (#59927) 2019-09-05 05:39:21 -04:00
60106-templar-contextmanager.yml Introduce context manager for temporary templar context changes (#60513) 2019-10-25 09:51:57 -05:00
60201-idrac-redfish-config-attributes-support.yml Add support for multiple manager attributes configuration (#60201) 2019-11-15 10:53:36 +00:00
60388-openssl_privatekey-format.yml openssl_privatekey: add support for format option (#60388) 2019-10-17 10:40:13 +02:00
60510-k8s-apply-check-mode.yml Ensure k8s apply works with check mode (#60572) 2019-09-19 05:30:31 +02:00
60527-apt_exponential_backoff_cache_update_retry.yml apt: use exponential backoff for apt update cache retries (#60527) 2019-08-30 15:55:38 -04:00
60569-plugins-netconf-ce.yml fix plugins/netconf/ce.py for netconf/capability/exchange (#60569) 2019-09-17 08:00:55 +02:00
60587-doc_parsing.yml doc: Handle exception in parsing parameter description (#60933) 2019-11-12 16:48:46 +05:30
60961-docker_compose-fix-deprecation-warning.yml fix erroneous failures in docker_compose due to deprecation warnings … (#61650) 2019-09-04 19:34:05 +02:00
61004-compare_policies-convert-to-string.yml Fix behaviour of module_utils/ec2 compare_policies when dealing with bare bools and ints. (#61115) 2019-09-09 12:08:25 -04:00
61078-vars-plugin-whitelist-and-execution-settings.yaml Support vars plugins in collections (#61078) 2019-11-04 11:41:14 -05:00
61119-os_server-add-tag-to-instance-nics.yml os_server - add "tag" to instance nics (#61119) 2019-09-02 05:07:53 -04:00
61227-win_iis_webapplication-apppool-change.yml correct behaviour of win_iis_webapplication when no applicationpool is specified (#61227) 2019-09-15 22:27:18 -04:00
61263-aws_codecommit-description.yml aws_codecommit: Fix integration tests and Add support for updating the description (#61263) 2019-08-30 11:25:37 -07:00
61279-ec2_launch_template-output.yml ec2_launch_template: Add default_version and latest_version to output, matching the documentation (#61279) 2019-12-18 15:53:57 -05:00
61284-ec2_asg-idempotency.yml aws_asg: Fix idempotency when using tags and metrics (#61284) 2019-09-06 12:48:40 -07:00
61338-tower-inventory-integer-inventory_id.yaml Use to_native for error messages, fix docs typo 2019-09-16 12:11:41 -07:00
61522-luks-device-add-option-to-define-keysize.yml add option to define keysize at luks partition creation (#61522) 2019-08-31 19:32:41 +02:00
61562-nagios-start.yaml Nagios module: minor change, added "start" parameter (#61562) 2019-12-06 12:23:03 -05:00
61570-netcli-put-get.yaml Allow the use of _paramiko_conn even if the connection hasn't been started. (#61570) 2019-09-09 16:59:20 -04:00
61577-support-iops-in-purefa_volume.yml Add IOPs bandwidth support to volumes (#61577) 2019-08-30 01:12:39 -04:00
61604-ansible-inventory-hide-args.yaml Properly hide limit and list-hosts args from ansible-inventory (#61618) 2019-09-06 11:43:50 -05:00
61624-fix-galaxy-url-building.yml Don't truncate the last character from galaxy urls. Fixes #61624 (#61775) 2019-09-05 07:06:42 +10:00
61655-fix-digital-ocean-droplet-create.yaml Fix creation of DigitalOcean droplets using digital_ocean_droplet module (#61655) 2019-09-04 02:28:56 -04:00
61658-openssh_keypair-public-key-permissions.yml openssh_keypair: make sure public key has same permissions as private key (#61658) 2019-09-10 06:44:04 +02:00
61693-acme-buypass-acme-v1.yml ACME modules: make compatible to Buypass ACME v1 CA, and fix bug in ACME v1 account update (#61693) 2019-09-21 16:53:15 +02:00
61735-wait-for-s3-bucket-to-exist-before-modifying.yaml aws_s3 - wait for the bucket before setting ACLs (#61735) 2019-09-04 09:42:28 -04:00
61736-eos-normalize-interface.yaml Standardize eos resource modules (#61736) 2019-09-13 09:35:50 -04:00
61738-ecs-certificate-invalid-chain.yaml Fixes to ecs_certificate cert chain for #61738 (#61858) 2019-09-07 07:58:25 +02:00
61740-docker_container-port-range-parsing.yml docker_container: improve port range parsing error behavior (#61740) 2019-09-08 20:30:18 +02:00
61805-azure-facts-info.yml Azure _info modules: fix returned ansible_facts when called as _info (#61805) 2019-09-05 11:51:56 +02:00
61921-gitlab_user.yml gitlab_user: Remove optional parameters while state is absent (#64832) 2019-11-14 17:21:14 +05:30
61925-fix_purefa_fact_info_api_check.yml purefa_info: Fix failure due to API version check (#61925) 2019-09-09 09:14:46 +02:00
61933-ec2_transit_gateway-honor-auto_attach-setting.yaml fix 61907 - auto_attach yes option not honored in ec2_transit_gateway (#61993) 2019-10-21 16:06:43 +01:00
61961-pacman_remove_recurse_option.yaml pacman: remove 'recurse' deprecated option (#61961) 2019-10-03 00:02:06 +02:00
61978-get-url-no-checksum.yml Don't treat no checksum as a checksum match (#62146) 2019-09-13 13:24:15 -04:00
62014-iam_role_session_instanceprofile.yml iam_role : support managing max session duration and deleting the instance profile it creates (#62014) 2019-09-20 13:26:29 -07:00
62068-add-pure-cbs-support.yml Add checks for Cloud Block Store (#62068) 2019-09-24 15:11:15 -04:00
62083-vmware-internal_results.yml VMware: Change return key results from VMware modules (#62161) 2019-09-13 09:57:04 +05:30
62096-test-coverage-all.yml Fix ansible-test coverage --all (#62115) 2019-09-11 15:12:38 +10:00
62188-VMware-Guest-Support-latest-version-while-upgrading-VM-hardware.yml Support latest version while upgrading VM hardware. (#62188) 2019-10-07 16:41:57 -04:00
62218-fix-to-entrust-api.yml Always specify header of connection keep-alive regardless of python v… (#62218) 2019-09-12 21:05:23 +02:00
62237-keep-unsafe-context.yml Ensure we don't erase unsafe context in TaskExecutor.run on bytes (#62287) 2019-09-13 13:14:35 -05:00
62290-fix-cloudformation_info-KeyError.yaml cloudformation_info - fix KeyError (#62290) 2019-09-18 09:58:58 -04:00
62329-nsupdate-lookup-internal-zones.yaml nsupdate: Use authoritative server for zone lookup (#62329) 2019-09-28 19:34:28 +02:00
62348-yarn-no_version_install_fix.yml [yarn] Set name_version when version is not specified (#62348) 2019-11-23 09:26:35 +01:00
62403-ce_bgp_neighbor_af_fix_parameter_name.yml ce_bgp_neighbor_af: fix a typo in module's parameter (#62403) 2019-09-17 13:34:07 +01:00
62407-wait_for_connection.yml Remove temp directory created by wait_for_connection (#64592) 2019-11-12 10:07:33 -05:00
62542-constructed-options-foreman-inventory-plugin.yaml Add Constructed to Foreman inventory plugin (#62542) 2019-10-17 11:43:22 +02:00
62582-allow_diff_before_after_to_be_None.yml allow before/after diff to be NoneType (#62582) 2019-09-20 15:47:18 -04:00
62587-module_utils-network-cloudengine.yml module_utils-network-cloudengine: fix get_nc_next. (#62587) 2019-09-23 15:13:42 +02:00
62598-AnsibleDumper-representer.yaml Add a representer for AnsibleUnsafeBytes (#62598) 2019-09-19 14:27:48 -04:00
62616-vmware_cluster_ha-fix-documentation.yml VMware: Remove mentions of enable_vsan from vmware_cluster_ha example (#62616) 2019-09-20 12:03:20 +05:30
62617-fix-redfish-enable-account-if-enabled-prop-missing.yaml Do not PATCH Account Enabled prop if not supported (#62617) 2019-10-29 13:16:49 +00:00
62621-docker_login-fix-60381.yaml docker_login: fix Python 3 problem in #60381 (#62621) 2019-09-21 15:13:31 +02:00
62648-mysql_replication_add_master_use_gtid_param.yml mysql_replication: add master_use_gtid parameter (#62648) 2019-10-03 18:02:41 +05:30
62713-add-path_join-filter.yaml add a path_join filter which joins path components (#62713) 2020-01-06 11:56:40 -05:00
62766-package_facts-pkg-manager-fix-vital-value.yml package_facts: check 'vital' and 'automated' values ('pkg' manager) (#62766) 2019-09-24 10:03:56 +02:00
62772-vmware_vmkernel_info-fix.yml VMware: Handle NoneType in vmware_vmkernel_info (#65834) 2019-12-24 09:38:38 +05:30
62790-openssl_certificate_fix_assert.yml Fix _validate_csr_subject and _validate_csr_signature (#62790) 2019-09-29 16:17:38 +02:00
62809-dnf-wildcard-absent-failure.yml dnf - properly handle idempotent removal of wildcard globs (#63034) 2019-10-02 11:05:12 -04:00
62810-Vmware-Guest-Allow-DashInWindowsServerDNSName.yml VMware: Allow dash in Windows server dnsname (#64052) 2019-10-31 14:02:52 +05:30
62870-collection-install-default-path.yml Default collection install path to first path in COLLECTIONS_PATHS (#62870) 2019-10-02 10:22:00 -04:00
62872-ce_config_too_many_quit_close_connection.yml ce_config/bug/jingdong: a bug from jingdong. (#62872) 2019-10-22 07:38:10 -04:00
62916-add_properties_option_to_vmware_host_facts.yml VMware: add properties option to vmware_host_facts module (#62916) 2019-10-07 10:27:57 +05:30
62928-docker_container-ip-address-idempotency.yml docker_container: fix idempotency for network IP addresses (#62928) 2019-09-30 10:47:02 +02:00
62971-docker_container-image-finding.yml docker_container: improve image finding / change detection (#62971) 2019-10-04 21:50:09 +02:00
62991-openssl_dhparam-cryptography-backend.yml openssl_dhparam: add cryptography backend (#62991) 2019-10-04 21:53:04 +02:00
62999-postgresql_lang_add_owner_parameter.yml postgresql_lang: add owner parameter (#62999) 2019-10-03 18:03:06 +05:30
63036-mysql_replication_add_return_value.yml mysql_replication: add return value, remove extra argument from function (#63036) 2019-10-02 13:33:53 +02:00
63130-mysql_replication_add_master_delay_parameter.yml mysql_replication: add master_delay parameter (#63130) 2019-10-07 15:23:56 +02:00
63140-acme-fix-fetch-url-status-codes.yaml ACMEAccount.get_request check status code value lower boundary (#63140) 2019-10-29 19:44:25 +01:00
63166-add-extra-args-executalbe-podman-connection.yaml Add extra args and executable name to podman connection plugin (#63166) 2019-10-17 13:48:29 +05:30
63174-nsupdate-tsig-all-the-queries.yaml nsupdate: Use provided TSIG key for all queries (#63174) 2019-12-27 16:02:24 +01:00
63189-mysql_info-global-status.yml doc: mysql_info: add changelog and version_added for global_status (#63328) 2019-10-10 13:01:02 +02:00
63194-lineinfile_insertafter_duplicate.yaml lineinfile - fix bug with insertbefore/insertafter and firstmatch (#63194) 2019-10-08 10:01:36 -04:00
63229-mysql_replication_add_connection_name_parameter.yml mysql_replication: add connection_name param for MariaDB multi source replication support (#63229) 2019-10-09 10:05:55 +02:00
63271-mysql_replication_add_channel_parameter.yml mysql_replication: add channel parameter (#63271) 2019-10-09 14:27:01 +01:00
63280-fix_acl_spaces_in_path.yml acl: fix module failure if there're spaces in a path (#63280) 2019-10-11 10:40:19 -07:00
63321-mysql_replication_add_resetmaster_to_mode.yml mysql_replication: add support of resetmaster choice to mode parameter (#63321) 2019-10-10 13:02:57 +02:00
63345-docker_image-deprecation-warnings.yml docker_image: fix option parameter so that warnings are issued (#63345) 2019-10-12 08:09:03 -04:00
63371-mysql_info_add_exclude_fields_parameter.yml mysql_info: add exclude_fields parameter (#63371) 2019-12-05 13:29:58 +00:00
63408-nsupdate-dont-fix-none-txt-value.yaml nsupdate: Don't try fixing non-existing TXT values (#63408) 2019-10-16 17:58:41 +05:30
63418-docker_node_info-errors.yml docker_node_info: improve error handling (#63418) 2019-10-13 14:16:02 +02:00
63419-docker_container-defaults.yml docker_container: get rid of defaults (#63419) 2019-10-28 16:40:48 -04:00
63420-docker_container-trust_image_content.yml docker_container: deprecate trust_image_content (#63420) 2019-10-18 13:03:42 +02:00
63432-openssl_csr-version.yml openssl_csr: deprecate version option (#63432) 2019-10-17 10:42:05 +02:00
63467-docker-stack-return-fix.yml Make docker_stack adhere to standard ansible return values (#63467) 2019-10-30 19:42:19 +01:00
63513-ce_action_wait_prompt_trigger_time_out.yaml action/ce.py:clear configuration candidate when return to user-view. (#63513) 2019-10-18 10:09:47 +01:00
63522-remove-args-from-sumologic-and-splunk-callbacks.yml Callback: removing args from task_fields from Sumologic and Splunk plugin(#63527) 2019-11-01 19:51:11 +05:30
63546-mysql_replication_allow_to_pass_empty_values.yml mysql_replication - accept empty string to the module's parameters (#63546) 2019-10-25 11:56:40 -04:00
63547-mysql_variables_add_mode_param.yml mysql_variables: add mode parameter (#63547) 2019-11-02 10:16:28 +01:00
63551-yum-single-YumBase-instantiation.yaml yum - only instantiate YumBase once (#63713) 2019-10-23 03:34:13 -04:00
63555-postgresql_privs_typy_obj_types.yaml postgresql_privs: add support a type parameter option for types (#63555) 2019-10-17 14:59:06 +01:00
63565-postgresql_user_allow_user_name_with_dots.yml doc: postgresql_user: Add changelog fragment for 63565 (#63666) 2019-10-18 10:59:20 +02:00
63621-gitlab_user-fix-sshkey-and-user.yml gitlab_user: Fix ssh key add and group membership add when there's other changes (#63621) 2019-10-17 10:22:15 -04:00
63628-ansible-galaxy-fix-version.yml Added changelog fragment 2019-10-17 08:12:49 -07:00
63629-postgresql_db_pgc_support.yaml Support PostgreSQL Custom Format (#63806) 2019-10-24 11:09:11 +01:00
63683-dnf-handle-empty-appstream-stream.yml DNF Handle Empty AppStream stream definition (#63819) 2019-10-24 00:57:31 -04:00
63740-vmware_guest_disk_filename_destroy.yaml Adding filename and destroy options to vmware_guest_disk (#63740) 2019-12-10 10:30:15 -05:00
63741-do_not_search_for_vmdk_if_filename_defined.yaml Don't search for VMDK if filename is defined (#63741) 2019-12-09 11:06:31 -05:00
63752-cloudformation-return-changeset-id.yaml add change_set_id to cloudformation output (#63752) 2019-10-22 23:31:06 +02:00
63782-add-ansible-ask-vault-password-and-vault-password-file-options.yaml Add ansible cli options --ask-vault-password and --vault-pass-file (#63782) 2019-12-19 12:07:25 -05:00
63887-docker_swarm_service-sort-lists-when-checking-changes.yml docker_swarm_service: Sort lists when checking for changes (#63887) 2019-11-23 20:31:35 +01:00
63903-ufw.yaml ufw: add support for interface_in and interface_out (#65382) 2019-12-02 08:01:44 +01:00
63919-lineinfile-create-no-dir-path.yml lineinfile - don't run os.makedirs on empty dir path (#63921) 2019-10-29 13:06:17 -04:00
63924-boto3.yml Rewrite iam_policy using boto3 (#63924) 2019-11-20 16:59:02 -07:00
63940-template-lookup-hostvars-regression.yml template lookup: fix regression when templating hostvars (#64070) 2019-11-06 15:25:43 +01:00
63954-synchronize-remove-unused-block.yml synchronize - remove unused block (#64344) 2019-11-05 10:34:18 -05:00
63961-deprecate-fail_on_delete.yml AWS IAM Sanity test cleanup and deprecate unused 'fail_on_delete' option (#63961) 2019-10-28 09:18:58 +01:00
63969-zabbix_action_argsfix.yml zabbix_action shouldn't require args other than name when state=absent 2019-11-08 16:45:13 +05:30
63984-openssl-ed25519-ed448.yml openssl_csr and openssl_certificate: fix support for Ed25519 and Ed448 private keys (#63984) 2019-10-30 21:36:36 +01:00
63988-removes-python_compat_fallback.yml wait_for - remove an obsolete fallback for Python 2.6 (#63988) 2019-11-04 11:39:19 -05:00
63989-deprecate-unused.yml AWS S3 : Fixup sanity test issues and deprecate 2 unused options (#63989) 2019-10-28 09:18:08 +00:00
63990-replace-deprecated-basic-functions.yml Replaces deprecated usage of functions in ansible.module_utils.basic (#63990) 2019-10-31 16:22:44 -04:00
64007-postgresql_db_allow_user_name_with_dots.yml postgresql_db: allow to pass users names with dots (#64007) 2019-10-28 13:23:09 +00:00
64032-zabbix_template_fix_return_XML_as_a_string_even_python3.yml Zabbix: zabbix_template: fix https://github.com/ansible/ansible/issues/64030 (#64032) 2019-11-07 08:21:14 -05:00
64057-Add_named_parameter_to_the_to_uuid_filter.yaml Add a named parameter to the filter to_uuid (#64057) 2019-11-01 13:11:34 -04:00
64076-urls-timeout-parameter.yml Remove uneeded Python version compatibility checks. (#64076) 2019-11-20 18:08:30 -05:00
64088-ast-literal.yml Replace import of pycompat24.literal_eval with ast.literal_eval. (#64088) 2019-11-04 09:55:08 -05:00
64138-postgresql_idx_add_state_stat.yml postgresql_idx: add stat mode support (#64138) 2019-11-05 10:26:51 +00:00
64151-remove-unsed-inventory-script-option.yaml Remove illusion of caching in the inventory script plugin (#64151) 2019-12-20 11:44:07 -05:00
64230-deprecate-unused.yml Sanity test fixups for AWS ec2 modules (#64230) 2019-11-04 18:39:31 +00:00
64258-purge_policies.yml Improve consistency of IAM_{role,user,group} behaviour (#64258) 2019-11-21 14:38:44 -07:00
64282-hostvarsvars-templating.yaml Use templating in HostVarsVars __repr__ (#64282) 2019-11-01 15:51:34 -04:00
64288-fix-hashi-vault-kv-v2.yaml Support non-KV and KV v1/v2 secret engines (#64288) 2019-11-25 06:18:49 +01:00
64368-deprecate-unused.yml Amazon related Sanity test fixups (remaining batch 1) (#64368) 2019-11-04 15:13:27 +00:00
64371-postgresql_privs-always-reports-as-changed-when-using-default_privs.yml fix module that it reports the correct status of a change (#65061) 2019-11-20 00:43:20 -05:00
64379-no-loop-unsafe.yml unsafe wrapping should only happen for with_ loops (#64401) 2019-11-06 10:31:55 -06:00
64382-docker_login-fix-invalid-json.yml docker_login: Use with statement for accessing files (#64382) (#64392) 2019-11-06 09:40:30 +01:00
64399_vmware_guest.yml VMware: Handle slash in network name in vmware_guest module (#64494) 2019-11-12 17:13:57 +05:30
64424-ansible-test-acme-container.yml ansible-test: bumping ACME test container version (#64424) 2019-11-05 10:51:22 -05:00
64436-openssh_keypair-add-password-protected-key-check.yml openssh_keypair - Add logic to handle password protected or broken key (#64436) 2019-12-02 08:12:38 +01:00
64458-vmware_host_dns.yaml VMware: New module vmware_host_dns (#64458) 2019-11-16 11:25:06 +05:30
64501-fix-python2.x-backward-compatibility.yaml Replace clear() method for backward compatibility. (#64504) 2019-11-07 16:30:03 -05:00
64559-hcloud-inventory-missing-compose-variables.yaml hcloud: inventory: missing compose variables (#64559) 2019-11-18 13:54:36 +01:00
64582-postgresql_publication_fix_typo_in_module_warn.yml postgresql_publication: fix typo in module.warn (#64582) 2019-11-08 08:53:48 +01:00
64583-postgresql_subscription_fix_typo_in_module_warn.yml postgresql_subscription: fix typo in module.warn method name (#64583) 2019-11-08 08:54:16 +01:00
64585-mysql_dont_mask_mysql_connect_errors_from_modules.yml mysql: add changelog fragment for PR 64585 (#65594) 2019-12-06 12:05:47 +05:30
64598-add-next-token-support.yml - add nextToken support (#64598) 2019-11-11 13:27:09 -05:00
64635-docker_container-network_mode.yml docker_container: change network_host default behavior for Ansible 2.14 (#64635) 2019-11-24 05:05:00 +01:00
64637-docker_swarm_service-tmpfs-source.yml docker_swarm_service: Allow source to be omitted for tmpfs mounts (#64637) 2019-11-09 21:01:56 +01:00
64648-acme_certificate-acmev1.yml acme_certificate: Fix ACME v1 support when modify_account is set to false (#64648) 2019-12-02 03:35:49 -05:00
64661-postgres_py_add_query_params_arg.yml postgres.py: add query_params (#64661) 2019-11-15 07:07:56 +00:00
64664-fix-sys-modules-file.yml Set alter_sys=True instead of False to address backwards incompat (#64670) 2019-11-11 16:47:35 -06:00
64683-docker_container-cpus.yml docker_container: add support for --cpus (#64683) 2019-11-24 05:04:42 +01:00
64733-make-no_log-false-override-no_log-warnings.yml Allow no_log=False to silence the no_log warnings for module parameters (#64733) 2020-01-09 16:47:57 -05:00
64751-fix-wrong-promt-len-calc-in-ansible-console.yaml fix utils.color.stringc: enclosure non printable sequences in SOH,STX (#64751) 2019-11-21 09:41:42 -05:00
64789-regression-rescue-vars-not-defined.yml Fix ansible_failed_{task,result} undefined in rescue (#64831) 2019-11-14 15:50:54 +01:00
64797-fix-error-deleting-redfish-acct.yaml DeleteUser: do not disable user if already disabled (#64797) 2019-11-20 20:03:19 +00:00
64810-hostname-add-manjaro-linux-distribution.yml hostname - Add Manjaro Linux distribution (#64810) 2019-11-14 14:31:21 +05:30
64867-route53-diff.yml route53: diff support (#64867) 2019-12-05 06:22:11 +01:00
64902-fix-allow-duplicates-in-single-role.yml Fix typo in a changelog fragment of #64902 (#65533) 2019-12-10 09:51:47 -05:00
64954_virtualization_podman.yml Add support for podman in virtualization facts (#64981) 2019-12-10 11:26:34 +05:30
64959-extract-filter-when-key-does-not-exist.yml Fix extract filter when key does not exist in container (#64959) 2019-12-04 13:24:52 +01:00
64989-gitlab-handle-lib-new-version.yml gitlab modules: unify authentication method (#64989) 2019-11-19 15:30:34 +05:30
64994-postgresql_ext_use_query_params.yml postgresql_ext: use query_params (#64994) 2019-12-02 13:32:25 +00:00
65017-openssh_keypair-idempotence.yml openssh_keypair: fix idempotence issue (#65017) 2019-11-20 20:02:26 +00:00
65018-docker-none-errors.yml docker_container and docker_network: avoid None errors (#65018) 2019-11-24 07:39:27 -05:00
65044-fix-terraform-no-workspace.yaml terraform workspace list failure warns instead of fails (#65044) 2019-12-21 12:50:31 +01:00
65065-plugins-netconf-ce-fix.yaml Update plugins/netconf/ce.py to fix a bug(failed to get veriosn information via neocnf). (#65065) 2019-11-20 22:18:24 +01:00
65073-fix-inventory-cli-loading-vars-plugins.yaml Inventory CLI - Ignore settings for when vars plugins should run (#65073) 2019-11-25 13:16:03 -05:00
65093-postgresql_lang_use_query_params_with_cursor.yml postgresql_lang: use query parameters with cursor.execute() (#65093) 2019-11-20 20:00:07 +00:00
65114-fixed-replaced-ansible_facts-by-foreman_facts.yaml Fixed want_facts in the foreman inventory plugin - fixes #65111 (#65114) 2019-11-26 13:41:28 -05:00
65122-fix-encrypt_string-stdin-name-ouput-tty.yml Fix encrypt command output when using --stdin-name (#65122) 2019-12-05 15:42:15 -05:00
65154-vmware_datastore_cluster-configure-dns.yml vmware_datastore_cluster: Added SDRS configuration (#65193) 2019-12-02 15:02:50 -05:00
65164-postgres_use_query_params_with_cursor.yml postgres.PgMembership: use query params in cursor.execute method (#65164) 2019-11-26 11:19:41 +00:00
65198-ansibleundefined-is-not-unsafe.yml Do not treat AnsibleUndefined as being unsafe (#65202) 2019-11-25 15:06:29 +01:00
65219-sanity-tests-print.yml Sanity checks: test for print statement (#65219) 2019-12-06 05:31:31 +10:00
65223-postgresql_db-exception-added.yml Handle LibraryError exception in postgresql_db (#65229) 2019-11-25 15:12:18 +05:30
65238-fix_pacman_stdout_parsing.yml Fix pacman stdout parsing in the Ansible module (#65238) 2019-12-23 14:23:46 +05:30
65265-allow-udp-tcpudp-protocol.yaml elb_{network_lb,target_group}: allow UDP/TCP_UDP (#65828) 2019-12-19 15:06:16 -07:00
65302-dnf-msg-return.yml dnf: don't return fail_json['msg'] as list (#65302) 2019-12-04 15:28:10 -05:00
65304-fix_zabbix_host_inventory_mode_key_error.yml Zabbix: Handle KeyError in zabbix_host module (#65392) 2019-12-16 13:32:11 +05:30
65307-get_url-return-status-code-on-http-304.yaml [get_url] Return status_code on HTTP 304 (#65739) 2019-12-19 14:50:44 -05:00
65310-postgresql_owner_use_query_params.yml postgresql_owner: use query_params with cursor (#65310) 2019-11-27 10:42:26 +00:00
65335-add-plan-to-azure-vmscaleset-module.yaml Added ability to specify plan information for images that require it. (#65335) 2019-12-18 12:55:33 +08:00
65372-misc-context-manager.yml Use context manager for file handling in misc files. (#65372) 2019-12-21 13:01:38 +01:00
65387-homebrew_check_mode_option.yml Homebrew: some functions ignored check_mode option (#65387) 2019-12-27 10:45:34 +05:30
65404-postgresql_publication_user_query_params_with_cursor.yml postgresql_publication: use query params with cursor object (#65404) 2019-12-05 10:44:45 +00:00
65435-openssl_csr-privatekey_path-required.yml openssl_csr: make sure privatekey_path is specified when state is present (#65435) 2019-12-03 14:08:26 +01:00
65437-ansible-test-module-validation-required.yml Sanity checks: make sure that required in argument spec coincides with documentation (#65437) 2019-12-03 09:15:07 -06:00
65498-mysql_db_add_executed_commands_return_val.yml mysql_db: add the executed_commands returned value (#65498) 2019-12-04 18:31:33 +05:30
65541-fix-utf8-issue-env-lookup.yml Fix env lookup plugin error on utf8 values (#65541) 2019-12-25 17:24:38 +05:30
65542-postgresql_db_add_executed_commands_return_val.yml postgresql_db: add executed_commands returned value (#65542) 2019-12-05 10:53:08 +01:00
65547-mysql_db_add_force_param.yml mysql_db: add force parameter (#65547) 2019-12-05 10:44:22 +00:00
65555-amazon-sanity-required.yml ec2_placement_group: Make name 'required' to match the documentation (#65555) 2019-12-09 14:35:36 +05:30
65557-iam-make-name-required.yml iam: Make 'name' required to match the documentation (#65557) 2019-12-09 14:46:02 +05:30
65558-iam_cert-require-name.yml iam_cert: Make 'name' a required option to match the documentation (#65558) 2019-12-09 14:53:53 +05:30
65559-iam_policy-require-iam_name.yml iam_policy: Make 'iam_name' a required option to match the documentation (#65559) 2019-12-09 15:08:43 +05:30
65576-fix-free-strategy-handler-filtering.yaml free strategy - include failed hosts that were notified (#65576) 2019-12-19 14:10:51 -05:00
65609-docker-context-manager.yml Use a context manager in docker.ImageManager. (#65609) 2019-12-08 08:36:33 -05:00
65624-paramiko-ctx-man.yml Use a context handler for file handling in paramiko_ssh.Connection. (#65624) 2020-01-06 13:09:57 -05:00
65632-docker-argspec-fixup.yml docker_* modules: fix various errors in argument specs (#65632) 2019-12-09 13:39:02 +01:00
65633-crypto-argspec-fixup.yml crypto modules: fix various errors in argument specs (#65633) 2019-12-09 13:40:11 +01:00
65679-postgresql_schema_use_query_params_with_cursor.yml Fix a typo in changelog fragment's file name (#65788) 2019-12-14 09:45:43 +05:30
65715-vmware-content-deploy-template-fix-cluster.yml VMware: Fix cluster argument of module vmware_content_deploy_template (#65715) 2019-12-14 20:43:35 +05:30
65722-unsafe-tuples.yml Ensure that data within a tuple is marked as unsafe (#65918) 2020-01-07 08:41:37 -06:00
65733-fix-vmware-guest-properties-doc.yaml VMware: Corrected documentation on vmware_guest module (#65733) 2019-12-20 10:16:38 +05:30
65752-fix-azure_rm_storageblob-typo.yml Correct the spelling of property to last_modified (#65752) 2019-12-12 13:49:08 +05:30
65755-mysql_info_doesnt_list_empty_dbs.yml mysql_info: add return_empty_dbs parameter (#65755) 2019-12-12 14:10:52 +01:00
65787-postgresql_sequence_use_query_params_with_cursor.yml postgresql_sequence: use query parameters with cursor object (#65787) 2019-12-14 09:46:27 +05:30
65789-mysql_user_add_plugin_authentication_parameters.yml mysql_user: support for MySQL plugin authentication (#65789) 2019-12-13 09:23:06 -05:00
65791-postgresql_modules_use_query_params_with_cursor.yml postgresql modules: use query parameters with cursor objects (#65791) 2019-12-14 13:43:59 +05:30
65839-docker_network-idempotence.yml docker_network: fix multiple subnet (of same IP version) idempotence (#65839) 2019-12-29 23:16:17 +01:00
65854-docker_container-wait-for-removal.yml docker_container: wait for removal if removal is in process (#65854) 2019-12-29 23:16:32 +01:00
65862-postgresql_modules_use_query_params_with_cursor.yml postgresql modules: use query parameters with cursor objects (#65862) 2020-01-04 05:18:45 -05:00
65894-redfish-bios-attributes.yaml Fix version param in deprecate() call and update porting guide (#65894) 2019-12-19 07:09:28 +01:00
65903-postgresql_privs_sort_lists_with_none_elements.yml Bugfix of 65761: postgresql_privs fail after it's updated to 2.9.2 (#65903) 2019-12-17 13:53:51 +00:00
65922-filter-VMs-of-Same-name-on-the-basis-of-folder.yml VMware: filter VMs of Same name on the basis of folder (#65922) 2019-12-20 08:54:15 +05:30
65993-restart-docker_container-on-restart-policy-updates.yaml docker_container - #65993 - update restart policy (restart policy & restart retries) wit… (#66192) 2020-01-06 20:49:48 +01:00
65997-vmware_guest-exclude-dvswitch-name-from-os-customization.yml vmware_guest: exclude dvswitch_name from guest os customization (#65997) 2020-01-06 16:41:02 -05:00
66026-zabbix_host_info.yml Include groups in name-based search results (#66026) 2019-12-23 02:47:02 -05:00
66048-mysql_add_master_data_parameter.yml mysql_db: add master_data parameter (#66048) 2020-01-04 10:37:40 +00:00
66128-fix-callback-set-options.yml Fix callback set_options issue with collections (#66128) 2020-01-06 11:32:36 -05:00
66144-docker_container-removal-timeout.yml docker_container: configure removal wait timeout (#66144) 2020-01-04 17:56:59 +01:00
66151-docker_swarm_service-healthcheck-start-period.yml docker_swarm_service: Fix parsing of Healthcheck.StartPeriod (#66151) 2020-01-02 09:23:36 -05:00
66157-postgresql-create-unique-indexes.yml PostgreSQL : Create unique index (#66157) 2020-01-04 10:38:17 +00:00
66189-hostname-osmc.yml Add support for OSCM-distribution in hostname module (#66190) 2020-01-05 12:37:39 +05:30
66219-update-user-module-for-64733.yml Update user module to support no_log=False. (#66219) 2020-01-07 11:26:55 -05:00
66247-zabbix_proxy-address-field.yaml adding proxy_address field for active proxies (#66247) 2020-01-08 19:25:10 -05:00
66268-cyberarkpassword-fix-invalid-attr.yaml Fix 'CyberarkPassword' object has no attribute 'delimiter' (#66268) 2020-01-08 15:36:41 -05:00
action-plugin-always-cleanup.yml Add method to automatically clean up after an action plugin (#65509) 2019-12-06 17:29:26 -05:00
add-type-typename.yaml Add-Type - Added a way to reference assemblies by type name (#65866) 2019-12-17 09:06:54 +10:00
adhoc_default_collection.yml fix default collection resolution in adhoc (#63298) 2019-10-10 12:42:03 -07:00
allow_ansible_ns.yml allow external collections under the ansible NS (#61908) 2019-09-05 18:50:22 -07:00
ansible-connection_persist_issue.yaml Fix ansible-connection persist after playbook run complete issue (#61591) 2019-09-06 14:23:18 +05:30
ansible-doc-removed-traceback.yml Fix ansible-doc traceback and sanity test. (#62040) 2019-09-10 00:29:34 -07:00
ansible-galaxy-agent.yaml ansible-galaxy - expand User-Agent string for Galaxy endpoints (#65578) 2019-12-06 10:34:14 +10:00
ansible-galaxy-handle-import-task-url-changes.yml Galaxy publish fix (#63580) 2019-10-16 15:23:12 -07:00
ansible-galaxy-ignore.yaml Add the ability to ignore files and collection build (#64688) 2019-11-14 05:02:58 +10:00
ansible-galaxy-progress.yaml ansible-galaxy - add config to control the display wheel (#61902) 2019-09-13 11:06:18 +10:00
ansible-galaxy-role-server.yaml ansible-galaxy fix --server option for roles (#61820) 2019-09-05 11:46:44 +10:00
ansible-galaxy-support-for-automation-hub.yml Add support for automation-hub authentication to ansible-galaxy (#63031) 2019-10-04 17:57:37 -04:00
ansible-test-ansible-doc.yml Fix ansible-doc traceback and sanity test. (#62040) 2019-09-10 00:29:34 -07:00
ansible-test-cloud-secrets.yml Mark ansible-test cloud credentials as sensitive. 2019-09-17 13:08:14 -07:00
ansible-test-collections-ansible-adhoc.yml fix default collection resolution in adhoc (#63298) 2019-10-10 12:42:03 -07:00
ansible-test-collections-coverage-noise.yml Properly exclude tests/output/ from code coverage. 2019-09-10 15:50:22 -07:00
ansible-test-collections-import-sanity-test.yml Fix ansible-test collections sanity import test. (#64467) 2019-11-05 16:06:57 -08:00
ansible-test-collections-requirements.yml Fix ansible-test collections requirements installation. (#62181) 2019-09-12 02:00:33 -07:00
ansible-test-coverage-constraint.yml Add ansible-test constraint to avoid coverage 5.0+ 2019-12-20 11:55:54 -08:00
ansible-test-default-test-container-1.9.2.yml Add missing changelog fragments. (#62471) 2019-09-17 17:33:58 -07:00
ansible-test-default-test-container-1.9.3.yml Add missing changelog fragments. (#62471) 2019-09-17 17:33:58 -07:00
ansible-test-default-test-container-1.10.1.yml Update default-test-container to 1.10.1. 2019-10-16 09:07:09 -07:00
ansible-test-delegation-tmp-dir.yml Exclude tmp dir from ansible-test results copy. 2019-09-30 18:18:37 -04:00
ansible-test-doc-links.yml Fix display of sanity test doc links. 2019-09-13 22:24:14 -07:00
ansible-test-env-alteration.yml Fix ansible-test env var mixing running commands. 2019-10-17 17:40:34 -07:00
ansible-test-execv-wrapper-shebang.yml Fix issues with ansible-test --venv option. (#62033) 2019-09-09 18:32:29 -07:00
ansible-test-fix-import-sanity-test.yml Changelog entry for ansible-test sanity fixes. 2019-10-22 23:26:59 -07:00
ansible-test-fix-python-path.yml Fix ansible-test PYTHONPATH handling. 2019-09-26 14:02:19 -04:00
ansible-test-git-submodule.yml Fix ansible-test handling of git submodules. (#65027) 2019-11-19 10:19:03 -08:00
ansible-test-hcloud-constraint.yml Fix hcloud requirements. 2019-10-17 17:40:57 -07:00
ansible-test-ignore-tests-output.yml Fix ansible-test to ignore tests/output/. (#62084) 2019-09-10 15:49:40 -07:00
ansible-test-integration-temp-dir.yml Fix ansible-test integration temp dir location. 2019-10-07 13:12:59 -07:00
ansible-test-pathspec-constraint.yml Add constraint for pathspec. 2019-10-15 14:39:29 -07:00
ansible-test-pylint-plugin-paths.yml Fix plugin paths for ansible-test pylint test. (#65526) 2019-12-04 18:07:16 -08:00
ansible-test-pytest-plugin-loading.yml Add missing changelog entry for ansible-test fix. 2019-09-11 13:03:36 -07:00
ansible-test-redact.yml Redact sensitive values by default in ansible-test 2019-09-17 08:09:17 -07:00
ansible-test-remove-tox-option.yml Remove ansible-test --tox delegation option. 2019-11-14 17:18:00 -08:00
ansible-test-rhel-8.1-testing.yml Switch from RHEL 8.0 & 8.1b to 8.1 in CI. 2019-11-07 13:17:49 -08:00
ansible-test-sanity-constraints.yml Fix ansible-test sanity requirements install. 2019-10-17 17:40:04 -07:00
ansible-test-sanity-requirements.yml Fix issues with ansible-test --venv option. (#62033) 2019-09-09 18:32:29 -07:00
ansible-test-ssh-keygen-fix.yml Work around ssh-keygen issue in ansible-test. (#63211) 2019-10-07 14:36:05 -07:00
ansible-test-submodules.yml Use relative submodule status in ansible-test. 2019-08-29 20:29:38 -07:00
ansible-test-test-source-message.yml Add missing var for format string in ansible-test. 2019-10-07 13:10:42 -07:00
ansible-test-validate-modules-fixes.yml Fixes for validate-modules import handling. (#63932) 2019-10-30 09:48:21 -07:00
ansible-test-vcenter-plugin.yml Fix ansible-test vcenter test filtering. 2019-09-12 02:13:57 -07:00
ansible-test-venv-activation.yml Fix issues with ansible-test --venv option. (#62033) 2019-09-09 18:32:29 -07:00
ansible-test-venv-pythonpath.yml Fix issues with ansible-test --venv option. (#62033) 2019-09-09 18:32:29 -07:00
ansible-test-virtualenv-python-search.yml Fix ansible-test virtualenv real python search. 2019-10-03 17:12:33 -07:00
ansible-test-virtualenv-venv.yml Work around virtualenv/venv issue in ansible-test. (#62111) 2019-09-10 19:27:12 -07:00
ansible_basic_no_log_empty_string.yaml Fix issue when setting an empty pass to no_log param (#62804) 2019-09-24 21:45:53 -04:00
ansile-galaxy-preserve-api-append.yml Ensure we preserve the /api appended URL (#63472) 2019-10-14 13:34:07 -05:00
atomic_image_absent.yml atomic_image: Fix absent state (#61827) 2019-09-09 14:38:32 +05:30
azure-fact-fix.yaml Azure fix _info/_facts return values for some modules (#61584) 2019-08-30 16:00:47 +10:00
become-pass-precedence.yaml become - stop using play context in more places (#62373) 2019-11-18 05:32:56 +10:00
cgroup_fix_write.yml cgroup_perf_recap: Check if user wants to write to files or not (#64988) 2019-12-11 20:21:38 +05:30
clc_aa_policy-remove-unused-wait-parameter.yaml clc_aa_policy: deprecate unused 'wait' parameter (#64367) 2019-12-20 23:46:53 -05:00
clean_facts-use-correct-variable-for-startswith.yaml clean_facts - use correct variable when evaluating the string (#64284) 2019-11-04 09:44:10 -05:00
collection-install-url.yaml Fix using a URL for galaxy collection install (#65272) 2019-12-03 04:55:31 +10:00
collection-prefix-basedir.yaml Add fix for specifying current dir in collections_paths (#62478) 2019-09-18 08:04:22 -07:00
collection_error_fix.yml collection: Provide additional info about collection name restriction (#65250) 2019-11-26 11:29:13 +10:00
collection_jinja_cache_fix.yml fix collection jinja2 cache issue (#62543) 2019-09-18 14:39:59 -07:00
collection_loader-sort-plugins.yaml Make sorting in collection_loader match plugin loader (#65776) 2019-12-16 11:28:24 -05:00
collection_loader_import_fixes.yml Fix plugin names for collection plugins. (#60317) 2019-09-18 17:47:56 -07:00
config-manager-vault-str.yaml config manager str type vault source (#65023) 2019-11-20 12:02:28 +10:00
config_encoding_resilience.yml config encode errors should not be fatal (#63311) 2019-10-09 17:08:29 -07:00
cron-only-get-bin-path-once.yaml cron - Only run get_bin_path() once (#62554) 2019-09-18 19:04:26 -04:00
cronvar-correct-binary-name.yaml cronvar - use correct binary name (#63279) 2019-10-09 18:33:25 -04:00
debug_loop_changed.yaml clean "changed" only after it has been processed (#59958) 2019-10-10 18:24:31 -04:00
deprecate-hash-behaviour.yml Deprecate hash_behaviour (#63300) 2019-10-14 10:35:11 -05:00
detect-generic-container.yml setup: more reliably detect container environment (#66183) 2020-01-09 11:51:45 +05:30
dict2items.yml loop: simplify dict2items example in docs (#66235) 2020-01-07 10:32:46 -05:00
display-warning-remove-erroneous-space.yaml Remove leading space in warning messages (#62002) 2019-09-17 10:16:00 -05:00
distribution_release.yml distribution: ignore plesk-release file while parsing (#64665) 2019-11-18 15:05:23 -05:00
dont-template-cli-passwords.yml Wrap CLI Passwords with AnsibleUnsafeText, ensure unsafe context is not lost during encode/decode (#63351) 2019-10-11 09:17:10 -05:00
extra-vars.yml core: Handle empty extra vars in cli (#61831) 2019-09-12 15:43:41 -04:00
extra_vars_with_at_sign.yml vars: Fail with warning for extra_vars filename without @ sign (#59915) 2019-12-19 18:01:22 +05:30
find-contains-docs.yaml find - clarify description of 'contains' (#62445) 2019-09-26 11:33:14 -04:00
fips-paramiko-import-error.yaml Handle InternalError raised by cryptography when running in FIPS mode (#65477) 2019-12-09 13:18:32 -05:00
firewalld-version-0_7_0.yml adapt to firewalld 0.7.0 for RHEL 8.1 Beta, Fedora 31+ (#63357) 2019-10-10 18:33:18 -04:00
fix-ansible-galaxy-server.yml AH servers include automation-hub as part of the server configuration. (#63700) 2019-10-19 12:40:45 -07:00
fix_zabbix_host_visible_name.yml fixes bug: visible_name was not updated when not set in existing host… (#64095) 2019-12-14 22:13:49 -05:00
galaxy-collections.yaml ansible-galaxy - Add User-Agent to requests (#65438) 2019-12-03 10:04:41 +10:00
galaxy-error-reason.yaml galaxy - print HTTP reason on unknown error (#65273) 2019-12-03 07:36:05 +10:00
galaxy-role-version.yaml Fix up role version pagination for Galaxy install (#64373) 2019-11-05 10:34:50 -05:00
galaxy-server-list.yaml ansible-galaxy ignore empty server_list (#65986) 2020-01-09 14:24:36 -05:00
gather_facts-warnings.yaml Make sure warnings are printed during fact gathering (#66258) 2020-01-10 06:16:20 +10:00
include_vars_fix_none.yml include_vars: Check NoneType for raw_params (#64979) 2019-11-26 13:11:02 -05:00
limit-file-exception.yml inventory: Fail on non-existing limit file (#59758) 2019-12-12 09:09:40 +05:30
lineinfile-backrefs-match-object-type.yaml lineinfile - properly insert line when line exists and backrefs are enabled (#63763) 2019-10-22 10:01:11 -04:00
lineinfile-use-correct-index-value.yaml lineinfile - use correct index value when inserting at the end (#63696) 2019-10-22 10:39:58 -04:00
logging-traceback.yaml display - Fix up tracebacks on 3rd party loggers when log path is set (#65582) 2019-12-07 06:06:52 +10:00
lookup_rabbitmq-is_closing-bug.yml lookup_rabbitmq pika > 1.0.0 is_closing bug fix (#61959) 2019-09-11 08:23:27 +02:00
meraki-dont-compare-type.yml Meraki - Remove type comparison for idempotency check (#65338) 2019-12-04 10:39:26 -05:00
meraki_organization-ignore-url.yml meraki_organization - Ignore URL parameter when comparing for… (#65337) 2019-12-04 10:40:56 -05:00
misc_typo_fix.yml Misc typo fixes (#66120) 2020-01-04 21:13:30 +05:30
mqtt-ssl-protocols.yml fix spelling issues (#64103) 2019-10-30 09:26:36 -05:00
net_put_fix.yml Fix net_put module text file issue (#66065) 2020-01-09 18:42:00 +05:30
netbox-add-cache.yaml Add inventory cache to the netbox plugin (#57644) 2019-10-17 15:18:07 -04:00
netconf_plugin_device_handler.yml Fix netconf plugin related to collections (#65718) 2019-12-20 12:25:59 +05:30
network_action_plugin_fixes.yml Fix action plugin issue with network connection type in common collection (#65078) 2019-12-13 19:22:56 +05:30
network_action_plugin_load.yml Fix network action plugin load in collection (#65849) 2019-12-16 19:15:41 +05:30
network_cli_enable_fix.yml Fix network_cli become check to be compatible with collections (#65829) 2019-12-14 16:50:51 -05:00
no-log-sub-options-invalid-parameter.yaml Properly mask no_log values is sub parameters during failure (#63405) 2019-10-14 09:20:07 -07:00
nxos_bfd_global-add-missing-import.yaml nxos_bfd_global - add missing import of re (#62226) 2019-09-13 07:37:30 +10:00
nxos_file_copy_path_issue.yml Fix nxos_file_copy option value path validation (#65423) 2019-12-15 10:41:33 +05:30
openbsd-disabled-account-no-warning-for-passwd.yaml Allow 13 asterisk characters in password field without warning (#54893) 2019-09-04 11:49:16 -04:00
os_server_volume.yml Attach an attached/detached volume from OpenStack VM’s should return similar information (#21558) 2019-10-20 12:36:50 +05:30
package-facts-use-module-warnings.yaml package_facts - use AnsibleModule.warn() for warnings 2019-10-14 13:30:16 -07:00
paramiko_ssh-improve-error-message.yaml paramiko_ssh - Improve authentication error message (#64157) 2019-10-31 15:39:53 -04:00
postgresol_privs-fix-status-sorting.yaml postgresql_privs - fix sort comparison (#65125) 2019-11-20 18:26:30 -05:00
proxmox-6-version-detection.yaml proxmox: fix proxmox 6 version detection by using LooseVersion (#59165) 2019-11-29 18:16:40 +01:00
psexec-kerb-and-interactive.yaml psexec - Fix kerb and interactive support (#62556) 2019-09-19 08:41:02 +10:00
pwsh-minimum.yaml Add proper error when trying to run on older PS versions (#62634) 2019-09-24 08:43:14 -04:00
python38-macos.yaml Explicitly use multiprocessing fork start method (#63581) 2019-10-16 15:30:50 -05:00
rabbitmq_publish-certificate-checks.yml rabbitmq_publish SSL certificate implementation (#62036) 2019-11-20 20:09:06 +00:00
setup.ps1-parity-with-linux-regarding-missing-local-facts-path.yml setup.ps1 - parity with linux regarding missing local facts path (#58887) 2019-11-13 09:05:16 +10:00
solaris_zone_name_fix.yml solaris_zone: Allow only valid characters in zone name (#65686) 2019-12-10 07:18:55 -05:00
spec_fix.yml Fixed argument spec for multiple modules (#65496) 2019-12-05 11:59:05 +05:30
split-host-pattern-empty-strings.yaml Account for empty strings when splitting the host pattern (#62442) 2019-09-20 16:03:51 -04:00
syslogger-disable-check-mode.yaml syslogger - disable check mode (#63646) 2019-10-18 13:01:03 -04:00
truthiness-tests.yaml Add new truthy and falsy jinja2 tests (#62602) 2019-10-02 13:58:28 -04:00
typo_fix_vmware_guest_powerstate.yml VMware: Fix typo in fail_json in vmware_guest_powerstate (#65162) 2019-11-22 10:27:41 +05:30
user-aix-shadow-unbound-local.yaml user - fix shadow file parsing on AIX (#62547) 2019-10-14 15:44:22 -04:00
user-alpine-on-changed-fix.yaml user - honor update_password parameter on BusyBox hosts (#65977) 2019-12-20 13:09:22 -05:00
user-docs-group-fix.yaml User - correct group removal description in docs (#61936) 2019-09-06 12:16:33 -04:00
user-fix-value-comparison-on-macos.yaml user - compare macOS user properties using same type (#62973) 2019-11-22 17:05:17 -05:00
user_missing_etc_shadow.yml user: Handle exception when /etc/shadow file is missing (#63888) 2019-10-24 14:22:41 -05:00
v2.10.0-initial-commit.yaml [WIP] Cleanups and version bumping for 2.10 (#61572) 2019-08-30 09:54:12 -07:00
vars_prompt_error_on_unsupported_key.yaml Throw an error on unsupported vars_prompt keys (#65487) 2019-12-05 10:54:32 -05:00
vmware-module_fragments-group.yml VMware: Add module defaults for VMware modules (#63197) 2019-10-07 14:24:58 -04:00
vmware-only-add-configured-interfaces.yml vmware: Only add configured network interfaces to facts (#28552) 2019-10-07 21:41:50 +05:30
vmware_guest.yaml VMware: Add a parameter wait_for_ip_address_timeout in vmware_guest (#63557) 2019-10-19 22:15:28 +05:30
vmware_guest_custom_attributes.yml VMware: name is not required parameter for vmware_guest_custom_attributes 2019-10-10 17:25:20 -04:00
vmware_guest_disk_info_disk_mode.yml VMware: Re-introduce backing_disk_mode in vmware_guest_disk_in… (#63244) 2019-11-16 21:34:13 +05:30
vmware_guest_restore_custom_values.yml vmware_guest: Revert custom value customization in guest (#65031) 2019-11-19 18:49:02 +05:30
vmware_host_firewall_manager_fix_61332.yaml vmware_host_firewall_manager: fix #61332 2019-10-28 13:01:02 -04:00
vmware_host_lockdown_typo_fix.yml VMware: Fix state parameter in vmware_host_lockdown module (#65495) 2019-12-04 14:16:13 +05:30
vmware_httpapi_fix.yml VMware: Minor fixes in vmware_httpapi modules (#65663) 2019-12-09 22:14:00 +05:30
vmware_vm_inventory_port.yml vmware: vmware_vm_inventory use port value when with_tags:True (#65568) 2019-12-06 15:23:12 -05:00
win_become-shared-token.yaml win_become - don't dispose logon token until end (#61905) 2019-09-10 06:37:07 +10:00
win_chocolatey-check-install-path.yaml win_chocolatey: Fix error when choco.exe not found (#53115) 2019-11-15 12:46:36 +10:00
win_chocolatey-override_args.yaml Add --override-arguments option to win_chocolatey module (#65101) 2019-11-25 09:51:13 +10:00
win_command-encoding.yaml Add encoding and codepage params to win_command/win_shell (#54896) (#54966) 2019-11-12 15:58:57 +10:00
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) 2019-12-02 06:54:18 +10:00
win_dns_client-ipenabled.yaml win_dns_client - only configure ip enabled adapters (#65488) 2019-12-05 06:04:13 +10:00
win_dns_client_ipv6.yaml Add full IPv6 support to win_dns_client - Fixes #55962 (#57577) 2019-11-18 07:30:06 +10:00
win_domain_computer-credential.yaml Corrected Get-adcomputer (#63093) 2019-11-13 09:13:44 +10:00
win_domain_computer-idempotence.yaml win_domain_computer module: Fix idempotence when name != sam_account_name (#56967) 2019-11-14 12:59:05 +10:00
win_domain_user-group-missing.yaml win_domain_user: add retry logic for null user principal group (#54334) 2019-11-15 11:54:37 +10:00
win_domain_user-identity.yaml win_domain_user: Make Identification of the user to work with more robust (#61594) 2019-11-13 08:42:44 +10:00
win_exec-error.yaml win_exec_wrapper - Be more defensive when trying to get output errors (#62376) 2019-09-19 06:53:56 +10:00
win_find-fix-ignore-of-deduped-files.yml win_find - Fix deduped files mistaken for directories (#58680) 2019-09-15 20:02:05 -04:00
win_find-performance.yaml win_find - Refactor for better performance and alignment to find (#65536) 2019-12-06 10:01:11 +10:00
win_firewall-Change-req-check-from-wmf-version-to-cmdlets-presence.yml win_firewall- Change req check from wmf version to cmdlets presence (#64998) 2019-11-20 11:00:56 +10:00
win_firewall_rule-add-support-for-icmptypecode.yml win_firewall_rule - support ICMP types and codes (#60361) 2019-11-14 11:32:01 +10:00
win_format-Idem-not-working-if-file-exist-but-same-fs.yml win_format - Idem not working if file exist but same fs (#59819) 2019-09-15 22:45:44 -04:00
win_get_url-redirection.yaml win_uri win_get_url - Fix up redirection defaults (#65584) 2019-12-06 11:47:35 +10:00
win_iis_webapppool-check-mode.yaml allow using --check on win_iis_webapppool module (#50528) 2019-11-14 08:52:34 +10:00
win_iis_website-restarted.yaml Improve handling of "restarted" state for win_iis_website module (#63829) 2019-11-13 10:24:25 +10:00
win_nssm-Implement-additional-parameters.yml win_nssm - Implement additional parameters (#65131) 2019-12-02 06:49:07 +10:00
win_package-basic.yaml win_package - Use newer module wrapper as refactor baseline (#65586) 2019-12-06 13:37:52 +10:00
win_partition-var.yaml change $partition variable name to $ansible_partition (#63968) 2019-11-12 14:44:18 +10:00
win_pester-path-behaviour.yaml win_pester - Align dir scanning with Pester's defaults (#64880) 2019-11-15 13:53:30 +10:00
win_setup-install-type.yaml Modified setup.ps1 in order to show Windows Installation type (#41002) 2019-11-15 11:19:01 +10:00
win_share-Implement-append-paramtere-for-access-rules.yml win_share - Implement append paramtere for access rules (#59469) 2019-12-04 14:16:10 +10:00
windows-coverage-encoding.yaml Windows coverage - output temp files with UTF-8 BOM (#65086) 2019-11-20 11:07:07 +10:00
xml-deprecated-functions.yml Fix use of deprecated function in xml module. 2019-10-15 15:29:11 -07:00
zabbix-hostmacro.yml zabbix_hostmacro support for zabbix native macro names and macro_value not required when state=absent (#65884) 2019-12-22 02:58:23 -05:00