ansible/changelogs/fragments
James Cammarata 51b33b79c0
T woerner max concurrent (#60702)
* play, block, task: New attribute forks

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

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

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

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

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

* Handle forks in free strategy

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

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

* Test cases for forks with linear and free strategy

With ansible_python_interpreter defined in inventory file using
ansible_playbook_python.

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

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