ansible/changelogs/fragments
Hans Jerry Illikainen 2acfa0e08c Add passphrase support for luks_device (#65050)
* Elevate privileges for luks_device integration tests

Several tests in `key-management.yml` don't `become` before executing,
despite needing elevated privileges.  This commit fixes that.

* Add passphrase support for luks_device

Previously, the luks_device module only worked with keyfiles.  The
implication was that the key had to be written to disk before the module
could be used.

This commit implements support for opening, adding and removing
passphrases supplied as strings to the module.

Closes #52408
2019-11-30 20:50:30 +01: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
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
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
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
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_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
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
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
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
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
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
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
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
63752-cloudformation-return-changeset-id.yaml add change_set_id to cloudformation output (#63752) 2019-10-22 23:31:06 +02: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
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
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
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
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
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
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
64989-gitlab-handle-lib-new-version.yml gitlab modules: unify authentication method (#64989) 2019-11-19 15:30:34 +05:30
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
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
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
65223-postgresql_db-exception-added.yml Handle LibraryError exception in postgresql_db (#65229) 2019-11-25 15:12:18 +05:30
65310-postgresql_owner_use_query_params.yml postgresql_owner: use query_params with cursor (#65310) 2019-11-27 10:42:26 +00: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-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-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-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
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-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_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
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
find-contains-docs.yaml find - clarify description of 'contains' (#62445) 2019-09-26 11:33:14 -04: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
galaxy-role-version.yaml Fix up role version pagination for Galaxy install (#64373) 2019-11-05 10:34:50 -05:00
include_vars_fix_none.yml include_vars: Check NoneType for raw_params (#64979) 2019-11-26 13:11:02 -05:00
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
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
mqtt-ssl-protocols.yml fix spelling issues (#64103) 2019-10-30 09:26:36 -05:00
netbox-add-cache.yaml Add inventory cache to the netbox plugin (#57644) 2019-10-17 15:18:07 -04: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
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
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-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
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
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_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_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_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_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
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