You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/changelogs/fragments
Anatoly Pugachev 19f6634353 Add support of facts gathering WWNs on AIX OS (#51704)
* Extend git commit c65909d6db "Add network fact to obtain FC WWN initiator ports"
adding support of enumerating AIX device WWN ports

$ lsdev -Cc adapter -l fcs*
fcs0 Defined   00-00 8Gb PCI Express Dual Port FC Adapter (df1000f114108a03)
fcs1 Defined   00-01 8Gb PCI Express Dual Port FC Adapter (df1000f114108a03)
fcs2 Available 04-00 8Gb PCI Express Dual Port FC Adapter (df1000f114108a03)
fcs3 Available 04-01 8Gb PCI Express Dual Port FC Adapter (df1000f114108a03)

$ lscfg -vpl fcs3 | grep 'Network Address'
        Network Address.............10000090FA551509

* no self in this code

* Two fixes:

- fix run_command execution, passing 'use_unsafe_shell=True' since we have a pipe in it ( | grep )
  if we don't set unsafe shell, it will return error on execution.

- strip new line characters at the end of WWNs.

* fix pep8 , E225 missing whitespace around operator

* use module.get_bin_path() instead of hardcoded values

* move module.get_bin_path() out of for loop

* use python string parsing instead of calling external grep

* use in operator instead of find() for simplicity and readability

* add changelog fragment
6 years ago
..
2.8-core-deprecations.yaml
2.8-removed-modules.yaml
11349-add-ansible_play_name-var.yaml
11935-slack-add_hex_color_values.yaml
22766-fact-cmdline-return_multiple_lvm_values.yaml
24004-yum-dnf-add-download_dir-param.yml
24633-copy-coherency-between-check-normal-mode.yaml
26937-fix-remove-orphans.yml
27237-handlers-template-run_once.yaml
29135-include_vars-check_for_main.yml
32366-test-match_fix_docs.yaml
33740-osx_say_callback_renamed_say.yml
33754-docker_image_fix_changed_in_force_mode.yaml
34209-template-lookup-vault-support.yaml
35331-postgres_privs-add-all_in_schema-for-functions.yaml
35370-add_support_for_docker_network_internal_flag.yaml
36811-fix-lvol-valueerror-with-float-size.yaml
37150-make_modprobe_module_check_for_builtins_as_well.yaml
38118-postgresql_user-fix_conn_limit_type.yml
38803-postgresql_privs_fdw_and_fs_obj_types.yaml
38833-docker_volume-option-minimum-versions.yml
38878-hashi_vault-support_userpass.yaml
40092-mysql_user-match-backticks.yml
40174-junit-test-case-prefix-filter.yaml
40176-junit-hide-task-arguments.yaml
40366-modify-existing-volume.yml
40424_postgresql_db_not_failed_when_dump_err.yml
42482-ipa_dnsrecord-srv_mx_record.yml
42866-galaxy-search-unicode.yaml
43123-add_support_for_per_host_no_stats.yaml
43874-docker_container-stop_timeout.yaml
44278-pamd_valid_simple_controls.yaml
44412-copy-fix-unwanted-acls.yaml
44428-inventory-plugin-list.yml
44561-vmware_host_config_manager-fix_key_error.yml
44692-docker-find-image.yaml
44739-assemble-avoid-extra-newline-Py3.yaml
44789-docker_container-comparisons.yaml
44988-acme-post-as-get.yaml
45155-vmware_host_service_facts-update_docs.yaml
45355-mysql_user-fix-versions-compatibilities.yml
45628-fetch_url-error-headers.yaml
45824-uri-fix-TypeError.yaml
46322-docker_container-image-not-given.yaml
46443-mongodb_user-fix-roles-default-value.yaml
46483-role_names-change.yaml
46594-docker_container-publish-all-ports.yml
46595-docker_container-expected_ports.yml
46596-docker_container-published_ports.yml
46598-docker_container-volume-modes.yml
46608_azure_rm_inv_py3.yaml
46658-plugin_filter-improve_error_handling.yaml
46739-gcp-compute-instance-metadata.yaml
46740-gcp-utils-credentials-scoping.yaml
46743-fix-native-jinja-newlines.yaml
46772-docker_container-healthcheck.yaml
46961_fix_aws_ec2_cache.yaml
47019-mail-fix-py27-regression.yaml
47134-elasticsearch_plugin-fix_param_type.yml
47193-fix-gce-and-scaleway-vm-detection.yml
47213-onepassword_facts_fix_password_lookup.yaml
47247-docker_container-add-runtime-option.yaml
47281-pamd-dont-delete-named_temporary_file_on_close.yaml
47300-ios-check_rc.yaml
47307-handler-include-task.yml
47313-vmware-fix_module_error.yaml
47393-docker_image-id.yaml
47395-docker_container-ipvX_address.yaml
47396-docker_container-detach-auto-remove.yaml
47459_grafana_dashboard_consistency_fix.yaml
47492-docker_network-add-ipv6-support.yaml
47500-rds_instance.yaml
47539-fix-netaddr-network.yaml
47668-aci_switch_leaf_selector-support_empty_policy_group.yaml
47689-yum-fix-version-syntax.yaml
47695-pamd-fix-idempotence-and-parsing-issues.yml
47704-apt-warn-auto-intall.yml
47711-docker_container-minimal-version-checks.yml
47712-docker_container-detach-auto-remove.yml
47722-vmware_guest_powerstate-restore_timeout.yaml
47809-module_utils_mysql-unexpected-keyword-argument-cursorclass.yml
47814-docker_container-device-io-limit-parameters.yaml
47846-cs_ip_address-fix-vpc-vs-network.yaml
47859-vmware_guest-convert_vm_disk_clone.yaml
47900-docker_container-paused.yml
47916-grafana_dashboard-fix-logic-behind-overwrite-param.yaml
47920-vmware_guest-handle_no_root_snapshot.yaml
47938-docker_swarm_service-requirements.yaml
47997-docker_container-ipc-pid-mode.yml
48036-vultr-fix-empty-list-handling.yaml
48061-docker_container-auto_removal.yml
48069-default-callback-unreachable_stderr.yml
48306-ansible-connection-json.yml
48342-vultr_server_facts-fix-firewall-group.yml
48471-win_xml-xml-parser.yaml
48536-docker_volume-labels.yml
48546-docker-diff.yml
48547-assert-incorrect_msg_type.yml
48551-docker_container-idempotency.yml
48599-rabbitmq_binding-state-absent.yaml
48673-fix-omit-on-play-keywords.yaml
48675-cs_template-fix-keyerror-state-extracted.yml
48728-win_nssm-credential-quoting.yml
48730-zabbix_hostmacro-fixes.yaml
48936-import-handlers.yaml
48950-vault-encrypted-data-native-jinja.yaml
49039-facts-xen-paravirt-cpuinfo.yaml
49078-docker_container-min-version-fix.yml
49081-add-launch-type-to-ecs-task.yml
49084-influxdb_user-default-password-fix.yaml
49158-detect-kvm-on-freebsd.yaml
49160-meraki_network-combined-type-change.yml
49184-facts-rpm-ostree-pkgmgr.yml
49188-zabbix_template-fix-idempotency.yaml
49191-module_utils_mysql-unexpected-keyword-argument-cursorclass.yml
49212-require-git-ansible-galaxy.yaml
49235-docker_swarm_service-user-default.yaml
49262-user.yml
49266-acme-error-messages.yml
49319-docker_container-pids_limit.yaml
49409-lineinfile_must_not_insert_lines_multiples_times_with_insertbefore_insertafter.yml
49410-acme-diff.yml
49473-multiple-ipv6-addresses-per-device.yaml
49545-ansible-doc_version_help.yaml
49553-aci_rest-fix-ignoring-custom-port.yaml
49615-ascii-devuan-support.yml
49664-npm-added-ci-param.yaml
49676-s3bucket-requester_pays_change_if_condition.yml
49688-docker_secret-config-base64-data.yml
49723-jenkins-plugin-install-latest.yaml
49734-facts-set-virtualization_role-for-kvm-hosts.yaml
49776-product_fix_katello_foreman_module.yaml
49787-docker_image-cache_from.yaml
49794-docker_container-network-mode.yml
49796-ufw-insert-relative-to.yml
49843-docker_container-wrap-env.yaml
49884-tower-project-scm-cred-org-fallback.yaml
49952-avoid-loading-kube-config-when-auth-given.yml
49981-filter-dnsimple-request-by-record-name.yaml
50006-azure_rm_inventory_batchrequest_fix.yaml
50025-gcp_compute_filters_default.yml
50059-ecs-service-add-features.yml
50076-os-sec-group-rule-proper-module-exit.yaml
50134-influxdb_user-invalid_auth_fix.yml
50143-win_firewall_rule-invalid-bypass.yml
50185-win_updates-report-changes-correctly.yml
50249-vmware_vm_inventory-fix_host_ip.yaml
50298-redfish_utils_fix_reference_to_local_variable_systems_service.yaml
50316-ansible-vault_utf-8_in_vault_filename.yaml
50322-openssl-path-error.yml
50337-fix-vultr_server-ssh_keys-handling.yml
50361-openssl_csr-idempotency.yml
50402-ufw-check-direction.yml
50448-paramiko_ssh_add_auth_timeout.yaml
50483-docker_swarm_service-option-typo.yml
50570-relative_time_crypto.yaml
50654-docker-swarm-service-docker-api-fix.yaml
50655-docker_swarm_service-update_order-idempotency.yml
50657-bubble-k8s-import-exception.yml
50834-50833-zabbix_template-json.yaml
50843.yaml
50861-docker_swarm_service-documentation-fixes.yml
50871-facts-ip-addr-busybox.yaml
50877-postgresql_privs_add-support-for-target_role.yaml
50882-docker_swarm_service-fix-publish-idempotency.yml
50883-docker_network-labels-support.yaml
50894-openssl_csr-san-commonname-optional.yaml
50984-docker_swarm_service-command-option.yml
51035-docker_service-docker_compose-rename.yaml
51059-dnf-support-substitutions.yml
51100-meraki_device-notes-support.yml
51110-docker_swarm_service-drop-user-default.yml
51134-docker_swarm_service-change-on-updated-image.yml
51136-fix-ansible-inventory-tracebacks.yml
51145-docker_volume-force.yaml
51166-ufw-gre-igmp.yaml
51170-docker_swarm_service-handle-out-of-sequence-error.yml
51406-aci_aaa_user-description.yaml
51473-openssl_csr-idempotence.yaml
51485-fixes-flatpak.yaml
51495-k8s-load-envvars.yaml
51535-ec2-fix-spot-request-end-date.yaml
51600-provider_segmentation_id-is-int.yaml
51602-ec2_instance_single_iface_description.yaml
51653-fixing-azure-postgresql-parameters.yaml
51661-fixing-azure-mysql-parameters.yaml
51697-disable_excludes-errors-with-disable-includes-message.yaml
51762-docker_swarm_service-extend-env-and-add-env-file.yml
51781-fixing-managed-disk-facts.yaml
51795-acme_challenge_cert_helper-module-fail.yaml
51824-slack-req-content-type.yaml
51827-openstack_logs_to_stderr.yml
51885-ec2_instance-fix-eventual-consistency.yaml
52004-fix-terraform-state-planned.yml
52031-gssapi-for-identity-ipa.yaml
52032-add_quiet_option_to_assert.yml
52045-keyed-group-features.yaml
52051-jenkins_plugin-state_present_fix.yaml
52158-jinja2-native-types-contructed-keyed-groups.yaml
52166-fix_rabbitmq_plugin_idempotence.yml
52278-mysql_user-fix-regex.yml
52322-cron_fix_missing_deprecation_warn.yaml
52381-vmware_vm_inventory-fix_yaml_flag.yaml
52388-postgresqldatabase-fix-force-update.yml
52389-mysqldatabase-fix-force-update.yaml
52412-docker_image-deprecate.yml
52419-docker_swarm_service-add-healthcheck-option.yml
52420-docker_swarm_service-remove-update-defaults.yml
52424-docker_swarm_service-add_stop_signal_option.yml
52425-docker_swarm_service-add_working_dir_option.yml
52428-docker_swarm_service-add_groups_option.yml
52499-ovirt_network_label_fail.yaml
52519-docker_swarm_service-add_stop_grace_period_option.yml
52519-docker_swarm_service-period_options.yml
52536-jenkins_plugin-update_url.yaml
52574-postgresql_privs-add_warn_if_role_not_exist.yml
52581-change-default-behaviour-of-retry_files_enabled.yaml
52634-docker_swarm_service-dont_remove_service_on_network.yml
52760-fix-last-task-time-with-multiple-plays.yaml
52822-cloudscale_fix-py3.yaml
52825-docker_swarm-detection-check-mode.yaml
52894-docker_image.yaml
52895-docker_swarm-labels.yaml
52896-gather_facts-fix_negative_free_value.yml
52947-docker_swarm-diff.yaml
53003-docker_swarm-force-new-cluster.yml
53039-docker_swarm-ca_force_rotate.yml
53060-vmware_tag-update_desc.yml
53129-docker_swarm-older-docker-py.yaml
53134-yum-fix-disable_excludes-when-repoquery.yaml
53152-create-groups-using-composed-variables.yaml
53170-iptables-support_gateway.yml
53198-openssl_csr-subject-validation.yml
53201-openssl_csr-improve-invalid-san.yml
53207-openssl_certificate-assertonly-extensions.yml
53213-docker_swarm_service-option_groups.yaml
53229-docker_swarm_service-return-value.yml
53289-module-option-int-long.yml
53290-docker_swarm_service-add_hosts_option.yml
53295-docker_swarm_service-docker-py-versions.yaml
53323-no-psycopg2-for-dump-and-restore.yaml
53440-docker_container-warnings.yml
53451-docker_image-fix-changed-tag-push.yml
53479-docker_swarm_service-documentation-fixes.yaml
53482-docker_swarm_service-read_only_option.yaml
53489-openssl-private-key-passphrase.yml
53491-uri-dont-write-file-after-failure.yaml
53503-docker_swarm_fix_node_id.yml
53559-docker_swarm_service-mounts-options.yaml
53593-openssl_privatekey-backup.yml
53594-docker_swarm_service-rollback_config.yaml
53649-allow-parent-group-as-variable.yaml
53660-acme_certificate-ip-identifiers.yml
53661-acme_challenge_cert_helper-ip-identifiers.yml
53669-ec2_asg_fix_race_condition.yml
53710-docker-warnings.yml
53732-iptables-add-iprange-support.yml
53738-cs_iso-missing_is_public.yml
53899-cs_network_offering-supported_services_choices.yml
53905-docker_image-proxy-config.yml
53911-docker_image-build-pull-default.yml
54044-fix-include_task-no-file-traceback.yml
54060-allow-azure_rm-legacy-hostnames.yml
54082-acme_account_facts-acme_account_info.yml
54085-openssl-mode-writing.yaml
54111-cs_volume-add-extract-upload.yml
54124-docker_image-facts-info.yml
54192-openssl_publickey-openssh-passphrase.yml
54198-docker_container-networks.yaml
54294-openssl-backup.yaml
54296-openssl_dhparam-remove.yaml
54298-openssl_certificate-remove.yaml
54361-docker_swarm_service-remove-secrets-configs-defaults.yaml
54370-openssl_pkcs12_pkey_path_friendly_name_not_together.yaml
54490-docker_swarm-return-unlock-key.yaml
54494-ec2-user-data.yaml
54517-include-partition-table-postgresql-privs.yaml
54551-cs_network_offering-add-for_vpc.yml
54632-docker_network-ipam-options.yml
54633-openssl_pkcs12_idempotency_fixes.yaml
54642-docker_swarm-remote_addr_pool.yml
54656-openssl_certificate-acme-chain.yml
54690-openssl_certificate-assertonly.yml
54692-ec2_asg_fix_reading_properties.yml
54754-acme_certificate-cwd.yml
54799-ufw-default-direction.yml
54974-rename-safeconfigparser-to-configparser.yaml
55038-rename-results-key-vmware-guest.yml
aci_access_port_to_interface_policy_leaf_profile-missing_policy_group.yaml
aci_interface_policy_leaf_policy_group-missing_aep.yaml
acl_doc_fix.yml
add-elapsed-return-value-to-select-modules.yaml
agnostic-become-prompt.yaml
ajson-nested-decode.yaml
allow_bad_things.yml
allow_regions_aws_invp.yml
always_module_attribs.yml
ansible-doc-fixes.yml
ansible-env-config-prefix.yml
ansible-template-error.yml
apt_repository-no-tty.yaml
async-dir.yaml
async-wrapper-stdin.yaml
async_statys_pyx_compat_fix.yml
auto_nice_error.yml
avoid_race.yml
avoid_spurious_unique_warnings.yml
avoid_ssh_retry_discolsures.yml
aws_ec2_inventory_integration_tests.yaml
aws_kms_grants.yml
azure_rm_appgateway-probe.yaml
azure_rm_deployment_fix_45941.yaml
basic-no-state-absent-when-path-or-dest.yaml
become-plugins.yaml
better-kv-error-reporting.yml
better_cfgmgr_errors.yml
better_json_option_error.yml
better_rhn_channel_errors.yml
blockinfile-bytes-fix.yaml
callback-keep-more-debug-keys.yml
cfg_mgr_fix.yml
change_failed_when_example.yaml
check_type_string-option-when-converting.yaml
checkpoint-object-facts-type-param.yaml
chroot_exe.yml
clean_results.yml
clear_system_variablse.yml
cli-refactor.yaml
cloudstack_minors.yaml
code-cleanup-no-get-exception.yaml
collections.yml
command-stdin-no-newline.yaml
conditionals_fix.yml
contains-test.yaml
copy-diff-text.yaml
copy-recursive-remote-src.yml
dd-put-empty-files.yaml
deal_with_bad_config_types.yml
debconf_bool_fix.yml
delegate_to_loop_hostvars.yaml
detect_interpreter_stdout.yml
dict2items-mapping.yaml
dict_is_dict.yml
diff_yaml.yml
disallow-relative-homedir.yaml
display-singleton.yaml
distribution-file-processing.yaml
distribution_support.yaml
dnf-4.2.2-module-remove.yaml
dnf-conf-file.yaml
dnf-fix-plugin-loading.yaml
dnf-group-removal.yaml
dnf-ignore-weak-deps.yaml
dnf-localgpgcheck.yaml
dnf-modularity.yaml
dnf-packagename-parse.yaml
dnf-update-cache-broken-transaction.yaml
dnfyum-disable-excludes.yaml
doc_debug_var.yml
doc_module_paths_unresolved.yml
docfixes.yml
docker-facts.yaml
docker-image-ids.yaml
docker-swarm-service-defaults.yml
docker_container-idempotency.yaml
docker_network-adding-scope-and-attachable-flags.yaml
docker_network-driver_options.yaml
docker_network-requirements.yaml
docker_volume-force-change-detection-revert.yaml
docker_volume-force-change-detection.yaml
drop-pkg_resources.yaml
ec2_asg-launch-template-support.yml
ec2_asg_retry_deletion_when_busy.yaml
ec2_fix_assigning_private_without_public_ip.yml
ec2_group_fix_target_containing_list_within_list.yaml
ec2_vpc_peer_describe_peer_with_exception_handling.yaml
ec2_vpc_peer_parameter_checking.yaml
ec2_vpc_peering_facts_tags.yml
elb_target_group_fix_KeyError.yaml
end-host-meta-task.yaml
explain_bare.yml
expose-loop-var-name.yml
facts-pkg-mgr-rhel.yaml
fibre_channel_wwn_fact.yaml
fibre_channel_wwn_fact_aix.yaml Add support of facts gathering WWNs on AIX OS (#51704) 6 years ago
file-touch-non-owner.yaml
firewalld-missing-port-protocol.yml
fix-Amazon-system-release-version-parsing.yaml
fix-aws-plugin-credential-precedence.yaml
fix-callbacks-mixed-keys.yaml
fix-lvg-reduce-by-better-listing-pv.yml
fix-password-lookup-on-fips.yaml
fix-python3-compatibility-with-AWS-policies.yaml
fix_adhoc_includes.yml
fix_cache_assumption.yml
fix_ec2_group_target_vpc_precedence.yaml
fix_ec2_group_vpc_precedence_classic.yaml
fix_gce_invplugin.yml
fix_ir_dupes.yml
fix_order_serial.yml
fix_plugin_loader_cache.yml
fix_pull_extra.yml
fix_taggged_gather.yml
force_role_with_deps.yml
free-strategy-include-var-tags.yaml
from_handlers.yml
gcp-compute-add-image.yaml
get-url-fix-idempotency.yaml
get_url-checksum.yaml
get_url.yaml
handle_non_strings_in_requirements.yaml
host-start-callback.yaml
ibm-storag_add_domain_keywords_to_module.yml
icinga2_host-47671-fix-use_proxy.yaml
improved-fieldattribute-inheritance.yaml
improved_stats.yaml
include-import-promotion.yaml
include-no-swallow-error.yaml
include-run-once.yaml
include_tasks_parent_templating.yml
includevars_nonascii.yaml
influxdb_user-admin-role-update.yaml
interpreter_discovery.yaml
inv_fixes.yml
inventory-docker-service-stack-groups.yaml
iscsi_facts_hp-ux_aix.yaml
jinja-now.yml
jinja2_native-fallback-warning.yaml
jinja2_nested_undefined.yaml
jinja2_nested_undefined_getitem.yaml
jira_fix_description_field.yaml
k8s_append_hash.yml
k8s_facts_fix.yaml
k8s_module_defaults_group.yml
k8s_validate.yml
k8s_wait.yml
last-loaded-handler-same-name-wins.yaml
lineinfile-insertbefore-index-out-of-range.yaml
loop-cache-include-apply.yml
loop-control-label-template-error.yaml
loop-empty-literal-list.yaml
loop-info.yaml
loop_undefined_delegate_to.yaml
mac-product-name.yaml
macos-paramiko-default-to-ssh.yaml
macports-upgrade-selfupdate.yml
mathstuff-filter-py3-scope.yaml
md5-hash-algorithms-pop-fix.yaml
meraki_configuration_template_net_id_fix.yml
meraki_orgnet_fix.yml
meraki_ssid_number_fix.yml
mount-optional-fields.yaml
mysql-migrate_to_pymysql.yaml
network_configurable_backup_path.yaml
nicer_role_list.yml
nmap_bytes_fix.yml
no-mutable-fieldattribute-defaults.yaml
no-overwrite-roles.yaml
no_empty_groups.yml
no_strippers.yml
nvme_fact.yaml
omit-list-of-dicts.yaml
openssl-cryptography.yml
openssl-python3.yaml
openssl_certificate_fix_has_expired.yml
openstack_inventory_fix.yml
os-module_defaults-group.yml
os-server-facts-all-projects.yaml
ovirt_host_network_fix_type_conversion.yaml
pamd-make-idempotence-fix.yaml
paramiko-optional.yaml
pause_subsecs.yml
pear_better_error.yml
persistent_command_timeout_increase.yaml
pip-fix-idempotence-in-check-mode.yaml
piped-transfer-empty-files.yaml
platform-dist-to-nir0s-distro.yaml
playbook-order-reverse_inventory.yaml
plugin-docs-list-fix.yaml
plugin-filters-cfg.yaml
postgresql-db-conn-limit.yaml
postgresql_user-not-sup-error.yaml
powershell_basic_util.yaml
ps_sb_logging.yaml
psexec-handle-socket-errors.yaml
psexec-imp-error.yaml
psrp-display-exec-output.yaml
psrp-options.yaml
psrp-utf8-stdio.yaml
psrp-utf8.yaml
pure_facts_fix.yaml
random_mac-random-int-fix.yaml
reboot-add-aix-support.yml
reboot-add-search-paths-parameter.yaml
reboot-change-default-boot-command.yaml
reboot-conn-timeout-reset.yaml
reboot-fix-exception-type.yaml
reboot-path-alpine-solaris.yaml
reboot-show-timeout.yaml
reboot-unicode-string.yaml
reboot-vmware-esxi.yaml
reboot_missing_parameter.yaml
reboot_openbsd_support.yaml
redhat_subscription_use_strings_for_yum_plugin_configs.yaml
redis-3-compat.yaml
regex-escape-basic.yaml
remove_redundant_md5.yml
rename-idrac.yml
replace-before-after.yaml
restore_sigpipe_dfl.yml
restructure_inventory_cache.yaml
rhn_regiter-user-pass-unregister.yaml
rhsm_repository-handle-no-repos.yml
rhsm_repository-loop-fix-improvements.yaml
run-command-expand-shell.yaml
rundeck-acl-policy-python-version.yaml
s3_bucket_delete_nonexistent_bucket.yml
s3_bucket_fix_non_str_tags.yaml
s3_bucket_requester_pays_default_value.yaml
s3_bucket_walrus_endpoint.yaml
scaleway-getheaders.yaml
scan_packages.yml
script-module-no-file-path.yaml
service-facts-dont-hist-systemd-disabled-units.yaml
skip_invalid_plugin.yml
sns-boto3.yaml
solaris-prtdiag-path.yaml
solaris_system_vendor.yaml
spotinst-instance-health-check-validation.yml
squash-deprecation-message.yml
ssh-check-returncode-before-exception.yaml
ssh-quote-user.yaml
ssh_connection_invalid_password.yaml
standardize-tls-params.yml
standardize_connection_vars.yaml
static_attributes.yml
strip_keys_fixes.yml
suse_distro_names.yaml
synchronize-warning.yaml
systemd-warn-on-chroot.yaml
tag_gathering.yml
tags-var.yaml
template-lookup-searchpath-fix.yaml
to_yaml-default_flow_style.yaml
togggle_invalid_group_chars.yml
toml-inventory.yaml
tower_credential_ssh_key_data.yaml
tower_job_launch-options.yaml
tweek_msg.yml
ufw-49948-enable-chenged-status-in-check-mode.yml
unarchive-fix-bad-user-and-group.yaml
undeprecate_force_pc.yml
unsafe-set-wrap.yaml
unsafe_cleanup.yml
unsafe_prompt.yml
uri-supports-async.yaml
uri-unix-socket.yml
urls-https-guard.yaml
urls-proxy-validate.yaml
use-module_utils-six-in-contrib-inventory.yaml
user-do-not-pass-ssh_key_passphrase-on-cmdline.yaml
user-docs-underlying-tools.yaml
user-fix-zero-negative-expiration.yaml
user-freebsd-expire-utc.yaml
user-password_lock-change-fix.yaml
user-read-passwd-when-local.yaml
user-restore-disabled-account.yaml
v2.8.0-initial-commit.yaml
v2.8.0a1_summary.yaml
vault-read-error.yml
vbox_fix.yml
verbose_stderr.yml
vm_fix.yml
vm_guest_facts.yml
vm_updates.yml
vmware-deploy-ovf-inject.yml
warn_bad_local_fact.yml
win-say-ansible-basic.yaml
win_acl-paths.yaml
win_acl_inheritance-paths.yaml
win_become-passwordless.yaml
win_certificate_store-excp.yaml
win_certificate_store-paths.yaml
win_chocolatey-allow-multiple.yaml
win_chocolatey-beta-versions.yaml
win_chocolatey-pin.yaml
win_chocolatey-update.yaml
win_chocolatey.yaml
win_chocolatey_source_disabled.yaml
win_copy-dest-quote.yaml
win_copy-empty-dir.yaml
win_copy-paths.yaml
win_domain-cred.yaml
win_dsc-validation.yaml
win_dsc-warning.yaml
win_file-hidden.yaml
win_file-paths.yaml
win_find-paths.yaml
win_get_url-checksum.yaml
win_get_url-paths.yaml
win_group_membership-com-marshal.yaml
win_lineinfile-output.yaml
win_mapped_drive-fixes.yaml
win_mod_utils-paths.yaml
win_nssm.yaml
win_owner-paths.yaml
win_package_chdir.yaml
win_power_plan-windows10.yaml
win_privileges_util.yaml
win_psexec-paths.yaml
win_psmodule-repository.yaml
win_reboot-psrp.yaml
win_registry.yaml
win_route.yaml
win_say-fix.yaml
win_scheduled_task-repetition.yaml
win_script-become.yaml
win_security_policy-rights.yaml
win_shortcut.yaml
win_slurp-paths.yaml
win_stat-follow.yaml
win_tempfile-path.yaml
win_updates-post-categories.yaml
win_uri-junk-data.yaml
win_uri-oneitem-list.yaml
win_user_right-output.yaml
windows-deprecated-functionality.yaml
windows-exec-changes.yaml
windows-psrp-unreachable.yaml
windows-ssh.yaml
winrm-all-timeout-exceptions.yaml
winrm-ansible-conn-error.yaml
winrm-send-input-check.yaml
winrm_pexpect.yaml
xdg_systemd_fix.yml
yaml_inventory_more_tolerant.yml
yum-consistent-output-checkmode.yaml
yum-handle-obsoletes-check-update.yaml
yum-select-version.yml
yum-unauthenticated-proxy.yaml
yum-update-only.yaml
yumdnf-autoremove.yaml
yumdnf-better-uri-handling.yaml
yumdnf-update-cache.yaml
zabbix_inventory_vars.yaml