https://github.com/ansible/ansible/blob/devel/lib/ansible/modules/cloud/docker/_docker.py

https://github.com/ansible/ansible/issues/12745 Docs styling preventing to read entire content of the pages
https://github.com/ansible/ansible/issues/19858 Volumes do not get dropped when removing the docker container
https://github.com/ansible/ansible/issues/26297 Support Google Container Optimized OS
https://github.com/ansible/ansible/issues/29765 Ansible 2.1.x cloud/docker incompatible with docker-py 1.1.0
https://github.com/ansible/ansible/issues/29791 Docker module: argument memory_limit is of type and we were unable to convert to int" on Ansible 2.0.2.0-1.el7
https://github.com/ansible/ansible/issues/29793 Pulling repository when using net option in docker module with nonexistent network
https://github.com/ansible/ansible/issues/29820 cloud/docker: update doc for field 'registry'
https://github.com/ansible/ansible/issues/29826 docker: can't launch container with memory_limit=0
https://github.com/ansible/ansible/issues/29833 docker module has wrong/misleading error handling during container creation
https://github.com/ansible/ansible/issues/29851 Docker pull: always and state: reloaded redeploys named containers every time
https://github.com/ansible/ansible/issues/29855 Docker pull: always and state: reloaded no longer ignores unnamed containers
https://github.com/ansible/ansible/issues/29889 cloud/docker: recreates stopped named containers with state=started
https://github.com/ansible/ansible/issues/29892 docker : devel head cpu_shares breaks docker-py
https://github.com/ansible/ansible/issues/29896 Remove docker containers by only their name
https://github.com/ansible/ansible/issues/29901 Docker module fails on reload with labels
https://github.com/ansible/ansible/issues/29909 Docker containers not removed by image name alone
https://github.com/ansible/ansible/issues/29913 docker: pull image by digest is broken
https://github.com/ansible/ansible/issues/29932 Ansible docker: error pulling images
https://github.com/ansible/ansible/issues/29937 Confusing error message, error caused by non existing container name provided in volumes_from is not handled correctly
https://github.com/ansible/ansible/issues/29961 docker module ignores `links` on `state: present`
https://github.com/ansible/ansible/issues/29970 docker log_opt ignored if log_driver is not specified
https://github.com/ansible/ansible/issues/29971 Docker module: can't link same container with different aliases
https://github.com/ansible/ansible/issues/29991 docker reloaded mode does not work when 2 ips are assigned to the same port
https://github.com/ansible/ansible/issues/30021 KeyError: 'host_config'
https://github.com/ansible/ansible/issues/30025 Docker module fails on checking reload conditions
https://github.com/ansible/ansible/issues/30026 docker module fails on non-ASCII characters
https://github.com/ansible/ansible/issues/30030 ansible is failing to pull docker containe
https://github.com/ansible/ansible/issues/30044 (docs) Docker email is required to login to DockerHub
https://github.com/ansible/ansible/issues/30058 Docker create new container even when state=started
https://github.com/ansible/ansible/issues/30063 Docker module will create/stop the container even if when expression is negative
https://github.com/ansible/ansible/issues/30066 Docker module fails to create containers with docker 1.7.1 (cannot unmarshal string)
https://github.com/ansible/ansible/issues/30087 Docker module always pulls images and restarts containers on Docker 1.7
https://github.com/ansible/ansible/issues/30092 docker_module: Error fetching state from pull command
https://github.com/ansible/ansible/issues/30107 docker Ansible module does not start properly docker data containers
https://github.com/ansible/ansible/issues/30119 docker module fails as it appears to start two containers with same name
https://github.com/ansible/ansible/issues/30122 Docker Module parameter state=start always replaces the container
https://github.com/ansible/ansible/issues/30126 Docker module requires image name on restart
https://github.com/ansible/ansible/issues/30137 docker module doesn't handle restarting containers correctly, get port conflicts
https://github.com/ansible/ansible/issues/30138 Docker module requires image with state=absent
https://github.com/ansible/ansible/issues/30140 docker module exits with error while comparing lxc_options of container
https://github.com/ansible/ansible/issues/30143 Docker 1.6 cannot mount a volume with a single file
https://github.com/ansible/ansible/issues/30149 Docker Module Does Not Start Container with the same as the CLI equivalent params
https://github.com/ansible/ansible/issues/30150 docker module failing `unexpected keyword argument 'tls'`
https://github.com/ansible/ansible/issues/30170 Docker: image pull from private secure registry fails when image name contains a number
https://github.com/ansible/ansible/issues/30191 Docker Module Registered Variables Incomplete on CentOS
https://github.com/ansible/ansible/issues/30198 docker volumes aren't bound properly
https://github.com/ansible/ansible/issues/30210 Private docker registry container returns empty container facts
https://github.com/ansible/ansible/issues/30227 docker should not create volumes when binding to host machine
https://github.com/ansible/ansible/issues/30239 Fix docker volume creation when there are no docker volumes present yet.
https://github.com/ansible/ansible/pull/34100 [WIP] Module deprecation: docs, scheme and tests

https://github.com/ansible/ansible/blob/devel/lib/ansible/modules/cloud/docker/docker_container.py

https://github.com/ansible/ansible/issues/18527 docker-container module does not let docker-py decode pull response in ansible 2.2.0.0
https://github.com/ansible/ansible/issues/18983 docker_container doesn't allow setting log_options without setting log_driver
https://github.com/ansible/ansible/issues/19103 docker_container sends volume to docker API erroneously
https://github.com/ansible/ansible/pull/19105 Fixes #19103 - Set Volumes field only for anonymous volumes
https://github.com/ansible/ansible/issues/19193 docker_container doc about volume mount modes is too restrictive
https://github.com/ansible/ansible/issues/19508 container deployed by docker_container module with networks parameter belongs to both specified my custom network and unspecifiede default bridge.
https://github.com/ansible/ansible/pull/19660 FIX issue 18461 : docker_container fact filtered by data parser
https://github.com/ansible/ansible/issues/19880 Error when pulling docker image from aws ecr
https://github.com/ansible/ansible/issues/19893 Ansible docker_container not exposing ports (2.2.0.0)
https://github.com/ansible/ansible/issues/19894 docker_container module doesn't match existing container when entrypoint is used
https://github.com/ansible/ansible/issues/20776 docker_container has incorrect minimum docker-py version
https://github.com/ansible/ansible/issues/21091 docker_container published_ports is not accepting 'all'
https://github.com/ansible/ansible/issues/21093 published_ports in docker container is not accepting single port
https://github.com/ansible/ansible/issues/21094 port_published is not getting a port range as an argument
https://github.com/ansible/ansible/issues/21188 Restarting container with non-default log driver fails with "No command specified"
https://github.com/ansible/ansible/pull/21984 [HELP NEEDED] [WIP] Add Support for --sysctl in cloud/docker_container
https://github.com/ansible/ansible/pull/22433 docker_container: add gcplogs to list of supported log_drivers
https://github.com/ansible/ansible/issues/22993 [docker] docker-py naming conflict since 2.0.2 release
https://github.com/ansible/ansible/issues/22999 docker_container homedir ('/~') issue running localhost
https://github.com/ansible/ansible/issues/23066 docker_container: configure if container is recreated when config changes
https://github.com/ansible/ansible/issues/24236 Add support for `docker * prune`
https://github.com/ansible/ansible/issues/24394 docker_container stopped doesn't work
https://github.com/ansible/ansible/issues/25683 docker_container fails
https://github.com/ansible/ansible/issues/25974 docker_container.py _compare_dicts incorrectly reports matches
https://github.com/ansible/ansible/issues/27367 Docker port binding fails when both same UDP and TCP is bound
https://github.com/ansible/ansible/issues/27960 docker_container state: stopped is broken (fails and removes container)
https://github.com/ansible/ansible/issues/28382 Cannot connect unmanaged Docker container to network on Swarm worker
https://github.com/ansible/ansible/issues/29461 docker_container: unable to deal with image IDs
https://github.com/ansible/ansible/issues/29471 Error while fetching server API version
https://github.com/ansible/ansible/issues/29500 docker_container succeeds with empty result
https://github.com/ansible/ansible/issues/29512 docker_container fails while pulling new image
https://github.com/ansible/ansible/issues/29558 docker_container networks not working as expected (viz. mac addresses)
https://github.com/ansible/ansible/issues/29578 docker_container - missing cap_drop
https://github.com/ansible/ansible/issues/29588 Cannot pass args to docker container
https://github.com/ansible/ansible/issues/29608 docker_container module - "Error connecting container to network"
https://github.com/ansible/ansible/issues/29609 Wrong requirements for docker_container module
https://github.com/ansible/ansible/issues/30455 Workspace argument support in docker_container module
https://github.com/ansible/ansible/issues/30761 docker_container: Add support for `--init` option
https://github.com/ansible/ansible/issues/31377 docker_container module not idempotent
https://github.com/ansible/ansible/pull/33579 docker_container: allow arbitrary log_driver
https://github.com/ansible/ansible/issues/33622 Add support of healthcheck in docker_container module
https://github.com/ansible/ansible/pull/34130 Backport fix in PR #30712 into 2.4
https://github.com/ansible/ansible/issues/34320 docker_container - missing --cpus=
https://github.com/ansible/ansible/pull/34547 Add 'init' option to docker_container module to support docker's `--init` option
https://github.com/ansible/ansible/issues/35070 docker_container does not recreate the container if dns_servers is removed

https://github.com/ansible/ansible/blob/devel/lib/ansible/cli/playbook.py

https://github.com/ansible/ansible/issues/11551 [Suggestion] Ansible retry and timeout at hosts level.
https://github.com/ansible/ansible/issues/13160 Ansible-playbook prints traceback when there's a typo in role config
https://github.com/ansible/ansible/issues/13406 When roles are run with tags, dependent roles are only run for the first role in a playbook.
https://github.com/ansible/ansible/issues/15135 --syntax-check output is not standard and unpredictable
https://github.com/ansible/ansible/issues/15505 Variable is not expanded in handler name
https://github.com/ansible/ansible/issues/15709 list tasks not compatible with syntax check
https://github.com/ansible/ansible/issues/16051 pass array as "hosts" in playbook
https://github.com/ansible/ansible/issues/17179 ansible-playbook with '--check' won't test properly (not doing the same as without)
https://github.com/ansible/ansible/issues/17755 playbooks cannot contain emoji
https://github.com/ansible/ansible/issues/17876 Ansible is not creating proper directory structure in ~/.ansible
https://github.com/ansible/ansible/issues/17935 Ansible SSH multiplexing unreliable, randomly fails setup
https://github.com/ansible/ansible/issues/18131 The value of 'serial' in playbook cannot be set based on a variable defined per group
https://github.com/ansible/ansible/issues/18559 Add option to fail on deprecated features
https://github.com/ansible/ansible/pull/19239 Add support for --list-modules
https://github.com/ansible/ansible/issues/19720 Exit status of `ansible-playbook` not as documented
https://github.com/ansible/ansible/issues/19863 os_floating_ip returns OK but does not assign designated floating IP
https://github.com/ansible/ansible/issues/20243 Async tasks broken in 2.1.4.0-0.2.rc2
https://github.com/ansible/ansible/issues/21244 Ansible uses "command" module instead of "shell"
https://github.com/ansible/ansible/issues/21431 Misleading error: "UNREACHABLE!" when host actually is reachable
https://github.com/ansible/ansible/issues/21562 failed to transfer file to ~/.ansible/tmp/ansible-tmp-xxx/setup.py: [Errno 2] No such file or directory
https://github.com/ansible/ansible/issues/21639 Cannot override built-in connection variable ansible_become_pass
https://github.com/ansible/ansible/issues/21703 ansible_user_id behavior is bad when activating fact caching
https://github.com/ansible/ansible/issues/22591 priority of file names resolution in module selection is unpredictable and often wrong
https://github.com/ansible/ansible/issues/22682 Inventory group name too long playbook is not execute
https://github.com/ansible/ansible/issues/23229 ansible 2.3.0.0 'NoneType' object is not iterable
https://github.com/ansible/ansible/pull/23971 remove deprecated -sudo/-su options
https://github.com/ansible/ansible/issues/24115 SLES login does not work with audited shell
https://github.com/ansible/ansible/issues/24215 Increase verbosity on a per task basis
https://github.com/ansible/ansible/issues/24674 Smart fact gathering not getting facts when initial play is skipped due to conditional
https://github.com/ansible/ansible/issues/24788 Change in behavior with playbook includes
https://github.com/ansible/ansible/issues/25194 Duplicate role skipped in playbook
https://github.com/ansible/ansible/issues/26038 Using `with_items:`, the content of `register:` is not consistent when an `include:` statement is used for task execution
https://github.com/ansible/ansible/issues/28858 Unable to place configuration onto Cisco Router
https://github.com/ansible/ansible/issues/28978 module_stderr failed shared connection to x.x.x.x closed.module_stdout, sudo: a password is required,MODULE FAILURE
https://github.com/ansible/ansible/issues/29590 interface with vlan is returned with as INTERFACE.VLAN instead of INTERFACE_VLAN
https://github.com/ansible/ansible/issues/30411 Ansible hangs forever while executing playbook with no information on what is going on
https://github.com/ansible/ansible/issues/31351 [feature proposed] - option for command "ansible-playbook" to only executes a role
https://github.com/ansible/ansible/issues/31374 include_role error message does not specify file or location
https://github.com/ansible/ansible/issues/32193 Intermittent Unexpected Exception loading inventory file
https://github.com/ansible/ansible/pull/32280 globalize callbacks
https://github.com/ansible/ansible/issues/32536 skip tasks from syntax-check
https://github.com/ansible/ansible/issues/32672 On ansible-playbook with --check, return detailed exit code
https://github.com/ansible/ansible/pull/32829 add pkcs11 support to Ansible
https://github.com/ansible/ansible/issues/34245 URI module to check the status

https://github.com/ansible/ansible/blob/devel/docs/docsite/rst/modules

https://github.com/ansible/ansible/issues/12946 Ensure all fact gathering and informational modules support check mode
https://github.com/ansible/ansible/issues/12964 Missing note on default locale for shell/command modules - Documentation Report
https://github.com/ansible/ansible/issues/15216 Adding warning on documentation for modules that are platform specific
https://github.com/ansible/ansible/issues/16305 add optional backup_dir for the backup option
https://github.com/ansible/ansible/issues/16307 Boto Version requirements not documented
https://github.com/ansible/ansible/issues/16627 Allow conditions per module/role options
https://github.com/ansible/ansible/issues/17078 customised module in role/library not being picked up in specific example
https://github.com/ansible/ansible/issues/17950 Support commands with multiple interactive operation in Network modules
https://github.com/ansible/ansible/issues/19232 Allow to customize tmp directory and file names for template validation
https://github.com/ansible/ansible/issues/19392 Command should be able to accept argv rather than trying to split arguments itself.
https://github.com/ansible/ansible/issues/20096 core-module 'user' with option 'expires' - cannot "unexpire" accounts with "-1"
https://github.com/ansible/ansible/issues/20325 rpm_key should verify fingerprint
https://github.com/ansible/ansible/issues/20842 refresh Elasticache modules to support current EC functionality.
https://github.com/ansible/ansible/issues/20852 Make `mode` parameter(s) not affect setugid flags on directories by default.
https://github.com/ansible/ansible/issues/21299 Add "idempotence check" section to module docs
https://github.com/ansible/ansible/issues/22552 Minimum permissions required for use of Amazon cloud modules, and improve ansible error output
https://github.com/ansible/ansible/issues/22577 Parseable Module Parameter Schema
https://github.com/ansible/ansible/issues/23220 [Feature Request] apt module: add state "downloaded"
https://github.com/ansible/ansible/issues/25361 Add or remove instances from ELB target groups
https://github.com/ansible/ansible/issues/25678 omit does not work in task environment
https://github.com/ansible/ansible/issues/27905 [virt] Overhaul and complete the virt_ modules
https://github.com/ansible/ansible/issues/28247 systemd and service modules don't check is-enabled stdout values, causing false positives
https://github.com/ansible/ansible/issues/28402 Improve Windows module exception output
https://github.com/ansible/ansible/issues/28554 ecs_task module support listing running tasks
https://github.com/ansible/ansible/issues/29198 Port in modules from openstack-ansible
https://github.com/ansible/ansible/issues/29204 Modules with module_utils imports at the top
https://github.com/ansible/ansible/issues/29293 brew bundle support
https://github.com/ansible/ansible/issues/29312 New ecs_service_facts module has a return behavior that is inconsistent when compared to existing *_facts modules.
https://github.com/ansible/ansible/issues/29382 Suggested NXOS module features
https://github.com/ansible/ansible/issues/29458 Commands modules: cutting off "long" lines
https://github.com/ansible/ansible/issues/29575 declare a "port" parameter for os_security_group_rule
https://github.com/ansible/ansible/issues/29622 Temporary files remain after execution of tasks
https://github.com/ansible/ansible/issues/29639 Add limit of number of backup files to file modules with backup option
https://github.com/ansible/ansible/issues/29775 module junos_config with the parameter lines + delete: the delete details doesnt apply
https://github.com/ansible/ansible/issues/29954 Subversion module does not escape credentials
https://github.com/ansible/ansible/issues/29998 Every AWS module should natively support adding tags
https://github.com/ansible/ansible/issues/30069 additional status besides 'changed', 'ok', or 'failed'
https://github.com/ansible/ansible/issues/30414 Google Cloud DNS strange behaviour
https://github.com/ansible/ansible/issues/30546 Windows: Unsupported parameters don't cause error
https://github.com/ansible/ansible/issues/31129 diff directive does not behave the same as '--diff' on the command line
https://github.com/ansible/ansible/issues/32016 When authoring modules state=absent always returned if 'path' used as an option

https://github.com/ansible/ansible/blob/devel/lib/ansible/module_utils/facts/system/user.py

https://github.com/ansible/ansible/issues/11024 more flexible users' groups management
https://github.com/ansible/ansible/issues/13235 User module - `expires` option always fires changed
https://github.com/ansible/ansible/issues/15458 Contradiction between python grp module and useradd command.
https://github.com/ansible/ansible/issues/16796 add user with user module for RHEL7 server failed
https://github.com/ansible/ansible/issues/18917 user module: Add the option to force password change on first login
https://github.com/ansible/ansible/issues/19004 user momodule shows changed for user after reboot
https://github.com/ansible/ansible/issues/19153 user/group module on FreeBSD: support different root dir
https://github.com/ansible/ansible/issues/19179 user module should be able to configure RBAC attributes on Solarish systems
https://github.com/ansible/ansible/issues/19819 user module on darwin: add support for hidden user
https://github.com/ansible/ansible/issues/21563 Setting a user expiry date can lead to confusing results
https://github.com/ansible/ansible/issues/22435 [Feature request] Allow Vault to be set as a filter/parameter in variable(s)
https://github.com/ansible/ansible/issues/23439 Add support to user module for overwriting the SSH key
https://github.com/ansible/ansible/issues/23944 user module doesnt work on busybox based distros without shadow-utils
https://github.com/ansible/ansible/issues/24862 User module creates home directory for existing user with incorrect SELinux types and permissions.
https://github.com/ansible/ansible/issues/25729 user module documentation is incomplete (missing RETURNS, etc)
https://github.com/ansible/ansible/issues/27266 module argument not omited
https://github.com/ansible/ansible/issues/27331 Unable to set default permissions for new user's home directory
https://github.com/ansible/ansible/issues/28232 Tasks and/or plays should support a "become_pass" attribute
https://github.com/ansible/ansible/issues/29028 ssh_key_gen requires a user home directory
https://github.com/ansible/ansible/issues/29466 user module: add parameter for --disabled-password option
https://github.com/ansible/ansible/issues/29634 user module: Adding user with primary group keeps changed
https://github.com/ansible/ansible/issues/29671 User module error: "Group wheel does not exist" for existing user
https://github.com/ansible/ansible/issues/29720 user module: 'update_password: on_create' always state to changed
https://github.com/ansible/ansible/issues/29737 add user with user module for RHEL7 server failed
https://github.com/ansible/ansible/issues/29789 user module fails on SLES11 SP1-SP3
https://github.com/ansible/ansible/issues/29800 user module should delete by UID not name
https://github.com/ansible/ansible/issues/29832 setting password when creating user causes job state to always be changed
https://github.com/ansible/ansible/issues/29859 user/group not accepting an actual array
https://github.com/ansible/ansible/issues/29963 user module produces error "module is missing interpreter line" for missing usermodule file
https://github.com/ansible/ansible/issues/29997 Apply groups of user module instantly
https://github.com/ansible/ansible/issues/30035 user_module trys to modify group when generating ssh keys
https://github.com/ansible/ansible/issues/30049 User module chroot_dir support
https://github.com/ansible/ansible/issues/30118 user module: Can't pass groups as a list
https://github.com/ansible/ansible/issues/30147 Add option to only add user to groups that exist
https://github.com/ansible/ansible/issues/30165 Feature idea: user module - allow adding user to group without creating user
https://github.com/ansible/ansible/issues/30179 User module: createhome is inconsistently named
https://github.com/ansible/ansible/issues/30200 user.py account removal
https://github.com/ansible/ansible/issues/30213 set cleartext password for a given user with the user module?
https://github.com/ansible/ansible/issues/32448 Ansible user module broken in 2.4.1.0
https://github.com/ansible/ansible/issues/32496 Users added to sudo group not being picked up

https://github.com/ansible/ansible/blob/devel/lib/ansible/playbook/role/include.py

https://github.com/ansible/ansible/issues/15902 Feature Req - allow handler reuse via includes
https://github.com/ansible/ansible/issues/17428 include task using "=" in template fails with unexpected exception
https://github.com/ansible/ansible/issues/18217 include_role : troubleshooting passing variables
https://github.com/ansible/ansible/issues/18341 include_role doesn't work with with_items and multi host vars
https://github.com/ansible/ansible/issues/18392 includes wrapped in a block statement drop environment variables
https://github.com/ansible/ansible/issues/18396 Wrong variable resolution when multiple parents role call the same child role
https://github.com/ansible/ansible/issues/19084 ansible 2.2 doesn't support direct dictionary on block vars nor include_role vars
https://github.com/ansible/ansible/issues/19438 include_role tasks has ansible-playbook seek roles before the actual task is run
https://github.com/ansible/ansible/issues/19472 include_role: inside a block: does not work with when: (even for non-string condition)
https://github.com/ansible/ansible/issues/19609 include in handler requires full path
https://github.com/ansible/ansible/issues/20077 Add support for subdirectories in `tasks_from` option of include_role
https://github.com/ansible/ansible/issues/20231 Include all dependency roles in include search path for role
https://github.com/ansible/ansible/issues/20493 include_role doesn't work from handlers
https://github.com/ansible/ansible/issues/20589 include_role: Cannot find tasks files of included role
https://github.com/ansible/ansible/issues/20837 include_role: The rescue block does not get executed inside a role (nested block)
https://github.com/ansible/ansible/issues/21077 include_role module docs list 'None' as default for `private` parameter
https://github.com/ansible/ansible/issues/21279 include_role on a loop running unexpected number of times
https://github.com/ansible/ansible/issues/21890 include_role does not expose variables to rest of playbook
https://github.com/ansible/ansible/issues/23351 Incorrect variables in dynamic includes in dependent role with allowed duplicates
https://github.com/ansible/ansible/issues/23379 Included role is erroneously skipped, when the including role depends on another role whose unrelated dependency is skipped
https://github.com/ansible/ansible/issues/23457 include_role broken on 2.2.2.0
https://github.com/ansible/ansible/issues/24326 include_role: causing subsequent dependencies to run more than once.
https://github.com/ansible/ansible/issues/24481 Multiple includes involving with_dict doesn't work
https://github.com/ansible/ansible/issues/26336 include_role with delegation - handlers does not delegate to remote host
https://github.com/ansible/ansible/issues/26537 include_role doesn't support notify
https://github.com/ansible/ansible/issues/26718 include_role: handlers issue
https://github.com/ansible/ansible/issues/28063 include_role is duplicated via dependencies
https://github.com/ansible/ansible/issues/29159 Meta task include_role doesn't apply become/sudo flag on task to handlers
https://github.com/ansible/ansible/issues/29541 including tasks in dependent roles, when running the parent role via include_role
https://github.com/ansible/ansible/issues/30351 when conditional checked on all task from include_tasks or include_role
https://github.com/ansible/ansible/issues/31012 Executing include tasks that should be skipped when using the --tags CLI flag
https://github.com/ansible/ansible/issues/31236 Reference changes to include* and import* in Ansible 2.4 porting guide
https://github.com/ansible/ansible/issues/31841 "include_role" with "static: no" does not work if `when` condition is matched
https://github.com/ansible/ansible/issues/32556 The include_role now states that delegate_to is invalid
https://github.com/ansible/ansible/issues/33131 ansible 2.4.x include_role: Cannot find tasks files of included role
https://github.com/ansible/ansible/issues/33183 include_role: huge memory usage and cpu consumption
https://github.com/ansible/ansible/issues/34075 "allow_duplicates: no" not work in include_role
https://github.com/ansible/ansible/issues/34196 include_role: does not respect tags
https://github.com/ansible/ansible/issues/35395 can't use variables in vars_from of include_role: backport to 2.4.3.0

https://github.com/ansible/ansible/blob/devel/lib/ansible/plugins/action/copy.py

https://github.com/ansible/ansible/issues/16850 failed_when for copy module ignored in ansible 2.1.0.0
https://github.com/ansible/ansible/issues/18489 Path construction regression for source-fields of modules
https://github.com/ansible/ansible/issues/19243 Validating configuration files that include files with relative paths
https://github.com/ansible/ansible/issues/19731 copy: do not chmod() if mode is not set
https://github.com/ansible/ansible/issues/21594 Ansible 2.2.1.0 copy module fails with Solaris 10 as target OS
https://github.com/ansible/ansible/issues/22116 File is copied even when changing mode, group or owner fails
https://github.com/ansible/ansible/issues/22773 template/copy module regression: allow redirection inside validate
https://github.com/ansible/ansible/issues/23017 copy module complains that "absolute paths are required"
https://github.com/ansible/ansible/issues/23902 copy module doesn't handle symlinks and empty directories
https://github.com/ansible/ansible/issues/24327 copy module does not work in Docker container
https://github.com/ansible/ansible/issues/24633 Missing information from registered var when template/copy change file contents in check mode
https://github.com/ansible/ansible/issues/25431 bug - copy module returns 'path' or 'dest' based on changed status - not consistent
https://github.com/ansible/ansible/issues/25437 [2.3.1.0] Timeout (12s) waiting for privilege escalation prompt due to ENOSPC
https://github.com/ansible/ansible/issues/25717 copy module: method to inhibit automatic creation of target directory and its parents
https://github.com/ansible/ansible/issues/25792 Copy module bug when a directory exists with the same name as a file in src directory
https://github.com/ansible/ansible/pull/27965 template, copy: support for archive, atime, mtime parameters
https://github.com/ansible/ansible/issues/29517 copy module crashes with Memory Error with huge files
https://github.com/ansible/ansible/issues/29525 Copy Module Fails with relatively large files
https://github.com/ansible/ansible/issues/29589 Copy module takes forever
https://github.com/ansible/ansible/issues/29639 Add limit of number of backup files to file modules with backup option
https://github.com/ansible/ansible/issues/29678 Problem with copy module when using not default ssh port
https://github.com/ansible/ansible/issues/29685 Error "invalid selinux context" in multiple modules when using symbolic links to nfs filesystems
https://github.com/ansible/ansible/issues/29728 Error "invalid selinux context" in copy module when using vxfs (veritas cluster) filesystem
https://github.com/ansible/ansible/issues/29781 template and copy modules should have state parameter
https://github.com/ansible/ansible/issues/29849 template: and copy: can't locate their input files - 2.0.1.0 paths changed from 1.9.4
https://github.com/ansible/ansible/issues/29893 copy module never copies when force is set to no, even if dest file is missing
https://github.com/ansible/ansible/issues/29927 Copy module with remote_src=yes failed with msg: "attempted to take checksum of directory:
https://github.com/ansible/ansible/issues/30055 copy module hangs on playbook execution when the 'dest' path is too long
https://github.com/ansible/ansible/issues/30069 additional status besides 'changed', 'ok', or 'failed'
https://github.com/ansible/ansible/issues/30083 Add options to ignore dirs in copy module
https://github.com/ansible/ansible/issues/30221 Copy with content adds extra lines for variables with multiple lines
https://github.com/ansible/ansible/issues/30264 Documentation for module copy needs clarification?
https://github.com/ansible/ansible/issues/30504 Copy module isn't creating directories as in documentation being specified
https://github.com/ansible/ansible/issues/31477 incompatible change in copy resultset in 2.4
https://github.com/ansible/ansible/issues/32432 Copy module should fail while copying files to unwritable directories
https://github.com/ansible/ansible/issues/32896 copy: content not shredding temp files
https://github.com/ansible/ansible/pull/34031 lib/ansible/plugins/action/copy.py: Attend to potentially failing module calls

https://github.com/ansible/ansible/blob/devel/lib/ansible/plugins/action/template.py

https://github.com/ansible/ansible/issues/15729 Jinja2 {% import 'template' as name %} causes AttributeError (patch included)
https://github.com/ansible/ansible/issues/16305 add optional backup_dir for the backup option
https://github.com/ansible/ansible/issues/17095 to_nice_yaml producing "..." (3 dots) on role vars but not template vars
https://github.com/ansible/ansible/issues/17704 Problem when use jinja2 loops in action variables
https://github.com/ansible/ansible/pull/18454 Adds `follow` parameter to `template` action
https://github.com/ansible/ansible/issues/18972 template_module: does not fail anymore when source file is absent
https://github.com/ansible/ansible/issues/19232 Allow to customize tmp directory and file names for template validation
https://github.com/ansible/ansible/issues/19243 Validating configuration files that include files with relative paths
https://github.com/ansible/ansible/issues/19294 Template module: create path if doesn't exist
https://github.com/ansible/ansible/issues/19352 Template update convert \n to actual new line
https://github.com/ansible/ansible/issues/21782 ansible 2.2.0.0 vs. 2.2.1.0 template error while templating string: unexpected '.'
https://github.com/ansible/ansible/pull/21929 Alternative decoding/encoding support for templates.
https://github.com/ansible/ansible/issues/22009 'template' module replaces the target of a symlink without --check, reports changes with --check
https://github.com/ansible/ansible/issues/22435 [Feature request] Allow Vault to be set as a filter/parameter in variable(s)
https://github.com/ansible/ansible/issues/22556 Better error output for the template module
https://github.com/ansible/ansible/issues/22773 template/copy module regression: allow redirection inside validate
https://github.com/ansible/ansible/issues/23779 Jinja2 templates unable to import more than one file in Ansible 2.3.0.
https://github.com/ansible/ansible/issues/24633 Missing information from registered var when template/copy change file contents in check mode
https://github.com/ansible/ansible/pull/25181 template: add template_destpath variable to templates
https://github.com/ansible/ansible/issues/25431 bug - copy module returns 'path' or 'dest' based on changed status - not consistent
https://github.com/ansible/ansible/issues/25667 Template validation fails when using mode parameter and become_user
https://github.com/ansible/ansible/issues/26681 template module not able to find file is used via ansible-pull on non interactive connexion
https://github.com/ansible/ansible/issues/27222 regex_replace filter doesn't work inside lookup('template')
https://github.com/ansible/ansible/issues/27262 Template module not accepting source that containsd UTF8 characters
https://github.com/ansible/ansible/pull/27965 template, copy: support for archive, atime, mtime parameters
https://github.com/ansible/ansible/issues/28084 Possible quote filter issue
https://github.com/ansible/ansible/issues/29474 template module creates an acutal new line when reading (m?)\n
https://github.com/ansible/ansible/issues/29557 template action could use ignore_regexp to skip a template change if the change matches the given regexp
https://github.com/ansible/ansible/issues/29639 Add limit of number of backup files to file modules with backup option
https://github.com/ansible/ansible/issues/29685 Error "invalid selinux context" in multiple modules when using symbolic links to nfs filesystems
https://github.com/ansible/ansible/issues/29781 template and copy modules should have state parameter
https://github.com/ansible/ansible/issues/29849 template: and copy: can't locate their input files - 2.0.1.0 paths changed from 1.9.4
https://github.com/ansible/ansible/issues/30091 Wrong home directory when setting HOME in template module
https://github.com/ansible/ansible/issues/31418 SFTP fails with user@server hostnames when transferring templates
https://github.com/ansible/ansible/issues/31617 template module fails with "source not found" when HOME variable not set
https://github.com/ansible/ansible/issues/31908 ansible template module is crashing python interpreter

https://github.com/ansible/ansible/blob/devel/lib/ansible/module_utils/service.py

https://github.com/ansible/ansible/issues/19030 service module fails on updated trusty
https://github.com/ansible/ansible/issues/19422 Services behaviour changed between v2.1.1 and 2.2.0
https://github.com/ansible/ansible/issues/19763 FreeBSD target: service: name=postgresql state=* hangs the whole playbook
https://github.com/ansible/ansible/issues/20033 Iptables restart brakes current SSH connections
https://github.com/ansible/ansible/issues/22267 add service module to configure xinetd-based services
https://github.com/ansible/ansible/issues/22430 service: sleep - docs don't mention this is unsupported for systemd
https://github.com/ansible/ansible/issues/22509 Add boot sequence to Service module
https://github.com/ansible/ansible/issues/23144 service arguments ignored if using systemd
https://github.com/ansible/ansible/issues/23390 service module fails to start elasticsearch
https://github.com/ansible/ansible/issues/24942 service: disable non-existing enabled systemd services
https://github.com/ansible/ansible/issues/29506 service module always changed when name contains @
https://github.com/ansible/ansible/issues/29520 Service Module 'enable' does not work as expected with SysV scripts on systemd Systems
https://github.com/ansible/ansible/issues/29560 Check if service is installed just with conditionals
https://github.com/ansible/ansible/issues/29719 [service] Module should provide an option to query state without automatically changing it
https://github.com/ansible/ansible/issues/29818 "service: enable=yes/no" with spanish CentOS6 servers is broken
https://github.com/ansible/ansible/issues/29836 service: reload netfilter-persistent on ubuntu 16.04
https://github.com/ansible/ansible/issues/29899 Handler fails to restart service cleanly (task works fine)
https://github.com/ansible/ansible/issues/29934 more command for service module usage
https://github.com/ansible/ansible/issues/30032 systemd ActiveStatus of "activating" does not set running to True
https://github.com/ansible/ansible/issues/30052 Service reported as started when lacking permissions on Ubuntu
https://github.com/ansible/ansible/issues/30076 service module doesn't seem to restart, it seems to stop/start
https://github.com/ansible/ansible/issues/30078 Service module: option to restart only if current state=='started'
https://github.com/ansible/ansible/issues/30096 Feature Idea: Allow service module to have more states
https://github.com/ansible/ansible/issues/30163 Avahi does not disable properly with systemd on centos 7
https://github.com/ansible/ansible/issues/30164 Add `sleep` to service module non-restart states
https://github.com/ansible/ansible/issues/30166 service module failure message should contain more information
https://github.com/ansible/ansible/issues/30172 Service module doesn't fail when "status" command does not exists
https://github.com/ansible/ansible/issues/30192 service module cannot always detect proper init system in containers
https://github.com/ansible/ansible/issues/31034 service: Please add option to use rc.conf.d on FreeBSD
https://github.com/ansible/ansible/issues/31344 service module is not idempotent on centos6
https://github.com/ansible/ansible/issues/31676 service module does not disable run level 6
https://github.com/ansible/ansible/pull/34962 sysvinit service module

https://github.com/ansible/ansible/blob/devel/lib/ansible/plugins/lookup/file.py

https://github.com/ansible/ansible/issues/11263 Add permission changes to file's --diff mode
https://github.com/ansible/ansible/issues/14127 Consistent parameters naming for file and acl modules [feature_idea]
https://github.com/ansible/ansible/issues/18319 Symlinked executable vault password files should be invoked by their original path, not real path
https://github.com/ansible/ansible/issues/18910 Add state=empty into file module
https://github.com/ansible/ansible/issues/18943 Idea on file module: avoid rm -fr /
https://github.com/ansible/ansible/issues/18952 file module directory mode with set-git flag (e.g 2755) in variable garbled
https://github.com/ansible/ansible/issues/19232 Allow to customize tmp directory and file names for template validation
https://github.com/ansible/ansible/issues/19378 file module should have a 'creates' parameter
https://github.com/ansible/ansible/issues/19815 [FeatureRequest] file module with recurse: differentiate file mode and directory mode, exclude options
https://github.com/ansible/ansible/issues/20496 File name parsing issue while changing permission of a directory
https://github.com/ansible/ansible/issues/20852 Make `mode` parameter(s) not affect setugid flags on directories by default.
https://github.com/ansible/ansible/issues/20958 Feature Request: Allow 'file' module to optionally shred directory/files
https://github.com/ansible/ansible/issues/21537 file module should allow setting symlink ownership without src
https://github.com/ansible/ansible/issues/22152 file module bulk creation performance and usage improvement
https://github.com/ansible/ansible/issues/22300 rhn_register module not unregistering systems
https://github.com/ansible/ansible/issues/22404 Feature Request: Fact ansible_service_mgr_version
https://github.com/ansible/ansible/issues/22417 default(omit) support for role variables
https://github.com/ansible/ansible/issues/24064 Support patterns for group of groups in static inventory file
https://github.com/ansible/ansible/issues/24253 Lookup path resolution treats string as array
https://github.com/ansible/ansible/issues/25400 Can't set setype recursively with the path module
https://github.com/ansible/ansible/issues/26419 file module requires src and path to change permissions on hardlinks
https://github.com/ansible/ansible/issues/26681 template module not able to find file is used via ansible-pull on non interactive connexion
https://github.com/ansible/ansible/issues/28165 File module fails on broken symbolic links when follow=yes and recurse=yes
https://github.com/ansible/ansible/issues/29622 Temporary files remain after execution of tasks
https://github.com/ansible/ansible/issues/29681 file: Allow setting mtime
https://github.com/ansible/ansible/issues/29962 Feature request: mutex file locking
https://github.com/ansible/ansible/issues/30226 file touch always 'changed' - [was: need a separate touch module]
https://github.com/ansible/ansible/issues/30797 file module fails for state=directory when the path is a link to a directory
https://github.com/ansible/ansible/issues/31150 Chown failed selinux vagrant
https://github.com/ansible/ansible/issues/32145 Include statically empty file in block stops playbook without errors or warnings
https://github.com/ansible/ansible/issues/32636 ansible file module always reports changed when using both mode and ownership

https://github.com/ansible/ansible/blob/devel/lib/ansible/plugins/action/synchronize.py

https://github.com/ansible/ansible/issues/15405 Synchronize failed with delegate_to and sudo password
https://github.com/ansible/ansible/issues/15907 sychronize rsync_opts and --private-key= will send two --rsh arguments
https://github.com/ansible/ansible/issues/16767 synchronize module doesn't respect ssh_common_args & ssh_extra_args
https://github.com/ansible/ansible/issues/17492 synchronize 'pull' mode incorrectly prepends PWD to src
https://github.com/ansible/ansible/issues/19672 Ansible:Synchronize module throwing UNREACHABLE! error
https://github.com/ansible/ansible/issues/19746 become breaks synchronize module
https://github.com/ansible/ansible/issues/20311 Synchronize module SSH Options Issues
https://github.com/ansible/ansible/issues/20769 Synchronize fails to become root on remote system with passworded sudo
https://github.com/ansible/ansible/issues/21530 synchronize modules does not respect become_user
https://github.com/ansible/ansible/pull/21531 Added sudo user if using become method sudo for synchronize
https://github.com/ansible/ansible/issues/21774 use_ssh_args in synchronize can't be used for custom ssh_config files
https://github.com/ansible/ansible/issues/21852 synchronize relative paths are not expanded with dwim/needle functions
https://github.com/ansible/ansible/issues/23291 synchronize module uses ansible_shell_executable of controlled node on controller
https://github.com/ansible/ansible/issues/23401 Ansible synchronize module fails between vagrant box and remote host
https://github.com/ansible/ansible/issues/23575 synchronize: rsync_opts broken/changed in ansible 2.3.0
https://github.com/ansible/ansible/issues/23660 synchronize module: local connection + become improvements
https://github.com/ansible/ansible/issues/24365 Synchronize module hardcodes disabling connection sharing
https://github.com/ansible/ansible/issues/24705 The synchronize requires SSH be present even when not using it
https://github.com/ansible/ansible/issues/25337 synchronize between 2 systems through ssh
https://github.com/ansible/ansible/issues/25681 synchronize module does not have a quiet - non verbose mode
https://github.com/ansible/ansible/issues/26586 Synchronize: `include` in a role and relative path does not work as expected
https://github.com/ansible/ansible/pull/26922 synchronize: add support for the 'lxd' transport
https://github.com/ansible/ansible/issues/28171 synchronize module miss handles retaliative path "../"
https://github.com/ansible/ansible/issues/28209 synchronize rscnc port conflict with degelate_to host
https://github.com/ansible/ansible/issues/29450 synchronize become_user not honored when become_method: su is used
https://github.com/ansible/ansible/issues/29483 Synchronize module ignores remote_user parameter
https://github.com/ansible/ansible/issues/29698 [synchronize] become_user is not honored in the generated rsync command
https://github.com/ansible/ansible/issues/29906 synchronize: support multiple sources
https://github.com/ansible/ansible/pull/30743 fix(tasks: synchronize): wrap in sshpass if ssh password was provided
https://github.com/ansible/ansible/issues/32894 Ansible 2.4.1.0: synchronize module ignores 'ansible_python_interpreter' variable
https://github.com/ansible/ansible/pull/33998 Bugfix for #17492: Do not prepend PWD when path is in form user@server:path or server:path

https://github.com/ansible/ansible/blob/devel/lib/ansible/module_utils/ec2.py

https://github.com/ansible/ansible/issues/12959 temporary AWS Access Keys results in auth failures
https://github.com/ansible/ansible/issues/19120 AWS modules should account for API throttling
https://github.com/ansible/ansible/issues/19987 Add the ability to create / delete RDS Option Groups for AWS
https://github.com/ansible/ansible/issues/20347 ec2 module does not create root volume as documented
https://github.com/ansible/ansible/issues/20867 EC2 Module will attempt to start Terminated instance when "all_instances" ini setting is set to True.
https://github.com/ansible/ansible/issues/22691 Spot Fleet support?
https://github.com/ansible/ansible/issues/24289 ec2 module: support min_success_percentage for multiple instance creation without ASG or fleet
https://github.com/ansible/ansible/pull/24582 Add boto3 session cache
https://github.com/ansible/ansible/issues/25718 ec2.py: Dynamic inventory does not work with assumed roles in shared config
https://github.com/ansible/ansible/issues/28564 AnsibleUnsafeText returned from ec2 module.
https://github.com/ansible/ansible/issues/29495 Ability to stop or start EC2 instances without changing any other settings
https://github.com/ansible/ansible/issues/29508 EC2 Instance termination fails with SSH error
https://github.com/ansible/ansible/issues/29643 Enhancement request: add ability to modify instance user-data after initial launch.
https://github.com/ansible/ansible/issues/29691 [ec2] assign_public_ip
https://github.com/ansible/ansible/issues/29692 ec2 aws module does not error when no image id is specified
https://github.com/ansible/ansible/issues/29714 private_ip set as "no" fails in ec2 module - Ansible 2.1.1.0
https://github.com/ansible/ansible/issues/29718 enabling enhanced networking at instance provisioning step in AWS
https://github.com/ansible/ansible/issues/29750 Unexpected instance termination when try to launch new instance from aws
https://github.com/ansible/ansible/issues/29762 Modifying ec2 security groups in ansible playbook doesn't work for running instances
https://github.com/ansible/ansible/issues/29763 AWS - ec2 should support unique instance criteria by VPC/Subnet
https://github.com/ansible/ansible/issues/29788 ec2 module tracebacks on cred failure
https://github.com/ansible/ansible/issues/29838 ec2 module does not warn about invalid dictionary entries for volumes
https://github.com/ansible/ansible/issues/29863 ec2 wait parameter incorrectly claims to only support 'running' state
https://github.com/ansible/ansible/issues/29907 ec2: volume documentation doesn't mention volume_size key
https://github.com/ansible/ansible/issues/29923 Restarting EC2 instance by tag, fails with wait
https://github.com/ansible/ansible/issues/29933 ec2 module fails to create volume from snapshot
https://github.com/ansible/ansible/issues/29998 Every AWS module should natively support adding tags
https://github.com/ansible/ansible/issues/30187 EC2: instance ID does not exist
https://github.com/ansible/ansible/issues/30240 Support volume tagging in ec2 module
https://github.com/ansible/ansible/pull/30746 [WIP/TEST] Mdd rds split testing wip - demo branch for future RDS

https://github.com/ansible/ansible/blob/devel/lib/ansible/plugins/shell

https://github.com/ansible/ansible/issues/12903 pipefail for shells
https://github.com/ansible/ansible/issues/12964 Missing note on default locale for shell/command modules - Documentation Report
https://github.com/ansible/ansible/issues/15185 Duplicate task statuses possible when running
https://github.com/ansible/ansible/issues/15206 shell module in check mode, when creates parameter is set, could indicate that it won't run
https://github.com/ansible/ansible/issues/17042 add "mocking" parameter to shell and command module
https://github.com/ansible/ansible/issues/19214 Ad-hoc shell module freeze and never return to linux prompt
https://github.com/ansible/ansible/issues/21304 Docker CLI's --format template does not work with shell, raw and command modules
https://github.com/ansible/ansible/issues/22170 shell command runs despite file already existing and "creates" is being used
https://github.com/ansible/ansible/issues/23009 Error in jinja parsing in shell task, but not name or debug msg.
https://github.com/ansible/ansible/issues/24869 Password coming in logs
https://github.com/ansible/ansible/issues/25732 ansible 2.3.0.0 passing an argument with new line shows invalid input
https://github.com/ansible/ansible/issues/25991 "msg": "Failed to connect to the host via ssh: Received message too long 458960955\r\n"
https://github.com/ansible/ansible/issues/26346 Ansible shell command skips host after killing running process
https://github.com/ansible/ansible/issues/26792 ability to configure shell module defaults like enabling strict mode
https://github.com/ansible/ansible/issues/27351 delegate_to uses None when host ansible_ssh_host var specified
https://github.com/ansible/ansible/issues/28674 The Ansible/Jinja parser incorrectly tries to parse command/shell comment blocks
https://github.com/ansible/ansible/issues/28919 Windows; module invocation parameters are not reported when running with -vvv
https://github.com/ansible/ansible/issues/29571 shell command not escaping double quotes correctly
https://github.com/ansible/ansible/issues/29637 shell - not reading .login/.bash_login or .profile/.bash_profile or .bashrc
https://github.com/ansible/ansible/issues/29656 shell module run python script exception on ansible 2.1.1.0
https://github.com/ansible/ansible/issues/29752 apt module recommended for unimplemented behaviors
https://github.com/ansible/ansible/issues/30069 additional status besides 'changed', 'ok', or 'failed'
https://github.com/ansible/ansible/issues/30125 Add check= to shell & command modules or a generic check: to all modules
https://github.com/ansible/ansible/issues/30155 Feature Request: Better Shell Command Output
https://github.com/ansible/ansible/issues/31494 default sudo flags don't take kindly to lvextend
https://github.com/ansible/ansible/issues/32729 add cmd parameter + example to shell (and/or command?)
https://github.com/ansible/ansible/issues/32800 Unexpected shell module behaviors (with and without cmd:)
https://github.com/ansible/ansible/issues/32853 multiline shell fails on FreeBSD

https://github.com/ansible/ansible/blob/devel/lib/ansible/plugins/action/unarchive.py

https://github.com/ansible/ansible/issues/13665 Add checksum check to unarchive module [feature_request]
https://github.com/ansible/ansible/issues/16130 Add an "include" parameter to unarchive
https://github.com/ansible/ansible/issues/18775 can't use unarchive moudle
https://github.com/ansible/ansible/issues/18897 unarchive - does not properly download archive with `remote_src: yes`
https://github.com/ansible/ansible/issues/19760 unarchive module add directory_mode parameter
https://github.com/ansible/ansible/issues/22947 unarchive checks for excluded files
https://github.com/ansible/ansible/issues/24989 Module unarchive: Failure when the group name in the group parameter contains a space.
https://github.com/ansible/ansible/issues/26173 after 2.2.0.0, unarchive no longer finds handler for .tar.gz if extra_opts is used
https://github.com/ansible/ansible/issues/26279 Ansible unarchive bug using exclude
https://github.com/ansible/ansible/issues/27081 unarchive module feature request: allow to extract specific files
https://github.com/ansible/ansible/issues/28569 unarchive failes with remote_src when not enough space in /tmp
https://github.com/ansible/ansible/issues/28977 unarchive shouldn't mask errors in files_in_archive
https://github.com/ansible/ansible/issues/29202 Unarchive fails when tar automatically removes leading / from member name
https://github.com/ansible/ansible/issues/29455 unarchive: unhelpful error message when "owner" does not exist and unarchiving tar.gz
https://github.com/ansible/ansible/issues/29457 unarchive: Inaccurate error reporting
https://github.com/ansible/ansible/issues/29476 add validate_certs directive on unarchive module.
https://github.com/ansible/ansible/issues/29533 Unarchive module not working with "mode" option set and tar.gz archives
https://github.com/ansible/ansible/issues/29543 unarchive changes chmod and ownership even if those options are not provided!
https://github.com/ansible/ansible/issues/29587 unarchive remote_src documentation contradicts itself
https://github.com/ansible/ansible/issues/29610 unarchive does not recognize size differs
https://github.com/ansible/ansible/issues/29657 Unarchive module fails with "--strip" option
https://github.com/ansible/ansible/issues/29682 unarchive module doesn't observe umask for idempotence with tar files
https://github.com/ansible/ansible/issues/29777 unarchive inexplicit error message when required command (like bzip2) is missing
https://github.com/ansible/ansible/issues/30100 Adding parameter password to unarchive module
https://github.com/ansible/ansible/issues/30375 unarchive, incorrect value in verbose output for 'src' parameter
https://github.com/ansible/ansible/issues/30420 Unarchive module does not handle archive with symbolic links without any updated files at the same level
https://github.com/ansible/ansible/issues/30703 unarchive in combination with tempfile leads to unfindable files
https://github.com/ansible/ansible/issues/30976 unarchive module fails when zip issues warning(s)

https://github.com/ansible/ansible/blob/devel/lib/ansible/module_utils/connection.py

https://github.com/ansible/ansible/issues/15680 ansible-playbook hides ssh errors even when using -vvv or -vvvv
https://github.com/ansible/ansible/issues/15816 docker connection plugin truncates the scripts
https://github.com/ansible/ansible/issues/15956 Ansible 2.0.2.0 can't connect to Docker container using "docker" connection plugin
https://github.com/ansible/ansible/issues/16582 Invalid error message when permissions on key are incorrect
https://github.com/ansible/ansible/issues/16789 Yubikey SSH environment variable and Ansible
https://github.com/ansible/ansible/issues/16894 ansible hangs with --ask-pass and encrypted SSH key
https://github.com/ansible/ansible/issues/16928 custom ssh port after domain doesn't work
https://github.com/ansible/ansible/issues/17273 Hanging on Gathering Facts / Connection Phase
https://github.com/ansible/ansible/issues/17349 Ansible randomly fails to connect to hosts behind bastion unless SSH connexions are still running in the background
https://github.com/ansible/ansible/issues/17935 Ansible SSH multiplexing unreliable, randomly fails setup
https://github.com/ansible/ansible/issues/18009 Set "localhost" inventory vars via ansible.cfg
https://github.com/ansible/ansible/issues/18619 ansible connection closed when running task
https://github.com/ansible/ansible/issues/18881 Easier management of remote hosts for lxd connection plugin; consistency with lxd_container?
https://github.com/ansible/ansible/issues/19420 Resizing the terminal window interrupts tasks when using pipelining
https://github.com/ansible/ansible/issues/19431 "ansible_connection" variable is read as "smart" in a loop when defined as "local" in inventory
https://github.com/ansible/ansible/issues/24369 Documentation: Fact assignment behavior when 'connection: local'
https://github.com/ansible/ansible/issues/25068 Cannot handle SSH host authenticity prompts for multiple hosts
https://github.com/ansible/ansible/issues/25344 Powershell over SSH
https://github.com/ansible/ansible/issues/25437 [2.3.1.0] Timeout (12s) waiting for privilege escalation prompt due to ENOSPC
https://github.com/ansible/ansible/issues/26347 freeze by 'ansible-playbook command'
https://github.com/ansible/ansible/issues/26359 SSH connection sharing is broken
https://github.com/ansible/ansible/issues/27510 WinRM certificate-based authentication doesn't understand ansible-vault encrypted content
https://github.com/ansible/ansible/issues/28330 AttributeError: 'module' object has no attribute 'ANSIBLE_SSH_CONTROL_PATH_DIR'
https://github.com/ansible/ansible/issues/28870 Distinguish between connection problem and missing Python support
https://github.com/ansible/ansible/issues/31413 Ansible hangs indefinitely on any junos_* networking modules on NetBSD
https://github.com/ansible/ansible/issues/32167 vsphere_guest's module with Cluster DRS
https://github.com/ansible/ansible/issues/32271 ssh permission denied confusing
https://github.com/ansible/ansible/issues/32893 fetch connection plugin configuration

https://github.com/ansible/ansible/blob/devel/lib/ansible/cli/galaxy.py

https://github.com/ansible/ansible/issues/13165 Error when invoke playbook in EL CAPITAN
https://github.com/ansible/ansible/issues/13175 Wrong diagnostics in ansible-galaxy on certificate issues
https://github.com/ansible/ansible/issues/13496 Feature request: make "version" a valid role metadata attribute
https://github.com/ansible/ansible/issues/14736 galaxy-init: support externally defined skeletons
https://github.com/ansible/ansible/issues/15030 ansible-galaxy generates invalid .travis.yml
https://github.com/ansible/ansible/issues/16136 ansible-galaxy preserves tar.gz extension in role name when installing from tarball
https://github.com/ansible/ansible/issues/16352 [mac os x] ansible-galaxy: "unexpected Exception: name must be a byte string" when installing from requirements file
https://github.com/ansible/ansible/issues/16804 Multiple ansible roles from a single Git repo with ansible-galaxy (doc update)
https://github.com/ansible/ansible/issues/16909 Conflicting role versions ignored running ansible-galaxy install
https://github.com/ansible/ansible/issues/17194 ansible-galaxy might need to use credentials for Git.
https://github.com/ansible/ansible/issues/17469 `ansible-galaxy --help` is not very helpful
https://github.com/ansible/ansible/pull/18393 Fixing help message for the ansible-galaxy install command
https://github.com/ansible/ansible/pull/18470 [WIP] Deprecation version enforcement
https://github.com/ansible/ansible/issues/19469 ansible-galaxy can't install roles in a requirements file from a custom source if that role has the 'role' attribute
https://github.com/ansible/ansible/issues/20168 Allow ansible-galaxy to use a vaulted requirements.yml
https://github.com/ansible/ansible/issues/20537 ansible-galaxy should download dependencies in meta/main.yml
https://github.com/ansible/ansible/issues/20977 Keep .git folder on Galaxy downloaded roles
https://github.com/ansible/ansible/issues/22864 ansible-galaxy login SSLValidationError for api.github.com
https://github.com/ansible/ansible/issues/23395 Wrong documentation due to changed default
https://github.com/ansible/ansible/issues/23497 ansible-galaxy does not pull role dependencies from the src tag
https://github.com/ansible/ansible/issues/23880 Support specifying custom locations for ansible galaxy's token and ansible-console's history file
https://github.com/ansible/ansible/pull/24347 [WIP] ansible-galaxy: Enable validate subcommand
https://github.com/ansible/ansible/issues/24870 Allow specifying role name in galaxy_info
https://github.com/ansible/ansible/issues/25036 ansible-galaxy stripping periods from downloaded role files
https://github.com/ansible/ansible/issues/25421 https_proxy env var without scheme part not correctly handled in generic_urlparse
https://github.com/ansible/ansible/issues/30943 ansible-galaxy list -p roles lists local roles plus shows help string
https://github.com/ansible/ansible/pull/34642 Fixes #12353 adds new option to galaxy cli to preserve scm meta
https://github.com/ansible/ansible/pull/35322 [wip] Roles path unfrack cli

https://github.com/ansible/ansible/blob/devel/lib/ansible/plugins/connection/ssh.py

https://github.com/ansible/ansible/pull/14034 Use SSH askpass instead of sshpass for password logins
https://github.com/ansible/ansible/issues/15297 "no tty present and no askpass program specified" with sudo flags and pipelining after 2.0 upgrade
https://github.com/ansible/ansible/issues/15680 ansible-playbook hides ssh errors even when using -vvv or -vvvv
https://github.com/ansible/ansible/issues/16582 Invalid error message when permissions on key are incorrect
https://github.com/ansible/ansible/issues/16789 Yubikey SSH environment variable and Ansible
https://github.com/ansible/ansible/issues/16894 ansible hangs with --ask-pass and encrypted SSH key
https://github.com/ansible/ansible/pull/16943 Add ansible adhoc commandline ssh prompt support for the new feature
https://github.com/ansible/ansible/issues/17273 Hanging on Gathering Facts / Connection Phase
https://github.com/ansible/ansible/issues/18619 ansible connection closed when running task
https://github.com/ansible/ansible/issues/22382 Allow ssh private keys to be used that are encrypted with vault
https://github.com/ansible/ansible/pull/22764 ISSUE-22382 Added ansible_ssh_private_key for paramiko_ssh
https://github.com/ansible/ansible/pull/23241 Collect and display ssh config (-G) on '-vvvv'
https://github.com/ansible/ansible/issues/23269 Prevent log spamming
https://github.com/ansible/ansible/issues/23458 ssh connection retry is too verbose at -vvv (shows rc/stdout/stderr)
https://github.com/ansible/ansible/pull/23775 Fix issue #23774 Make transport_test use exec
https://github.com/ansible/ansible/issues/24369 Documentation: Fact assignment behavior when 'connection: local'
https://github.com/ansible/ansible/issues/25344 Powershell over SSH
https://github.com/ansible/ansible/issues/25437 [2.3.1.0] Timeout (12s) waiting for privilege escalation prompt due to ENOSPC
https://github.com/ansible/ansible/issues/27919 Ansible ignores ssh_config file
https://github.com/ansible/ansible/issues/28330 AttributeError: 'module' object has no attribute 'ANSIBLE_SSH_CONTROL_PATH_DIR'
https://github.com/ansible/ansible/issues/30760 Ansible SSH problems delegate_to and closing control socket
https://github.com/ansible/ansible/issues/30775 cannot terminate ControlPersist connection
https://github.com/ansible/ansible/issues/32238 sshpass broken pipe after ssh retry due to ControlPersist broken pipe
https://github.com/ansible/ansible/issues/32271 ssh permission denied confusing
https://github.com/ansible/ansible/pull/32829 add pkcs11 support to Ansible
https://github.com/ansible/ansible/issues/34722 RFE: Add config option to pass custom -P option to sshpass

https://github.com/ansible/ansible/blob/devel/lib/ansible/module_utils/basic.py

https://github.com/ansible/ansible/pull/13620 [WIP] update_json for module intermediate comms
https://github.com/ansible/ansible/pull/17536 Add config option to tee stdout and stderr to temp files
https://github.com/ansible/ansible/pull/17731 Provide functions for IP address or port range validating (fixes #16256)
https://github.com/ansible/ansible/pull/19363 Fix error message to be more accurate and include more debugging info
https://github.com/ansible/ansible/issues/20965 doc: module_utils: basic: for deprecation param in AnsibleModule
https://github.com/ansible/ansible/pull/23897 Add ansible_args to call AnsibleModule()
https://github.com/ansible/ansible/pull/25260 Set attributes if different
https://github.com/ansible/ansible/pull/25726 Set shell variable first in run_command
https://github.com/ansible/ansible/pull/27965 template, copy: support for archive, atime, mtime parameters
https://github.com/ansible/ansible/pull/28536 [WIP] Module except hook
https://github.com/ansible/ansible/pull/28662 Introduce new 'required_by' argument_spec option
https://github.com/ansible/ansible/pull/28795 Mark methods as staticmethod and classmethod
https://github.com/ansible/ansible/issues/30489 Remove use of platform.dist() and platform.linux_distribution() methods removed in python 3.7
https://github.com/ansible/ansible/issues/30613 ansible/lib/ansible/module_utils/basic.py set_attributes_if_different attributes are no longer None
https://github.com/ansible/ansible/issues/31017 Add datetime type to argspec
https://github.com/ansible/ansible/issues/31018 Add duration arspec
https://github.com/ansible/ansible/pull/31130 added datetime type to argspec fix#31017
https://github.com/ansible/ansible/pull/31445 Add list handling for subspecs
https://github.com/ansible/ansible/pull/31447 Param type path need subspec list
https://github.com/ansible/ansible/pull/31637 Allow module parameters of type 'list' to have choices
https://github.com/ansible/ansible/issues/33578 crash when using docker_container with a ulimit in check mode
https://github.com/ansible/ansible/pull/34140 Fix jsonify vaulted strings
https://github.com/ansible/ansible/pull/34537 basic: allow one or more when param list having choices
https://github.com/ansible/ansible/pull/35205 [WIP] Add reboot action plugin
https://github.com/ansible/ansible/pull/35312 provide compat_platform replacement for deprecated platform.dist() Fixes #30489
https://github.com/ansible/ansible/issues/35382 module_utils/basic.py: Adds "state: absent" to result when "path" is returned

https://github.com/ansible/ansible/blob/devel/lib/ansible/modules/cloud/vmware/vmware_guest.py

https://github.com/ansible/ansible/pull/27756 Allow wait_for_ip_address when starting a vm without creating a new vm and to mark a template as a VM
https://github.com/ansible/ansible/pull/31669 Wait for VM state to reach poweredoff when state: shutdownguest
https://github.com/ansible/ansible/pull/31925 [vmware_guest] Add video card support
https://github.com/ansible/ansible/pull/32139 vmware_guest: Select only connected hosts which are not in maintenance
https://github.com/ansible/ansible/pull/32579 vApp properties support
https://github.com/ansible/ansible/issues/33156 vmware_guest - Cluster option stopped working
https://github.com/ansible/ansible/pull/33160 Fixes #33156 - Handle Cluster Option correctly
https://github.com/ansible/ansible/pull/33230 VMware: Add support for multiple datastores
https://github.com/ansible/ansible/pull/33268 vmware_guest: Add datastore cluster compatibility
https://github.com/ansible/ansible/issues/33284 Vmware creation fails when the network is a Portgroup of a vSphere distributed virtual switch
https://github.com/ansible/ansible/pull/33338 VMware: Add support for more than 15 disks
https://github.com/ansible/ansible/issues/33380 vmware_guest fails to set IP
https://github.com/ansible/ansible/pull/33514 vmware_guest regex filter for autoselect_datastore
https://github.com/ansible/ansible/issues/33760 vmware_guest : RuntimeError (maximum recursion depth exceeded)
https://github.com/ansible/ansible/issues/34195 vmware_guest: cannot relocate VM to a different datastore on the same vHost
https://github.com/ansible/ansible/pull/34332 Fix changing of nic parameters in vmware_guest
https://github.com/ansible/ansible/issues/34746 vmware_guest module doesn't allow creation of vm under specific DataCenter folder & DataStore folder
https://github.com/ansible/ansible/issues/34801 vmware_guest ignores 'cluster' option when creating VM
https://github.com/ansible/ansible/issues/34802 vmware_guest tries to create VM on ESX in maintenance mode
https://github.com/ansible/ansible/pull/34995 Make vmware_guest always get a resource pool
https://github.com/ansible/ansible/pull/34996 Make vmware_guest always get a resource pool and properly create VM in chosen cluster
https://github.com/ansible/ansible/issues/35012 vmware_guest Error : Unable to access the virtual machine configuration: Unable to access file
https://github.com/ansible/ansible/pull/35088 VMware: vmware_guest template find
https://github.com/ansible/ansible/issues/35295 vmware_guest documentation updates

https://github.com/ansible/ansible/blob/devel/lib/ansible/modules/cloud/docker/docker_service.py

https://github.com/ansible/ansible/issues/19081 docker_service (docker-compose) does not support images from custom registries
https://github.com/ansible/ansible/issues/19371 ansible 2.2: docker_service 'Error starting project - '
https://github.com/ansible/ansible/issues/20458 docker_service: Odd "pull: yes" behavior with private docker registry
https://github.com/ansible/ansible/issues/21348 Modules docker_login and docker_service has conflict python dependencies
https://github.com/ansible/ansible/issues/21504 restart_policy for docker_service
https://github.com/ansible/ansible/issues/22358 docker_service ignore timeout
https://github.com/ansible/ansible/issues/22946 docker_service doesn't pass environment to docker-compose
https://github.com/ansible/ansible/issues/23607 Playbook ansible with vagrant raises error because of task docker_service.
https://github.com/ansible/ansible/pull/23702 Playbook ansible with vagrant raises error because of task docker_ser
https://github.com/ansible/ansible/issues/25943 docker_service causes failure with user option docker-compose.yml
https://github.com/ansible/ansible/issues/26374 Failed to use variable on docker_service's scale option
https://github.com/ansible/ansible/issues/26937 docker_service
https://github.com/ansible/ansible/issues/27387 UTF-8 problem in ansible 2.4
https://github.com/ansible/ansible/issues/28768 docker_service module fails when using definition option
https://github.com/ansible/ansible/issues/29498 docker_service - Unable to load docker-compose. Error: cannot import name splitdrive
https://github.com/ansible/ansible/issues/29513 ansible 2.2: docker_service 'Error starting project - '
https://github.com/ansible/ansible/issues/29527 docker_service: api_version related problems
https://github.com/ansible/ansible/issues/29532 docker_service not working as expected on 2.2.0
https://github.com/ansible/ansible/issues/30548 docker_service: defined `cpus` does not get casted into float
https://github.com/ansible/ansible/pull/31305 docker_service: Fix remove_orphans
https://github.com/ansible/ansible/pull/31874 Fixup docker_service scale parameter parsing
https://github.com/ansible/ansible/issues/31924 Add pull images without starting the containers support to docker_service
https://github.com/ansible/ansible/issues/33731 docker_service should support push
https://github.com/ansible/ansible/issues/33960 Module docker_service seems to create variables at runtime

https://github.com/ansible/ansible/blob/devel/lib/ansible/cli/vault.py

https://github.com/ansible/ansible/issues/11544 Vault overrides file permissions and ownership
https://github.com/ansible/ansible/issues/12121 Vault files are 3 times bigger than they need to be
https://github.com/ansible/ansible/issues/12205 ansible-vault trys to use raw unicode ciphertext for variables when using tag limitation.
https://github.com/ansible/ansible/issues/14539 `ansible-vault create` allows non-existent path, but fails on save
https://github.com/ansible/ansible/issues/16027 vault cache file by checksum on multiple loads
https://github.com/ansible/ansible/issues/16213 Ansible Vault Documentation Update
https://github.com/ansible/ansible/issues/17346 Add support for sharing files/secrets with multiple users using Ansible Vault (gpg2 support)
https://github.com/ansible/ansible/issues/18189 playbooks_vault.html to reference no_log
https://github.com/ansible/ansible/issues/18319 Symlinked executable vault password files should be invoked by their original path, not real path
https://github.com/ansible/ansible/issues/18537 vault edit does not handle file ACLs
https://github.com/ansible/ansible/issues/20530 ansible-playbook does not require --ask-vault-pass for single vaulted json file
https://github.com/ansible/ansible/issues/20933 ansible-vault: Dynamic determination of PBKDF2 rounds to speed up encrypt/decrypt
https://github.com/ansible/ansible/issues/22435 [Feature request] Allow Vault to be set as a filter/parameter in variable(s)
https://github.com/ansible/ansible/issues/23179 pycrypto vulnerablility CVE-2013-7459 project is dead ? Ansible is including a vulnerable library ?
https://github.com/ansible/ansible/issues/24425 Single Vault Encrypted value not decrypted in jinja2 pipeline
https://github.com/ansible/ansible/issues/26190 Allow decrypting of files with vaulted variables
https://github.com/ansible/ansible/issues/28058 ansible-vault fails when vault-password-file is specified as a device file
https://github.com/ansible/ansible/issues/28075 Allow ansible-vault encrypt_string to update group_vars file.
https://github.com/ansible/ansible/issues/32168 ansible-vault fails to decrypt to stdout
https://github.com/ansible/ansible/issues/32687 show what vault can't decrypt
https://github.com/ansible/ansible/pull/34776 Add decrypt_string option to ansible-vault

https://github.com/ansible/ansible/blob/devel/contrib/inventory/azure_rm.py

https://github.com/ansible/ansible/issues/17727 error with azure dynamic inventory script -- azure_rm.py
https://github.com/ansible/ansible/pull/17936 Use public or private IP in Azure Dynamic Inventory
https://github.com/ansible/ansible/pull/18085 azure inventory: capture only the winrm protocol value
https://github.com/ansible/ansible/pull/19436 Add support for fetching Azure scaleset VMs as inventory hosts.
https://github.com/ansible/ansible/pull/19513 Azure dynamic inventory: make host name in inventory configurable
https://github.com/ansible/ansible/pull/19669 Corrected Null Object and JSON Serialization Errors
https://github.com/ansible/ansible/pull/20365 inventory/azure_rm.py: Allow Unix environment variables to override .ini file settings
https://github.com/ansible/ansible/pull/22728 Add ADAL support for Azure
https://github.com/ansible/ansible/issues/23705 Azure modules and azure_rm.py fails with Azure Python SDK 2.0.0rc6
https://github.com/ansible/ansible/issues/26195 Profile and ApiVersion on Azure brainstorm
https://github.com/ansible/ansible/pull/27440 Azure inventory returns private ip
https://github.com/ansible/ansible/pull/27692 Add the ability to fill ansible_host with VM private IP
https://github.com/ansible/ansible/pull/27929 [inventory/azurerm] Add precedence when reading settings
https://github.com/ansible/ansible/pull/28862 Add support for use private ip instead public ip
https://github.com/ansible/ansible/pull/29881 Azure Private IP Addresses In Dynamic Inventory
https://github.com/ansible/ansible/issues/31791 Azure dynamic inventory should set private and public IP of primary IP configuration when multiple IP configurations are present
https://github.com/ansible/ansible/issues/31867 Azure inventory script runs against VM Hostname instead of local IP or Public IP/Name
https://github.com/ansible/ansible/pull/33063 Add cache support to Azure dynamic inventory
https://github.com/ansible/ansible/pull/34980 Remove unused import from azure dyn inventory
https://github.com/ansible/ansible/pull/35156 Update Azure dynamic inventory authentication using user / pass
https://github.com/ansible/ansible/issues/35360 azure_rm.py : NotImplementedError: APIVersion 2017-03-30 is not available

https://github.com/ansible/ansible/blob/devel/contrib/inventory

https://github.com/ansible/ansible/issues/11517 Inventory parser should show line numbers when error is encountered
https://github.com/ansible/ansible/issues/13268 Execution delay while using dynamic inventory (zabbix)
https://github.com/ansible/ansible/issues/15592 Docker not working out of the box with v2.0.2.0-1
https://github.com/ansible/ansible/issues/16928 custom ssh port after domain doesn't work
https://github.com/ansible/ansible/issues/17605 ec2.py - Add possibility to disable the global ec2 group/tag (for Ansible Tower)
https://github.com/ansible/ansible/issues/18579 Proxmox dynamic inventory fails on a Proxmox Cluster
https://github.com/ansible/ansible/issues/20383 Dynamic inventory host precedence changed
https://github.com/ansible/ansible/issues/21662 all_instances option from ec2.ini does not work as documented
https://github.com/ansible/ansible/issues/21860 ec2.py --list fails with socket.gaierror: [Errno -2] Name or service not known
https://github.com/ansible/ansible/issues/23129 delegate_to not working with dynamic inventory and connection=docker
https://github.com/ansible/ansible/issues/24064 Support patterns for group of groups in static inventory file
https://github.com/ansible/ansible/issues/24545 Inventory Host class's `__repr__/__str__` can return None (TypeError)
https://github.com/ansible/ansible/issues/26480 bug in _evaluate_patterns
https://github.com/ansible/ansible/issues/29185 Implement incremental cache system for foreman dynamic inventory
https://github.com/ansible/ansible/issues/30877 New ansible-inventory option to return variables at group level
https://github.com/ansible/ansible/issues/31141 ansible-inventory failure with vaulted value in yaml inventory
https://github.com/ansible/ansible/issues/31557 digital_ocean.py --list broken since v2.3.0.0-1
https://github.com/ansible/ansible/issues/31929 --limit does not work with ansible-inventory CLI
https://github.com/ansible/ansible/issues/32795 `ansible-inventory` does not substitute variables
https://github.com/ansible/ansible/issues/32983 OpenStack inventory plugin keeps returning old data
https://github.com/ansible/ansible/issues/33137 Dynamic inventory does not fail the build if it fails to query for host

https://github.com/ansible/ansible/blob/devel/lib/ansible/modules/cloud/docker/docker_network.py

https://github.com/ansible/ansible/issues/19271 Error while creating overlay network
https://github.com/ansible/ansible/issues/22993 [docker] docker-py naming conflict since 2.0.2 release
https://github.com/ansible/ansible/issues/24236 Add support for `docker * prune`
https://github.com/ansible/ansible/issues/26708 docker_network module bug in icc option
https://github.com/ansible/ansible/issues/27065 "docker_network" does not honor the "internal" option
https://github.com/ansible/ansible/pull/27104 Allow to supply parameters to create_network() of docker-py in docker_network. This implements https://github.com/ansible/ansible/issues/27065 .
https://github.com/ansible/ansible/issues/28380 docker_network should allow passing the 'attachable' flag
https://github.com/ansible/ansible/issues/29460 docker_network: unable to deal with network IDs
https://github.com/ansible/ansible/issues/29584 docker_network can't create overlay network on docker-engine in swarm mode
https://github.com/ansible/ansible/issues/32580 Bug: docker_network not properly finding already connected containers
https://github.com/ansible/ansible/issues/32926 docker_network doesn't create network if name is substring of existing network
https://github.com/ansible/ansible/issues/32927 docker_network fails when checking for absent network if name is substring of existing network
https://github.com/ansible/ansible/issues/33045 docker_network failes with 'endpoint with name x already exists in network y'
https://github.com/ansible/ansible/pull/33048 get existing network via inspect_network
https://github.com/ansible/ansible/pull/33411 Fixes #32926 - Updated to get correct docker network
https://github.com/ansible/ansible/pull/34509 add enable_ipv6 option for docker_network
https://github.com/ansible/ansible/issues/34855 docker_network does not support ipv6 networks
https://github.com/ansible/ansible/pull/35288 Add attachable parameter for Docker overlay networks
https://github.com/ansible/ansible/pull/35370 Adding "internal" option to "docker_network" module

https://github.com/ansible/ansible/blob/devel/contrib/inventory/ec2.py

https://github.com/ansible/ansible/pull/11898 Grouping by AWS scheduled maintenance events
https://github.com/ansible/ansible/pull/11985 Added boolean to return security groups as list (rather than scalar)
https://github.com/ansible/ansible/pull/16143 Filter tags
https://github.com/ansible/ansible/pull/16234 Make destination_format_tags accept all attrs.
https://github.com/ansible/ansible/pull/16604 With os.path.realpath it is impossible to have ec2.py as symlink in i
https://github.com/ansible/ansible/pull/16926 EC2 inventory: Destination variables can now be lists
https://github.com/ansible/ansible/pull/18228 Add environment variables parsing in ec2.ini
https://github.com/ansible/ansible/pull/19571 support configuration option ansible_ssh_host
https://github.com/ansible/ansible/pull/19969 Group names from tags can be only value (without tag_TAGNAME_)
https://github.com/ansible/ansible/pull/22558 Add ability to group hosts by AWS subnet ID
https://github.com/ansible/ansible/issues/24273 contrib/inventory/ec2.py: Elasticache getting warning found both group and host with same name
https://github.com/ansible/ansible/pull/26105 Update ec2.py
https://github.com/ansible/ansible/pull/26481 delete datetime object from RDS cluster responses in ec2.py
https://github.com/ansible/ansible/pull/26580 Handle OSError: file exists exception
https://github.com/ansible/ansible/pull/31248 Support to add instance into an explicit group
https://github.com/ansible/ansible/pull/34051 Use an appropriate regex to sanitize hostname.
https://github.com/ansible/ansible/pull/34279 Convert to boto3.
https://github.com/ansible/ansible/pull/35357 Added support for windows password retrieving

https://github.com/ansible/ansible/blob/devel/lib/ansible/executor/task_executor.py

https://github.com/ansible/ansible/pull/14716 Sanitize JSON from command output of `async` task.
https://github.com/ansible/ansible/pull/16198 Enable docker connector command override.
https://github.com/ansible/ansible/pull/16333 Add timeout information into async failure message
https://github.com/ansible/ansible/pull/16962 Ensure task retries default is set
https://github.com/ansible/ansible/pull/17536 Add config option to tee stdout and stderr to temp files
https://github.com/ansible/ansible/pull/18470 [WIP] Deprecation version enforcement
https://github.com/ansible/ansible/pull/22156 TaskExecutor: update_vars (add magic vars) before post_validate
https://github.com/ansible/ansible/pull/22648 Support for module param defaults
https://github.com/ansible/ansible/pull/25199 Module metadata driven action handler
https://github.com/ansible/ansible/pull/26001 Add new event v2_runner_on_task_start to allow callback by host task
https://github.com/ansible/ansible/pull/28716 Use remote_tmp as async_wrapper's jobdir (#28318)
https://github.com/ansible/ansible/pull/30957 Implement 'this' from proposals#74
https://github.com/ansible/ansible/issues/31099 Add test cases for hostvar+winrm set_host_overrides (30911, 23586)
https://github.com/ansible/ansible/pull/31179 Validate context after update of magic variables
https://github.com/ansible/ansible/pull/31331 template x2
https://github.com/ansible/ansible/pull/34256 task_executor.py: Raise 'conditional exception' in case of 'include_*'
https://github.com/ansible/ansible/pull/34344 [WIP] Treat meta tasks as regular
https://github.com/ansible/ansible/pull/35411 Add support for defining index var for task loops

https://github.com/ansible/ansible/blob/devel/lib/ansible/plugins/filter

https://github.com/ansible/ansible/issues/11340 Add default(omit) functionality for sub keys
https://github.com/ansible/ansible/issues/16949 Skipped filter doesn't work
https://github.com/ansible/ansible/issues/17083 /r/n did not get removed when variable passed through regex_replace
https://github.com/ansible/ansible/issues/17095 to_nice_yaml producing "..." (3 dots) on role vars but not template vars
https://github.com/ansible/ansible/issues/17205 Jinja2 math filter: implement `add()` function
https://github.com/ansible/ansible/issues/17267 Implement string_prefix() and string_suffix() filters
https://github.com/ansible/ansible/issues/17282 'default' filter not working with parent playbook variables
https://github.com/ansible/ansible/issues/17460 Wildcard conversion to ipaddr filter plugin
https://github.com/ansible/ansible/issues/17871 ipaddr('net') doesn't work with host address (only network)
https://github.com/ansible/ansible/issues/17872 ipaddr('network') doesn't work with /32 addresses
https://github.com/ansible/ansible/issues/23421 regex_replace behaviour is different if escaped search pattern argument is a literal string vs a variable
https://github.com/ansible/ansible/issues/23470 to_nice_yaml filter not printing correctly
https://github.com/ansible/ansible/issues/25904 An option/filter/callback_plugin to display variable inheritance path.
https://github.com/ansible/ansible/issues/27222 regex_replace filter doesn't work inside lookup('template')
https://github.com/ansible/ansible/issues/32174 quote filter doesn't handle None
https://github.com/ansible/ansible/issues/33655 Test case ResourceWarning
https://github.com/ansible/ansible/issues/34209 Template lookup filter should decrypt vault-encrypted templates

https://github.com/ansible/ansible/blob/devel/lib/ansible/playbook/task.py

https://github.com/ansible/ansible/issues/15343 bug/feature: default "until" and "delay" when spesifying retries
https://github.com/ansible/ansible/issues/15349 feature: comment: task
https://github.com/ansible/ansible/pull/16962 Ensure task retries default is set
https://github.com/ansible/ansible/pull/18470 [WIP] Deprecation version enforcement
https://github.com/ansible/ansible/issues/20226 retries/until loops do not support exponential backoff or similar slowdowns
https://github.com/ansible/ansible/issues/21773 Playbooks with many handlers make slow task transition.
https://github.com/ansible/ansible/issues/22220 missing host in a task and duplicated on the next in the same playbook/role
https://github.com/ansible/ansible/pull/23443 Resolves #23442 If included file is a symlink, symlinked path should be added in lookup paths for files and templates
https://github.com/ansible/ansible/issues/23485 Inconsistent behavior with provided variable from ansible-playbook cli
https://github.com/ansible/ansible/issues/25678 omit does not work in task environment
https://github.com/ansible/ansible/pull/28603 WIP Fixing relative dwim searching when the src path contains ..
https://github.com/ansible/ansible/issues/31693 `skipped` is missing from tasks not skipped
https://github.com/ansible/ansible/issues/31820 Vars of include_role task injected before conditional
https://github.com/ansible/ansible/issues/33516 remote_user ignored for tasks delegated_to hosts which are not in the inventory
https://github.com/ansible/ansible/issues/34259 delegated task uses an incorrect 'ansible_become_pass'
https://github.com/ansible/ansible/issues/35030 delegate_to with unreachable hosts breaks playbook

https://github.com/ansible/ansible/blob/devel/lib/ansible/playbook/role

https://github.com/ansible/ansible/issues/12978 Dependency deduplication seems to be applied before tag filtering
https://github.com/ansible/ansible/issues/13406 When roles are run with tags, dependent roles are only run for the first role in a playbook.
https://github.com/ansible/ansible/issues/14248 Multiple files in role's defaults directory
https://github.com/ansible/ansible/issues/15439 feature: immediate variable expansion
https://github.com/ansible/ansible/issues/15497 feature: show dependency path in TASK output
https://github.com/ansible/ansible/issues/16775 Different behavior for variables used in an included task in a dependent role since 2.0.2.0
https://github.com/ansible/ansible/issues/18036 Role does not run when a directory of the same name exists on the playbooks path.
https://github.com/ansible/ansible/issues/18067 Documentation of relative directories in roles_path
https://github.com/ansible/ansible/issues/18079 [Feature] ability to set roles_path from within playbook
https://github.com/ansible/ansible/issues/18090 Relative directories in roles_path is broken
https://github.com/ansible/ansible/issues/21885 allow_duplicates=false fails to detect duplicate when role is conditional
https://github.com/ansible/ansible/issues/22985 roles: cannot take a variable list, it must be inline
https://github.com/ansible/ansible/issues/23801 Clarification of role ./vars/main.yml required structure and permitted options
https://github.com/ansible/ansible/issues/24921 Support for with_* syntax for roles
https://github.com/ansible/ansible/issues/31422 Double loop on host when including a role with a with_items loop
https://github.com/ansible/ansible/issues/31751 Roles consisting of skipped tasks only are not deduplicated

https://github.com/ansible/ansible/blob/devel/lib/ansible/modules/system/user.py

https://github.com/ansible/ansible/pull/20601 Improved and fixed the expiration options in system/user module
https://github.com/ansible/ansible/pull/21525 Add support for hidden users on macOS
https://github.com/ansible/ansible/pull/24868 [WIP] User module: Selinux and permissions fixes.
https://github.com/ansible/ansible/pull/25254 user module: enable expiration date reset
https://github.com/ansible/ansible/pull/25367 fixes bug on user expiration always changing
https://github.com/ansible/ansible/pull/25768 Added -F option to HPUX method update_password so root can change its password
https://github.com/ansible/ansible/pull/27795 WIP: Update CI to test Fedora 25 and 26 with Python 3.
https://github.com/ansible/ansible/pull/29055 Fixes https://github.com/ansible/ansible/issues/29028
https://github.com/ansible/ansible/pull/30477 Improve style and remove redundancies in modules/system/user.py
https://github.com/ansible/ansible/pull/30481 modules/system/user.py: Replace deprecated platform.dist() call
https://github.com/ansible/ansible/pull/34232 Remove deprecated get_exception API
https://github.com/ansible/ansible/pull/34694 fix of some problems with user modification with skeleton informations under FreeBSD
https://github.com/ansible/ansible/issues/34835 Error in user module with Solaris 11.3 target
https://github.com/ansible/ansible/pull/35160 add DragonFlyBSD support to modules/system/user.py
https://github.com/ansible/ansible/issues/35291 User module throws errors when user doesn't exist, is it idempotent?
https://github.com/ansible/ansible/pull/35312 provide compat_platform replacement for deprecated platform.dist() Fixes #30489

https://github.com/ansible/ansible/blob/devel/lib/ansible/plugins/action/ios_config.py

https://github.com/ansible/ansible/issues/19884 Module ios_config: interoperability of src and match params
https://github.com/ansible/ansible/issues/21897 Network modules to use `module.deprecate` for deprecated options
https://github.com/ansible/ansible/issues/27933 ios_config overwrites unchanged config section on every run where running_config whitespace is inconsistent
https://github.com/ansible/ansible/issues/29448 ios_config: multiline ip sla does not correctly handle escaped URLs
https://github.com/ansible/ansible/issues/29481 Networking, more userfriendly error when raising BadHostKeyException
https://github.com/ansible/ansible/issues/29548 Network modules should provide the actual device CLI interaction logging (raw output)
https://github.com/ansible/ansible/issues/29577 ios_config changes some items which do not need to be changed
https://github.com/ansible/ansible/issues/29792 change logging server on cisco router failed with Networking module ios_config or ios_template
https://github.com/ansible/ansible/issues/30562 ios_config: entire section detected as changed?
https://github.com/ansible/ansible/issues/31575 ios_config incorrectly claims success when commands fail
https://github.com/ansible/ansible/issues/32542 Upper Case Host on ios_config and ios_command fail to connect
https://github.com/ansible/ansible/issues/32619 ios_config: Save_when does not work for Cisco switch C3560G
https://github.com/ansible/ansible/issues/32724 Change backup path in ios_config module
https://github.com/ansible/ansible/issues/32742 ios_command: Unable to save configuration via save_when

https://github.com/ansible/ansible/blob/devel/CHANGELOG.md

https://github.com/ansible/ansible/pull/20822 Added prefix attribute to rabbitmq modules
https://github.com/ansible/ansible/pull/27005 vcenter_folder: New module to manage folders on vCenter
https://github.com/ansible/ansible/pull/27223 Add host groups by custom attributes
https://github.com/ansible/ansible/pull/28112 New module: Xfconf-based management of the Xfce 4 DE
https://github.com/ansible/ansible/pull/31664 Add module ldap_attrs; deprecate ldap_attr
https://github.com/ansible/ansible/pull/32137 Ecr lifecycle
https://github.com/ansible/ansible/pull/32226 Add some --no-* options
https://github.com/ansible/ansible/pull/33740 osx_say callback plugin: add espeak support, rename to say
https://github.com/ansible/ansible/pull/34428 new module panos_op.py
https://github.com/ansible/ansible/pull/34432 removed panos_nat_policy
https://github.com/ansible/ansible/pull/34433 remove panos_security_policy
https://github.com/ansible/ansible/pull/35202 new panos_match_rule module
https://github.com/ansible/ansible/pull/35203 new module panos_query_rules
https://github.com/ansible/ansible/pull/35218 Storage: Add glusterfs_volume module.

https://github.com/ansible/ansible/blob/devel/lib/ansible/modules/cloud/docker/docker_image.py

https://github.com/ansible/ansible/issues/19880 Error when pulling docker image from aws ecr
https://github.com/ansible/ansible/issues/20580 docker_image pull=always / missing
https://github.com/ansible/ansible/issues/21433 docker_image network mode
https://github.com/ansible/ansible/issues/21704 docker_image cache_from
https://github.com/ansible/ansible/issues/22596 docker_image is unable to pull latest image for tag, if previous exist
https://github.com/ansible/ansible/issues/22993 [docker] docker-py naming conflict since 2.0.2 release
https://github.com/ansible/ansible/pull/23640 [docker_image] when using force: true, only consider it changed if we actually pulled
https://github.com/ansible/ansible/issues/24236 Add support for `docker * prune`
https://github.com/ansible/ansible/issues/25040 docker_image push is not idempotent
https://github.com/ansible/ansible/issues/27098 Cannot add ssh keys into image as buildargs
https://github.com/ansible/ansible/issues/29462 docker_image: unable to deal with image IDs
https://github.com/ansible/ansible/issues/31332 Path parameter should work like the copy task path parameter
https://github.com/ansible/ansible/pull/31956 docker_image: Fix idempotency of pull
https://github.com/ansible/ansible/pull/33754 docker_image: Fix up 'changed' event in force mode

https://github.com/ansible/ansible/blob/devel/lib/ansible/modules/packaging/os/apt.py

https://github.com/ansible/ansible/pull/19172 introduce `module_utils.urls.fetch_file` as a wrapper to download and save files
https://github.com/ansible/ansible/pull/21514 Added dependency restrictions to apt module
https://github.com/ansible/ansible/pull/22232 apt-get autoremove doesn't remove obsolete packages
https://github.com/ansible/ansible/pull/24247 Add --download-only support for packaging/apt module.
https://github.com/ansible/ansible/pull/24918 apt: suppress automatic daemon startups
https://github.com/ansible/ansible/pull/27162 feat(apt): add -f --fix-broken option to apt module
https://github.com/ansible/ansible/pull/30738 Do switch to apt if aptitude is not installed
https://github.com/ansible/ansible/pull/31177 Document apt module taking multiple package names
https://github.com/ansible/ansible/pull/31577 Correct handling of "onlyupgrade" option in apt module - fixes #30638
https://github.com/ansible/ansible/pull/32856 Adding autostart option into apt module
https://github.com/ansible/ansible/issues/33274 Unable to use apt-get install
https://github.com/ansible/ansible/pull/33677 Allow apt downgrades
https://github.com/ansible/ansible/pull/34232 Remove deprecated get_exception API
https://github.com/ansible/ansible/issues/34687 Unable to use tasksel-style syntax with ansible's apt module.

https://github.com/ansible/ansible/blob/devel/lib/ansible/module_utils/facts

https://github.com/ansible/ansible/issues/15297 "no tty present and no askpass program specified" with sudo flags and pipelining after 2.0 upgrade
https://github.com/ansible/ansible/issues/17151 virtualization_type set to 'kvm' without kvm packges installed
https://github.com/ansible/ansible/issues/17953 Support for network namespace facts
https://github.com/ansible/ansible/issues/21088 Ansible 2.2 inconsistent include_vars behaviour (with/without register)
https://github.com/ansible/ansible/issues/22404 Feature Request: Fact ansible_service_mgr_version
https://github.com/ansible/ansible/issues/22766 Ansible facts: ansible_cmdline return incorrect result for the rd.lvm.lv
https://github.com/ansible/ansible/issues/24983 ansible_device.uuid is empty, if uuid is not unique on system
https://github.com/ansible/ansible/issues/25725 Ansible should not preserve quotes on /etc/lsb-release DISTRIB_ID value
https://github.com/ansible/ansible/issues/29187 multiple primary IP addresses on linux
https://github.com/ansible/ansible/issues/29188 secondary IP addresses multiple times in facts
https://github.com/ansible/ansible/issues/31005 Continue to make fact collectors and gather_subset specs finer grained.
https://github.com/ansible/ansible/issues/31007 Eliminate unneeded depenencies between fact collectors
https://github.com/ansible/ansible/issues/32122 Check Python prerequisite before running playbook on remote system
https://github.com/ansible/ansible/issues/34109 Setup.py namespace

https://github.com/ansible/ansible/blob/devel/lib/ansible/utils/display.py

https://github.com/ansible/ansible/pull/17933 Vultr Inventory script
https://github.com/ansible/ansible/pull/18470 [WIP] Deprecation version enforcement
https://github.com/ansible/ansible/issues/25757 The Logger() setup by utils.display uses an unconventional name
https://github.com/ansible/ansible/issues/25758 The logging setup by utils.display() has it's log level hardcode to DEBUG
https://github.com/ansible/ansible/issues/25759 The logging setup by utils.display only creates a Logger() if a log_path is provided.
https://github.com/ansible/ansible/issues/25761 The logging setup by utils.display only ever uses error/info log levels.
https://github.com/ansible/ansible/issues/25763 The ansible logging setup in utils.display is only called from display.py losing useful context and debugging information.
https://github.com/ansible/ansible/pull/25765 Display log
https://github.com/ansible/ansible/pull/28661 Record host specific messages to log files
https://github.com/ansible/ansible/pull/28663 Allow logging format configuration
https://github.com/ansible/ansible/pull/28776 Allow configuration of file logging levels
https://github.com/ansible/ansible/pull/32280 globalize callbacks
https://github.com/ansible/ansible/issues/33893 Recommended improvements to debug/verbose logging

https://github.com/ansible/ansible/blob/devel/lib/ansible/plugins/action/script.py

https://github.com/ansible/ansible/issues/16414 Split script module `free_form` parameter into `path` and `args` parameters
https://github.com/ansible/ansible/issues/18950 Ansible return rc=1, failed=True, but stderr=u'', how do i do to find the error message?
https://github.com/ansible/ansible/issues/18997 script module should support templating
https://github.com/ansible/ansible/issues/19630 script module show job successed but the job is failed or not work
https://github.com/ansible/ansible/issues/22371 stderr: Shared connection to [host] closed.
https://github.com/ansible/ansible/issues/23298 PATH environment variable is not used correctly to launch local scripts
https://github.com/ansible/ansible/issues/23676 Add Timeout for scripts using script module.
https://github.com/ansible/ansible/issues/25941 shared connection closed
https://github.com/ansible/ansible/issues/28490 use ansible script module run script which contains "exit -1" faild
https://github.com/ansible/ansible/issues/29453 Extend script module to ingest JSON output on stdout
https://github.com/ansible/ansible/issues/29562 WebException Unable to unzip package using built-in compression.
https://github.com/ansible/ansible/issues/32441 stderr_lines are missing when stderr is present
https://github.com/ansible/ansible/issues/32585 mux_client_read_packet: read header failed: Broken pipe

https://github.com/ansible/ansible/blob/devel/lib/ansible/playbook/play_context.py

https://github.com/ansible/ansible/pull/16943 Add ansible adhoc commandline ssh prompt support for the new feature
https://github.com/ansible/ansible/pull/17536 Add config option to tee stdout and stderr to temp files
https://github.com/ansible/ansible/pull/18470 [WIP] Deprecation version enforcement
https://github.com/ansible/ansible/pull/20065 [WIP] Add config and inventory variables for remote admin user
https://github.com/ansible/ansible/issues/22469 ANSIBLE_REMOTE_PORT= ansible causes ValueError traceback
https://github.com/ansible/ansible/pull/22648 Support for module param defaults
https://github.com/ansible/ansible/pull/22764 ISSUE-22382 Added ansible_ssh_private_key for paramiko_ssh
https://github.com/ansible/ansible/pull/22803 fix --become_method=pbrun
https://github.com/ansible/ansible/issues/27244 Implementation of become in play_context doesn't use Become mixin
https://github.com/ansible/ansible/pull/27376 add support for sesu become method
https://github.com/ansible/ansible/pull/27777 [WIP] Fix lost connection_user in local connections.
https://github.com/ansible/ansible/issues/31268 ansible_user extra_vars does not override ansible_ssh_user in inventory
https://github.com/ansible/ansible/pull/32829 add pkcs11 support to Ansible

https://github.com/ansible/ansible/blob/devel/lib/ansible/plugins/lookup

https://github.com/ansible/ansible/issues/16992 with_flattened tries to evaluate strings that looks like real variables
https://github.com/ansible/ansible/issues/17268 with_inventory_hostnames doesn't support wildcards in patterns
https://github.com/ansible/ansible/issues/18430 first_found lookup path differs from with_first_found
https://github.com/ansible/ansible/issues/23816 Handling bug in libgcrypt that affects passwordstore plugin
https://github.com/ansible/ansible/issues/26816 passwordstore lookup doesn't create or overwrite KVPs
https://github.com/ansible/ansible/issues/26824 passwordstore lookup should honor '--check'
https://github.com/ansible/ansible/issues/27222 regex_replace filter doesn't work inside lookup('template')
https://github.com/ansible/ansible/issues/27277 lookup('password'/'passwordstore') returns different passwords if executed for multiple hosts
https://github.com/ansible/ansible/issues/28702 Passwordstore Lookup - No way to fail back on lookup error
https://github.com/ansible/ansible/issues/31375 passwordstore lookup prints password in plaintext when used in set_fact
https://github.com/ansible/ansible/issues/31528 Flattened lookup plugin gives inconsistent results with string lists.
https://github.com/ansible/ansible/issues/34733 LDAP lookup

https://github.com/ansible/ansible/blob/devel/lib/ansible/plugins/strategy/__init__.py

https://github.com/ansible/ansible/pull/18155 Fixes 17922 - variables not displaying correctly in handler name
https://github.com/ansible/ansible/pull/18470 [WIP] Deprecation version enforcement
https://github.com/ansible/ansible/pull/18596 New module: remove_host
https://github.com/ansible/ansible/pull/25573 Adds optional filter arg to meta for flush_handlers
https://github.com/ansible/ansible/pull/26001 Add new event v2_runner_on_task_start to allow callback by host task
https://github.com/ansible/ansible/pull/27734 make sure we have full play context for reset
https://github.com/ansible/ansible/pull/30323 Make --step easier to use
https://github.com/ansible/ansible/pull/32057 return changed for group_by
https://github.com/ansible/ansible/pull/32785 Fixes clear_facts, clear_host_errors and end_play #27973
https://github.com/ansible/ansible/pull/33011 Fix handlers on strategy free
https://github.com/ansible/ansible/issues/33381 docs example of using notify in a block: to call a handler doesn't work
https://github.com/ansible/ansible/pull/34344 [WIP] Treat meta tasks as regular

https://github.com/ansible/ansible/blob/devel/lib/ansible/cli/__init__.py

https://github.com/ansible/ansible/pull/11756 vault-password: ensure other users can't read vault password
https://github.com/ansible/ansible/pull/18320 Invoke vault password scripts via original path specified
https://github.com/ansible/ansible/pull/18470 [WIP] Deprecation version enforcement
https://github.com/ansible/ansible/pull/23971 remove deprecated -sudo/-su options
https://github.com/ansible/ansible/pull/24347 [WIP] ansible-galaxy: Enable validate subcommand
https://github.com/ansible/ansible/pull/28976 Add --convert-type flag for use with --extra-vars (#23485)
https://github.com/ansible/ansible/pull/30384 Show -M values in version info at -vv or higher
https://github.com/ansible/ansible/pull/32226 Add some --no-* options
https://github.com/ansible/ansible/pull/32280 globalize callbacks
https://github.com/ansible/ansible/pull/32829 add pkcs11 support to Ansible
https://github.com/ansible/ansible/issues/33831 Supplying vault password file on command line doesn't override config file
https://github.com/ansible/ansible/pull/35322 [wip] Roles path unfrack cli

https://github.com/ansible/ansible/blob/devel/lib/ansible/module_utils/urls.py

https://github.com/ansible/ansible/issues/17685 Add Bandwidth Throttling to module_utils/urls.py
https://github.com/ansible/ansible/pull/18752 Fix missing generic_urlparse() in functions of urls.py
https://github.com/ansible/ansible/pull/19032 Allow kerberos_auth in URL requests
https://github.com/ansible/ansible/pull/19172 introduce `module_utils.urls.fetch_file` as a wrapper to download and save files
https://github.com/ansible/ansible/pull/22851 Removing temporary files when not proxing inside urls utils
https://github.com/ansible/ansible/issues/24152 HTTPS certificate validation on OSX trusts unaudited root CA
https://github.com/ansible/ansible/issues/25421 https_proxy env var without scheme part not correctly handled in generic_urlparse
https://github.com/ansible/ansible/issues/31590 Strange error parsing an url
https://github.com/ansible/ansible/pull/32049 Add ca_path parameter to fetch_url to support custom CA certificate
https://github.com/ansible/ansible/pull/33792 Handle duplicate headers in the uri module
https://github.com/ansible/ansible/pull/35399 urls: warn when validate_certs=False

https://github.com/ansible/ansible/blob/devel/lib/ansible/constants.py

https://github.com/ansible/ansible/pull/14034 Use SSH askpass instead of sshpass for password logins
https://github.com/ansible/ansible/pull/16943 Add ansible adhoc commandline ssh prompt support for the new feature
https://github.com/ansible/ansible/pull/17536 Add config option to tee stdout and stderr to temp files
https://github.com/ansible/ansible/pull/17586 Add possibility to limit the list of examined network interfaces during fact gathering
https://github.com/ansible/ansible/pull/17933 Vultr Inventory script
https://github.com/ansible/ansible/pull/20065 [WIP] Add config and inventory variables for remote admin user
https://github.com/ansible/ansible/issues/22468 ANSIBLE_VERBOSITY= ansible causes TypeError traceback
https://github.com/ansible/ansible/issues/22469 ANSIBLE_REMOTE_PORT= ansible causes ValueError traceback
https://github.com/ansible/ansible/issues/22470 ANSIBLE_TIMEOUT= ansible causes OptionValueError traceback
https://github.com/ansible/ansible/pull/22476 ANSIBLE_TIMEOUT= ansible causes OptionValueError traceback #22470
https://github.com/ansible/ansible/pull/27376 add support for sesu become method

https://github.com/ansible/ansible/blob/devel/lib/ansible/modules/files/unarchive.py

https://github.com/ansible/ansible/pull/19015 unarchive: Various changes/improvements, add debugging output
https://github.com/ansible/ansible/pull/19172 introduce `module_utils.urls.fetch_file` as a wrapper to download and save files
https://github.com/ansible/ansible/pull/28587 Introducing option download_pipe Fixes: #28569
https://github.com/ansible/ansible/pull/30463 unarchive module: Force unarchive if symlink target changes (#30420)
https://github.com/ansible/ansible/pull/31318 unarchive module: remove query string from url when using remote src
https://github.com/ansible/ansible/pull/31873 unarchive: Add example to clear the usage of `extra_opts`
https://github.com/ansible/ansible/pull/32788 Timeout option in unarchive module
https://github.com/ansible/ansible/issues/33058 unarchive does not support uncompressed *.tar files
https://github.com/ansible/ansible/issues/33694 ZipArchive does not handle '-j' in files_in_archive
https://github.com/ansible/ansible/issues/34594 "unarchive" module should support relative path in "creates"
https://github.com/ansible/ansible/issues/35374 unarchive fails with zip file, on macOS

https://github.com/ansible/ansible/blob/devel/lib/ansible/modules/packaging/os/yum.py

https://github.com/ansible/ansible/issues/11498 Add support for yum options related to security
https://github.com/ansible/ansible/pull/19172 introduce `module_utils.urls.fetch_file` as a wrapper to download and save files
https://github.com/ansible/ansible/pull/24671 module/yum: skip_broken even if we've got package with broken headers
https://github.com/ansible/ansible/pull/25416 documentation change to reflect cases like Fixes #24059
https://github.com/ansible/ansible/pull/28700 Add autoremove support to yum module
https://github.com/ansible/ansible/pull/30764 [fix] pylint errors on module packaging os
https://github.com/ansible/ansible/issues/33461 yum module requires package name for cache update
https://github.com/ansible/ansible/pull/34494 yum: Support disable_excludes and disable_includes
https://github.com/ansible/ansible/issues/34780 [Errno 7] Argument list too long and got failed indication with yum module
https://github.com/ansible/ansible/issues/34867 Yum module runs yum install when `state` is `latest` and `name` != `*`
https://github.com/ansible/ansible/issues/35324 RFE: state: reinstalled for yum module

https://github.com/ansible/ansible/blob/devel/lib/ansible/plugins/lookup/passwordstore.py

https://github.com/ansible/ansible/issues/23816 Handling bug in libgcrypt that affects passwordstore plugin
https://github.com/ansible/ansible/issues/26816 passwordstore lookup doesn't create or overwrite KVPs
https://github.com/ansible/ansible/issues/26824 passwordstore lookup should honor '--check'
https://github.com/ansible/ansible/issues/27277 lookup('password'/'passwordstore') returns different passwords if executed for multiple hosts
https://github.com/ansible/ansible/issues/28702 Passwordstore Lookup - No way to fail back on lookup error
https://github.com/ansible/ansible/pull/28908 Add ok_if_missing option to passwordstore lookup (#28702)
https://github.com/ansible/ansible/pull/30711 Alphanumeric only password may be generated
https://github.com/ansible/ansible/issues/31375 passwordstore lookup prints password in plaintext when used in set_fact
https://github.com/ansible/ansible/issues/31934 Lookup passwordstore - parameter passwordstore is implemented as directory
https://github.com/ansible/ansible/issues/31936 Lookup passwordstore - unable to render tilde (~)
https://github.com/ansible/ansible/pull/32011 Fix paramter confusion between directory and passwordstore

https://github.com/ansible/ansible/blob/devel/lib/ansible/module_utils/netapp.py

https://github.com/ansible/ansible/pull/20875 Refactor E-Series auth module to use module_utils
https://github.com/ansible/ansible/pull/20878 Refactor E-Series facts module to use module_utils
https://github.com/ansible/ansible/pull/20888 Refactor E-Series FlashCache module to use module_utils
https://github.com/ansible/ansible/pull/20894 Refactor E-Series HostGroup module to use module_utils
https://github.com/ansible/ansible/pull/20896 Refactor E-Series SnapshotGroup module to use module_utils
https://github.com/ansible/ansible/pull/20897 Refactor E-Series Snapshot Images module to use module_utils
https://github.com/ansible/ansible/pull/20898 Refactor E-Series Snapshot Volume module to use module_utils
https://github.com/ansible/ansible/pull/20899 Refactor E-Series Storage-System module to use module_utils
https://github.com/ansible/ansible/pull/28070 Update NetApp module_utils to use correct license
https://github.com/ansible/ansible/issues/33292 NetApp Ontap module has hard coded values for port, api_version, server_type and transport_type
https://github.com/ansible/ansible/pull/33293 Created configurable parameters for NetApp ontap connection

https://github.com/ansible/ansible/blob/devel/lib/ansible/module_utils/gce.py

https://github.com/ansible/ansible/issues/21122 gce module ignores specified service account, always uses project default
https://github.com/ansible/ansible/issues/22204 Would you be able to support `accelerator` param for GCE module?
https://github.com/ansible/ansible/issues/24045 ansible-compute-zone-list-permissions issue
https://github.com/ansible/ansible/issues/28736 Add option to set internal_ip with gce module
https://github.com/ansible/ansible/issues/29556 gce module ignores specified service account, always uses project default
https://github.com/ansible/ansible/issues/29770 Compute Engine: Provide a way to specify initial boot disk type and size
https://github.com/ansible/ansible/issues/29834 Add Target proxy, URL map and SSL certificate resource management to GCE
https://github.com/ansible/ansible/issues/29869 GCE module missing local SSD option
https://github.com/ansible/ansible/issues/29882 Adding start/stop instance capabilities to the gce module
https://github.com/ansible/ansible/issues/30146 gce module should support creating instances with local scratch disks
https://github.com/ansible/ansible/issues/31063 gce doesn't work with libcloud 2.0 (or fails badly) - AttributeError: 'GCEFailedNode' object has no attribute 'extra'

https://github.com/ansible/ansible/blob/devel/lib/ansible/config/base.yml

https://github.com/ansible/ansible/pull/25132 Automatically set role name as tag
https://github.com/ansible/ansible/pull/25765 Display log
https://github.com/ansible/ansible/pull/28663 Allow logging format configuration
https://github.com/ansible/ansible/pull/28776 Allow configuration of file logging levels
https://github.com/ansible/ansible/issues/30682 .ini in inventory_ignore_extensions by default
https://github.com/ansible/ansible/pull/31513 Add host vars compatibility with new precedence parameter
https://github.com/ansible/ansible/pull/31783 [WIP] configurable list of facts modules
https://github.com/ansible/ansible/pull/32283 Add ansible.cfg setting to suppress duplicate group host warnings
https://github.com/ansible/ansible/pull/32738 Allow config to enable native jinja types
https://github.com/ansible/ansible/pull/33109 Add new network modules for Edgeos
https://github.com/ansible/ansible/pull/34976 [WIP] Unwrap debug

https://github.com/ansible/ansible/blob/devel/lib/ansible/plugins/callback

https://github.com/ansible/ansible/issues/15538 Cannot access groups of a host from within a callback plugin
https://github.com/ansible/ansible/issues/17122 ANSIBLE_STDOUT_CALLBACK=json vs "to retry, use:" message
https://github.com/ansible/ansible/issues/17518 make callback profile_tasks independent from system time to allow for time changes
https://github.com/ansible/ansible/issues/18161 Failure using method (v2_playbook_on_stats) in callback plugin
https://github.com/ansible/ansible/issues/23169 Stats of json stdout is incorrect when using skip tags
https://github.com/ansible/ansible/issues/25793 callback plugin outputs twice when same name as built in
https://github.com/ansible/ansible/issues/25904 An option/filter/callback_plugin to display variable inheritance path.
https://github.com/ansible/ansible/issues/27151 debug callback should accept arbitrary keyword arguments
https://github.com/ansible/ansible/issues/27398 Ansible not including module_name in invocation dictionary.
https://github.com/ansible/ansible/issues/27705 Misbehaving (hanging or crashed) callbacks can hang up the playbook execution forever

https://github.com/ansible/ansible/blob/devel/lib/ansible/plugins/action/set_fact.py

https://github.com/ansible/ansible/issues/17057 Variable assignment with conditional breaks facts
https://github.com/ansible/ansible/issues/22025 set_fact no longer overwrites existing variable when called inside a role
https://github.com/ansible/ansible/issues/23159 Custom action plugin and set_fact fact precedence is not equal
https://github.com/ansible/ansible/issues/23624 set_fact bug. template parser works fine only with first element of array
https://github.com/ansible/ansible/issues/25271 set_fact stopped working
https://github.com/ansible/ansible/issues/28864 Inconsistent variable evaluation when shell register is used
https://github.com/ansible/ansible/issues/29955 ansible set_fact module cannot set type
https://github.com/ansible/ansible/issues/31806 set_fact module docs header needs updated for `cacheable`
https://github.com/ansible/ansible/issues/32547 set_fact overrides only one key in dictionary (last)
https://github.com/ansible/ansible/issues/32713 Bug Report: role param winning priority over set_fact var

https://github.com/ansible/ansible/blob/devel/lib/ansible/module_utils/known_hosts.py

https://github.com/ansible/ansible/issues/24651 know_hosts hash_host parameter ignored
https://github.com/ansible/ansible/issues/29223 known_hosts module could offer 'mode', 'group', and 'owner' options that would apply only when the module is creating the file
https://github.com/ansible/ansible/issues/29224 known_hosts module not removing all matching keys (hashed keys)
https://github.com/ansible/ansible/issues/29230 known_hosts should have user option like authorized_keys
https://github.com/ansible/ansible/issues/29236 known_hosts module fails when using host with port
https://github.com/ansible/ansible/issues/29319 known_hosts is not idempotent
https://github.com/ansible/ansible/issues/29331 known_hosts module changes ownership of existing file
https://github.com/ansible/ansible/issues/29343 known_hosts doesn't support entries with ssh port specified
https://github.com/ansible/ansible/issues/29363 known_hosts hashed hosts
https://github.com/ansible/ansible/issues/29371 known_hosts: mixed/uppercase host names fail

https://github.com/ansible/ansible/blob/devel/test/sanity/pep8/legacy-files.txt

https://github.com/ansible/ansible/pull/20334 ec2_vpc: resource_tags aren't required if vpc id given
https://github.com/ansible/ansible/pull/21646 route53_zone: Allow multiple VPCs to be associated
https://github.com/ansible/ansible/pull/22521 ec2_asg: Target Group Support
https://github.com/ansible/ansible/pull/22941 Update ec2_eni_facts to boto3
https://github.com/ansible/ansible/pull/24767 Allow idempotent use of ec2_ami_copy
https://github.com/ansible/ansible/pull/24808 osx_defaults: refactor to use Foundation/CoreFoudation python modules instead of `defaults` command, adding a lot of new features at the same time (nested keys and values, support for all types, etc.)
https://github.com/ansible/ansible/pull/26476 ec2_scaling_policy boto3 rewrite for step scaling
https://github.com/ansible/ansible/pull/26752 [WIP] ecs_taskdefinition idempotency - fixes 22547
https://github.com/ansible/ansible/pull/29160 Create Pagerduty namespace and update existing module names
https://github.com/ansible/ansible/pull/31960 aws_kms enhancements

https://github.com/ansible/ansible/blob/devel/lib/ansible/playbook/block.py

https://github.com/ansible/ansible/issues/13870 Blocks rescue with unreachable host
https://github.com/ansible/ansible/issues/18392 includes wrapped in a block statement drop environment variables
https://github.com/ansible/ansible/issues/23161 "rescue" is not executed when "all" the included files inside with_items don't exist
https://github.com/ansible/ansible/issues/23389 Conditional in included files from ./handlers/main.yml work only for the first include
https://github.com/ansible/ansible/issues/24543 block with delegate_to leads to host from delegate_to got cached and failed in further playbooks.
https://github.com/ansible/ansible/issues/27970 missing docs for both ansible_failed_task and ansible_failed_result vars for blocks
https://github.com/ansible/ansible/issues/28997 Allow use of async on blocks
https://github.com/ansible/ansible/issues/29047 When using block in an included file, "rescue" doesn't have "ansible_failed_task"/"ansible_failed_result" variables defined
https://github.com/ansible/ansible/issues/33381 docs example of using notify in a block: to call a handler doesn't work
https://github.com/ansible/ansible/pull/35163 Include role: serialization: (de)pickling support

https://github.com/ansible/ansible/blob/devel/lib/ansible/modules/database/mysql/mysql_db.py

https://github.com/ansible/ansible/pull/19123 Support --master-data in mysql_db dumps
https://github.com/ansible/ansible/pull/23891 Added hex-blob option for mysql_db module
https://github.com/ansible/ansible/pull/24737 add force option for mysql_db import state
https://github.com/ansible/ansible/pull/26504 Fixes #20196 broken pipe when special chars in mysql password
https://github.com/ansible/ansible/pull/28474 Add sql_log_bin option to mysql_db module
https://github.com/ansible/ansible/pull/30502 move --host and --port option for mysql_db db_import method
https://github.com/ansible/ansible/pull/33065 Add support for mysqldump --ignore-table switch
https://github.com/ansible/ansible/pull/33145 Added skip lock tables option
https://github.com/ansible/ansible/issues/34488 mysql_db module should use option `--defaults-file` instead of `--defaults-extra-file`
https://github.com/ansible/ansible/pull/34489 mysql_db module: use option `--defaults-file` instead of `--defaults-

https://github.com/ansible/ansible/blob/devel/lib/ansible/inventory

https://github.com/ansible/ansible/issues/11525 Ansible cannot find hosts defined in ~/.ssh/config
https://github.com/ansible/ansible/issues/16116 When using multiple inventory files and nested groups order is significant
https://github.com/ansible/ansible/issues/17012 Excluding hosts excludes localhost when it is not in inventory
https://github.com/ansible/ansible/issues/20432 Make it possible to pass *command line* arguments to dynamic inventory scripts
https://github.com/ansible/ansible/issues/23311 Documentation when host is not in /etc/ansible/hosts
https://github.com/ansible/ansible/issues/28499 passing a folder as an inventory sometimes fails
https://github.com/ansible/ansible/issues/34760 Empty hosts declaration in YAML inventory causes partial fallback to INI parsing
https://github.com/ansible/ansible/issues/34927 gce.py fails with "libcloud.common.google.ResourceNotFoundError" error
https://github.com/ansible/ansible/issues/34949 Ansible ansible_group_priority variable is not passed down to child groups

https://github.com/ansible/ansible/blob/devel/lib/ansible/modules/cloud/docker/docker_login.py

https://github.com/ansible/ansible/issues/21348 Modules docker_login and docker_service has conflict python dependencies
https://github.com/ansible/ansible/issues/22993 [docker] docker-py naming conflict since 2.0.2 release
https://github.com/ansible/ansible/issues/26787 20492-reopen: modules docker & docker-login not working with new python docker module
https://github.com/ansible/ansible/issues/29579 Support for Logon to Amazon EC2 Container Registry
https://github.com/ansible/ansible/issues/29628 Adding Namespace as an editable parameter for the docker_login module.
https://github.com/ansible/ansible/issues/32868 docker_login module returns failed=false even when login fails
https://github.com/ansible/ansible/issues/32869 If logged in, docker_login will return the current password in results
https://github.com/ansible/ansible/pull/34491 docker_login: Hide password from response
https://github.com/ansible/ansible/pull/35081 Fix minor issues with docker_login docs

https://github.com/ansible/ansible/blob/devel/lib/ansible/plugins/filter/core.py

https://github.com/ansible/ansible/pull/17483 Implement 'pathglob' filter plugin and lookup plugin
https://github.com/ansible/ansible/issues/21914 to_bool filter functionality extension
https://github.com/ansible/ansible/pull/22021 Extended bool filter to support python truthiness (#21914).
https://github.com/ansible/ansible/pull/25347 unbreak password_hash('blowfish')
https://github.com/ansible/ansible/pull/31334 Add flags to regex filters
https://github.com/ansible/ansible/pull/32934 Add from_ast filter that uses ast.literal_eval
https://github.com/ansible/ansible/pull/33921 add new regex_split filter
https://github.com/ansible/ansible/pull/33959 dict2items filter
https://github.com/ansible/ansible/pull/35406 Fix call to hash functions

https://github.com/ansible/ansible/blob/devel/lib/ansible/playbook/become.py

https://github.com/ansible/ansible/issues/16942 Become sudo hangs on first sudo on OSX.
https://github.com/ansible/ansible/issues/17583 Sudo on change
https://github.com/ansible/ansible/issues/17908 User's home directory must be readable for become_user to work with pipelining enabled
https://github.com/ansible/ansible/pull/18470 [WIP] Deprecation version enforcement
https://github.com/ansible/ansible/issues/21145 Module copy doesn't take become_user into account
https://github.com/ansible/ansible/issues/22841 ansible_user not assigned correctly when task is delegate_to
https://github.com/ansible/ansible/issues/23712 Improve integration test coverage of become methods
https://github.com/ansible/ansible/issues/27244 Implementation of become in play_context doesn't use Become mixin
https://github.com/ansible/ansible/issues/31759 become_method: sudo with docker connection not working as a non-root user

https://github.com/ansible/ansible/blob/devel/contrib/inventory/ec2.ini

https://github.com/ansible/ansible/pull/11985 Added boolean to return security groups as list (rather than scalar)
https://github.com/ansible/ansible/pull/16143 Filter tags
https://github.com/ansible/ansible/pull/16926 EC2 inventory: Destination variables can now be lists
https://github.com/ansible/ansible/pull/19571 support configuration option ansible_ssh_host
https://github.com/ansible/ansible/pull/19969 Group names from tags can be only value (without tag_TAGNAME_)
https://github.com/ansible/ansible/pull/22558 Add ability to group hosts by AWS subnet ID
https://github.com/ansible/ansible/pull/31248 Support to add instance into an explicit group
https://github.com/ansible/ansible/pull/34051 Use an appropriate regex to sanitize hostname.
https://github.com/ansible/ansible/pull/35357 Added support for windows password retrieving

https://github.com/ansible/ansible/blob/devel/lib/ansible/modules/files/file.py

https://github.com/ansible/ansible/pull/21630 Fixes #21401 file module failing to create links
https://github.com/ansible/ansible/pull/27831 20958 Feature Request: Allow 'file' module to optionally shred directory/files #20958
https://github.com/ansible/ansible/pull/27965 template, copy: support for archive, atime, mtime parameters
https://github.com/ansible/ansible/pull/31717 Update file module to accept backup=yes, fixes #31594
https://github.com/ansible/ansible/issues/33838 file/copy: `attributes` should support + and - modifiers
https://github.com/ansible/ansible/issues/33911 file module does not honour follow when hard linking
https://github.com/ansible/ansible/pull/34228 Hardlink follow
https://github.com/ansible/ansible/issues/34335 retry delete directory while shutil.rmtree raises "OSError: [Errno 39] Directory not empty" exception
https://github.com/ansible/ansible/pull/34781 Clarify recursive

https://github.com/ansible/ansible/blob/devel/lib/ansible/plugins/action/include_vars.py

https://github.com/ansible/ansible/issues/14907 include_vars not merging when called on same file twice
https://github.com/ansible/ansible/issues/19649 Ansible sub-role loads variables from parent role
https://github.com/ansible/ansible/pull/21505 'override' option for include_vars, allowing ignoring already set variables
https://github.com/ansible/ansible/pull/22608 Add filter arg for include_vars module
https://github.com/ansible/ansible/issues/23392 Include variables with with_first_found looks into tasks path
https://github.com/ansible/ansible/pull/23738 Add overwrite option to include_vars action plugin
https://github.com/ansible/ansible/issues/25699 Task include_vars assigning into variable doesn't support nested variables
https://github.com/ansible/ansible/pull/28269 include_vars : auto leef param
https://github.com/ansible/ansible/issues/29135 module include_vars not loading main.yml when task is inside role

https://github.com/ansible/ansible/blob/devel/lib/ansible/modules/files/lineinfile.py

https://github.com/ansible/ansible/pull/20454 lineinfile: add regex as an alias for regexp
https://github.com/ansible/ansible/pull/20466 improve doc for 'lineinfile'
https://github.com/ansible/ansible/pull/20614 Break so that insertbefore and insertafter affect the *first* occurre
https://github.com/ansible/ansible/pull/22364 lineinfile: Added findfirst
https://github.com/ansible/ansible/pull/24058 Lineinfile module: added match_mode and move options
https://github.com/ansible/ansible/pull/31736 Lineinfile: in check mode do not fail with missing file, only warn.
https://github.com/ansible/ansible/pull/33393 Fix lineinfile to insert line when pattern exists elsewhere in the file.
https://github.com/ansible/ansible/issues/34690 lineinfile with regexp is not idempotent

https://github.com/ansible/ansible/blob/devel/lib/ansible/modules/files/template.py

https://github.com/ansible/ansible/pull/21929 Alternative decoding/encoding support for templates.
https://github.com/ansible/ansible/pull/25181 template: add template_destpath variable to templates
https://github.com/ansible/ansible/pull/27965 template, copy: support for archive, atime, mtime parameters
https://github.com/ansible/ansible/pull/28238 Jinja2 2.9 Templating KeyError Fix (stable-2.3 backport)
https://github.com/ansible/ansible/issues/33010 template deletes /dev/null
https://github.com/ansible/ansible/issues/33865 Template create files by mv, fail ACL
https://github.com/ansible/ansible/issues/33907 Inconsistencies in result of template module
https://github.com/ansible/ansible/issues/34886 Nested include can't use home template variables

https://github.com/ansible/ansible/blob/devel/lib/ansible/galaxy/role.py

https://github.com/ansible/ansible/pull/14779 Use custom download url if supplied by galaxy
https://github.com/ansible/ansible/pull/14942 Flexible dependency specification
https://github.com/ansible/ansible/pull/14968 Allow S3 urls in requirements.yml files
https://github.com/ansible/ansible/issues/18375 Check min_ansible_version for roles and dont run the role if to old
https://github.com/ansible/ansible/pull/24347 [WIP] ansible-galaxy: Enable validate subcommand
https://github.com/ansible/ansible/pull/32104 galaxy: enable specifying remote path for git/hg
https://github.com/ansible/ansible/pull/34642 Fixes #12353 adds new option to galaxy cli to preserve scm meta
https://github.com/ansible/ansible/pull/35259 galaxy remove incorrect check for role path before extraction

https://github.com/ansible/ansible/blob/devel/lib/ansible/modules/files/copy.py

https://github.com/ansible/ansible/pull/21630 Fixes #21401 file module failing to create links
https://github.com/ansible/ansible/pull/27965 template, copy: support for archive, atime, mtime parameters
https://github.com/ansible/ansible/pull/28536 [WIP] Module except hook
https://github.com/ansible/ansible/issues/33785 Using 'directory_mode' with the copy module is weird
https://github.com/ansible/ansible/issues/34156 Copying files fails when trying to copy vaulted file with no file extension
https://github.com/ansible/ansible/issues/34450 Copy action is silently ignored when given an unrecognized parameter
https://github.com/ansible/ansible/issues/34893 recursive copy does not copy files, only directories
https://github.com/ansible/ansible/pull/35016 Fix copy for implicit relative paths

https://github.com/ansible/ansible/blob/devel/packaging/debian/docs

https://github.com/ansible/ansible/issues/16178 Add intro_* doc files for non-Linux Unices
https://github.com/ansible/ansible/issues/16869 Change http://www.ansible.com/ to https://www.ansible.com/
https://github.com/ansible/ansible/issues/21967 match and search filters missing documentation
https://github.com/ansible/ansible/issues/24492 Documentation: Links in notes are not easily identifiable
https://github.com/ansible/ansible/issues/28553 Docs: Stop hardcoding version
https://github.com/ansible/ansible/issues/31014 Document all plugins types
https://github.com/ansible/ansible/issues/31600 group_by example error?
https://github.com/ansible/ansible/issues/32553 [docs] clarify on patterns, add links

https://github.com/ansible/ansible/blob/devel/contrib/inventory/openstack.py

https://github.com/ansible/ansible/issues/10480 Openstack plugins ignore private address
https://github.com/ansible/ansible/issues/15148 Openstack inventory script returns nothing for RDO Kilo
https://github.com/ansible/ansible/issues/15871 Openstack inventory needs to list errored nodes that don't have an internal_ip
https://github.com/ansible/ansible/pull/17052 adding use_floatingip arg to openstack inventory script to allow sett
https://github.com/ansible/ansible/pull/20920 Add dynamic winrm support for openstack windows hosts
https://github.com/ansible/ansible/issues/23287 ssh to in-memory host not reachable
https://github.com/ansible/ansible/pull/28915 interface_ip returns null; use private_v4 instead
https://github.com/ansible/ansible/pull/34452 Adds the non-deprecated ansible_host var

https://github.com/ansible/ansible/blob/devel/lib/ansible/playbook/role/requirement.py

https://github.com/ansible/ansible/pull/15160 Fix clone of specific SCM version
https://github.com/ansible/ansible/issues/16359 Dependencies ran after role
https://github.com/ansible/ansible/pull/18470 [WIP] Deprecation version enforcement
https://github.com/ansible/ansible/issues/20169 Role dependency is run multiple times
https://github.com/ansible/ansible/issues/23327 Role Dependency Max Depth and Variables
https://github.com/ansible/ansible/issues/23733 include_role and meta dependencies: strange behaviour on conditionals
https://github.com/ansible/ansible/pull/32104 galaxy: enable specifying remote path for git/hg
https://github.com/ansible/ansible/pull/34642 Fixes #12353 adds new option to galaxy cli to preserve scm meta

https://github.com/ansible/ansible/blob/devel/lib/ansible/modules/files/synchronize.py

https://github.com/ansible/ansible/pull/24911 synchronize: Overwrite '--rsh' via rsync_opts
https://github.com/ansible/ansible/pull/26922 synchronize: add support for the 'lxd' transport
https://github.com/ansible/ansible/pull/30743 fix(tasks: synchronize): wrap in sshpass if ssh password was provided
https://github.com/ansible/ansible/issues/33073 Synchronize module only works once
https://github.com/ansible/ansible/issues/33171 Within a role, Synchronize fails to Become when using localhost or 127.0.0.1 in inventory
https://github.com/ansible/ansible/issues/33323 unable to load configuration from /root/.ansible/tmp/ansible-tmp-1511777799.47-133894082603415/synchronize.py
https://github.com/ansible/ansible/issues/34990 ansible 2.4 synchronise module overrides ansible_user with remote_user when use with delegate_to
https://github.com/ansible/ansible/issues/35061 synchronize loses ssh connection params between retries

https://github.com/ansible/ansible/blob/devel/lib/ansible/utils/module_docs_fragments/netapp.py

https://github.com/ansible/ansible/pull/20875 Refactor E-Series auth module to use module_utils
https://github.com/ansible/ansible/pull/20878 Refactor E-Series facts module to use module_utils
https://github.com/ansible/ansible/pull/20888 Refactor E-Series FlashCache module to use module_utils
https://github.com/ansible/ansible/pull/20894 Refactor E-Series HostGroup module to use module_utils
https://github.com/ansible/ansible/pull/20896 Refactor E-Series SnapshotGroup module to use module_utils
https://github.com/ansible/ansible/pull/20897 Refactor E-Series Snapshot Images module to use module_utils
https://github.com/ansible/ansible/pull/20898 Refactor E-Series Snapshot Volume module to use module_utils
https://github.com/ansible/ansible/pull/20899 Refactor E-Series Storage-System module to use module_utils

https://github.com/ansible/ansible/blob/devel/lib/ansible/cli/pull.py

https://github.com/ansible/ansible/pull/13068 Add check_opts to ansible-pull
https://github.com/ansible/ansible/issues/15766 ansible-pull ignores ansible_python_interpreter from inventory
https://github.com/ansible/ansible/issues/15968 ansible-pull --accept-host-key does not work
https://github.com/ansible/ansible/issues/17454 ansible-pull does not always update git repository causing orphaned machines
https://github.com/ansible/ansible/issues/18201 Use custom known_hosts file with ansible-pull
https://github.com/ansible/ansible/issues/25233 Ansible Pull --purge Fails on Become
https://github.com/ansible/ansible/issues/26867 Have ansible-pull use python imports/functions instead of run_cmd
https://github.com/ansible/ansible/pull/31555 [WIP] fixes and improvements to pull

https://github.com/ansible/ansible/blob/devel/lib/ansible/modules/system/service.py

https://github.com/ansible/ansible/pull/19231 Support for simpleinit-msb init system
https://github.com/ansible/ansible/pull/20177 Service status
https://github.com/ansible/ansible/pull/25751 use standard service commands on freebsd
https://github.com/ansible/ansible/pull/26230 [service] : Added support for perp http://b0llix.net/perp/.
https://github.com/ansible/ansible/pull/28274 systemd/service: check is-enabled stdout as well
https://github.com/ansible/ansible/pull/33043 Included support to AIX group of subsystems on service module
https://github.com/ansible/ansible/issues/35231 service module does not restart multipathd
https://github.com/ansible/ansible/issues/35418 service module doesn't take into account use option nor ansible_service_mgr override

https://github.com/ansible/ansible/blob/devel/lib/ansible/modules/cloud/amazon/ec2.py

https://github.com/ansible/ansible/pull/20788 Add min_count and max_count options to ec2 module
https://github.com/ansible/ansible/pull/23574 Regardless of what state it is, prevent instances from being duplicated.
https://github.com/ansible/ansible/pull/24290 support min_success_percentage for multiple instance creation to ec2.py without ASG or fleet. Fixes #24289
https://github.com/ansible/ansible/issues/33305 aws ec2 component returns "public_ip": null if aws c5 instance type
https://github.com/ansible/ansible/issues/33373 Upgrade / Downgrade ec2 type on the fly
https://github.com/ansible/ansible/issues/34764 count_tag with multiple tags and exact_count in ec2 broken in ansible 2.4.x
https://github.com/ansible/ansible/issues/34978 EC2 user-data error with python3 runtime

https://github.com/ansible/ansible/blob/devel/lib/ansible/module_utils/azure_rm_common.py

https://github.com/ansible/ansible/pull/22728 Add ADAL support for Azure
https://github.com/ansible/ansible/pull/24040 azure_rm_common: only remove tags from new_tags if append_tags is not
https://github.com/ansible/ansible/pull/28856 Added Azure Traffic Manager Profile Support
https://github.com/ansible/ansible/pull/32756 Azure rm keyvault module
https://github.com/ansible/ansible/pull/34710 Azure rm routetable
https://github.com/ansible/ansible/pull/35074 [WIP] DO NOT MERGE - Azure dynamic model sample
https://github.com/ansible/ansible/pull/35075 [WIP] DO NOT MERGE - Azure static model sample

https://github.com/ansible/ansible/blob/devel/test/units/module_utils/aws/test_rds.py

https://github.com/ansible/ansible/pull/26598 new rds_instance_facts module - split of RDS module
https://github.com/ansible/ansible/pull/26599 new rds_snapshot_facts module - split of RDS module
https://github.com/ansible/ansible/pull/26604 new rds_snapshot module - split of RDS module
https://github.com/ansible/ansible/pull/26606 integration tests for RDS modules - split of RDS module
https://github.com/ansible/ansible/pull/27910 [WIP for reviews] - Mdd rds split utils rewrite
https://github.com/ansible/ansible/pull/29032 [WIP] Mdd rds split instance 2
https://github.com/ansible/ansible/pull/30746 [WIP/TEST] Mdd rds split testing wip - demo branch for future RDS

https://github.com/ansible/ansible/blob/devel/lib/ansible/plugins/lookup/password.py

https://github.com/ansible/ansible/issues/18319 Symlinked executable vault password files should be invoked by their original path, not real path
https://github.com/ansible/ansible/pull/26640 Added rounds parameter support for lookup password
https://github.com/ansible/ansible/issues/27277 lookup('password'/'passwordstore') returns different passwords if executed for multiple hosts
https://github.com/ansible/ansible/issues/28772 password plugin generates inappropriate default passwords
https://github.com/ansible/ansible/issues/32167 vsphere_guest's module with Cluster DRS
https://github.com/ansible/ansible/pull/32549 refactored gen_candidate_chars out to common; hashi_vault generating
https://github.com/ansible/ansible/pull/35022 Fix typo in examples in Lookup/password plugin.

https://github.com/ansible/ansible/blob/devel/lib/ansible/modules/cloud/azure/azure_rm_virtualmachine.py

https://github.com/ansible/ansible/pull/24159 Add choice between SSD and HDD
https://github.com/ansible/ansible/pull/25251 Azure_RM_VirtualMachine new functionality
https://github.com/ansible/ansible/pull/26887 Azure_rm_virtualmachine: Fix an error when creating a VM with multiple NICs (# 26755).
https://github.com/ansible/ansible/pull/32984 azure_rm_virtualmachine : add support for existing machines provisioned with a managed image
https://github.com/ansible/ansible/issues/33943 Unable to create virtual machines on Azure Stack due to no managed disk support
https://github.com/ansible/ansible/issues/34047 Support resource IDs in all azure_rm_virtualmachine object name fields
https://github.com/ansible/ansible/issues/35235 azure_rm_virtualmachine fails to add tags to existing vm

https://github.com/ansible/ansible/blob/devel/lib/ansible/modules/cloud/ovirt/ovirt_vms.py

https://github.com/ansible/ansible/issues/33891 ovirt_vms Console settings
https://github.com/ansible/ansible/issues/34154 Ovirt_vms creates vm with thin provisioned disk from a preallocated disk template
https://github.com/ansible/ansible/issues/34162 ovirt_vms with cloudinit options, configs are not being persistent with the VM properties
https://github.com/ansible/ansible/issues/34803 ovirt: Support passthrough host devices for Virtual Machines
https://github.com/ansible/ansible/pull/35194 Adds the oVirt High Performance (high_performance) VM type.
https://github.com/ansible/ansible/issues/35268 ovirt: ovirt_vms: unable to set a custom priority creating a VM
https://github.com/ansible/ansible/pull/35289 ovirt_vms: Add high_availability_priority to ovirt_vms

https://github.com/ansible/ansible/blob/devel/contrib/inventory/foreman.py

https://github.com/ansible/ansible/issues/25299 Module foreman fails with no Content View found for, swallows params name for organization
https://github.com/ansible/ansible/pull/27068 foreman inventory: don't fail on disappearing hosts
https://github.com/ansible/ansible/pull/27291 foreman inventory: allow '-' in group names
https://github.com/ansible/ansible/pull/30390 add config groups to foreman inventories
https://github.com/ansible/ansible/pull/33537 Allow `foreman_ssl_verify` to be a string.
https://github.com/ansible/ansible/pull/33904 Added hostgroup child-parent relationship mapping
https://github.com/ansible/ansible/pull/34169 Add want_ssh_ansible_host flag to foreman dynamic inventory

https://github.com/ansible/ansible/blob/devel/lib/ansible/module_utils/aws/rds.py

https://github.com/ansible/ansible/pull/26598 new rds_instance_facts module - split of RDS module
https://github.com/ansible/ansible/pull/26599 new rds_snapshot_facts module - split of RDS module
https://github.com/ansible/ansible/pull/26604 new rds_snapshot module - split of RDS module
https://github.com/ansible/ansible/pull/26606 integration tests for RDS modules - split of RDS module
https://github.com/ansible/ansible/pull/27910 [WIP for reviews] - Mdd rds split utils rewrite
https://github.com/ansible/ansible/pull/29032 [WIP] Mdd rds split instance 2
https://github.com/ansible/ansible/pull/30746 [WIP/TEST] Mdd rds split testing wip - demo branch for future RDS

https://github.com/ansible/ansible/blob/devel/lib/ansible/modules/utilities/logic/include_tasks.py

https://github.com/ansible/ansible/issues/33142 Task file gets included but not executed
https://github.com/ansible/ansible/issues/33267 ERROR! 'include_tasks' is not a valid attribute for a Play
https://github.com/ansible/ansible/issues/33632 Ansible 2.4.1: include_tasks does not handle a undefined conditional var correctly
https://github.com/ansible/ansible/issues/33784 include_tasks in role does not always look for relative role tasks
https://github.com/ansible/ansible/issues/34269 variable remembers first loop iteration value after chaining include_role and include_tasks
https://github.com/ansible/ansible/issues/34319 Included tasks use first variables defined for the first role if used in the dependent role
https://github.com/ansible/ansible/issues/34974 inconsistent documentation for tags on dynamic-include tasks

https://github.com/ansible/ansible/blob/devel/lib/ansible/plugins/action/__init__.py

https://github.com/ansible/ansible/pull/17536 Add config option to tee stdout and stderr to temp files
https://github.com/ansible/ansible/pull/18470 [WIP] Deprecation version enforcement
https://github.com/ansible/ansible/pull/20065 [WIP] Add config and inventory variables for remote admin user
https://github.com/ansible/ansible/pull/21210 [WIP] fixed bad assumptions in _expand_remote_user
https://github.com/ansible/ansible/pull/21929 Alternative decoding/encoding support for templates.
https://github.com/ansible/ansible/pull/28536 [WIP] Module except hook
https://github.com/ansible/ansible/pull/28716 Use remote_tmp as async_wrapper's jobdir (#28318)

https://github.com/ansible/ansible/blob/devel/contrib/inventory/ec2

https://github.com/ansible/ansible/issues/10121 ec2.py/ecryptfs home directory generates too long filenames error
https://github.com/ansible/ansible/issues/20178 ec2.py returns lower() of instance hostname
https://github.com/ansible/ansible/issues/21167 ec2.py looks like it now always returns safe/lower version of hostnames
https://github.com/ansible/ansible/issues/26366 Ec2.py inventory script fails when combining IAM roles with Boto3
https://github.com/ansible/ansible/issues/26368 ec2.py attempts to IAM Role Switch multiple times
https://github.com/ansible/ansible/issues/28980 Ec2.py Script: "Error connecting to AWS backend.
https://github.com/ansible/ansible/issues/30129 Document AWS IAM policy requirements for ec2.py dynamic inventory

https://github.com/ansible/ansible/blob/devel/contrib/inventory/azure_rm.ini

https://github.com/ansible/ansible/pull/17936 Use public or private IP in Azure Dynamic Inventory
https://github.com/ansible/ansible/pull/19513 Azure dynamic inventory: make host name in inventory configurable
https://github.com/ansible/ansible/pull/27440 Azure inventory returns private ip
https://github.com/ansible/ansible/pull/27692 Add the ability to fill ansible_host with VM private IP
https://github.com/ansible/ansible/pull/28862 Add support for use private ip instead public ip
https://github.com/ansible/ansible/pull/29881 Azure Private IP Addresses In Dynamic Inventory
https://github.com/ansible/ansible/pull/33063 Add cache support to Azure dynamic inventory

https://github.com/ansible/ansible/blob/devel/test/sanity/validate-modules

https://github.com/ansible/ansible/issues/18179 validate-modules: require if __name__ == '__main__'
https://github.com/ansible/ansible/issues/18180 validate-modules: Network modules don't require ansible.module_utils.basic
https://github.com/ansible/ansible/issues/18181 validate-modules: Shell out using run_command
https://github.com/ansible/ansible/issues/18183 validate-modules: Analysis of argument_spec
https://github.com/ansible/ansible/issues/18186 validate-modules: Module naming conflcts
https://github.com/ansible/ansible/issues/25715 newline character in DOCs can break functionality in validate-modules
https://github.com/ansible/ansible/issues/26882 validate-modules insists on GPL v3 license for modules

https://github.com/ansible/ansible/blob/devel/lib/ansible/modules/packaging/os/homebrew_cask.py

https://github.com/ansible/ansible/pull/20377 homebrew_cask: Add support for URL bases casks
https://github.com/ansible/ansible/pull/23780 Refactor homebrew family of modules
https://github.com/ansible/ansible/pull/30764 [fix] pylint errors on module packaging os
https://github.com/ansible/ansible/pull/33361 Update _current_cask_is_installed to split on whitespace
https://github.com/ansible/ansible/issues/33975 homebrew_cask "msg": "Error: It seems there is already an App at '/Applications/.app'."
https://github.com/ansible/ansible/pull/34002 Homebrew Cask: Add accept_external_apps option (Fixes #33975)
https://github.com/ansible/ansible/issues/34696 homebrew_cask: add cask upgrade functionality

https://github.com/ansible/ansible/blob/devel/lib/ansible/modules/source_control/git.py

https://github.com/ansible/ansible/pull/18728 [git] Fix fetching branch of shallow clone
https://github.com/ansible/ansible/pull/19296 Add a parameter `key` to git module
https://github.com/ansible/ansible/pull/28465 Add single_branch option in git module.
https://github.com/ansible/ansible/pull/30850 [WIP] remove the need for a wrapper script
https://github.com/ansible/ansible/issues/33908 git module ignores specified "repo" variable (tries to clone repo with empty name/url)
https://github.com/ansible/ansible/issues/33947 Ansible git module ignores remote_tmp
https://github.com/ansible/ansible/issues/34210 TypeError: '>=' not supported between instances of 'WinRMTransportError'

https://github.com/ansible/ansible/blob/devel/lib/ansible/modules/web_infrastructure/jenkins_plugin.py

https://github.com/ansible/ansible/pull/32428 jenkins_plugin: Adds url_password documentation
https://github.com/ansible/ansible/pull/33824 Set 'changed' to False if the installed jenkins plugin isn't changed
https://github.com/ansible/ansible/pull/34005 Fixes #24864 installing plugin dependencies when "state=latest" or none
https://github.com/ansible/ansible/issues/34093 jenkins_plugin tries to authorize to updates_url
https://github.com/ansible/ansible/pull/34232 Remove deprecated get_exception API
https://github.com/ansible/ansible/issues/34304 The jenkins_plugin module fails on FIPS 140-2 enabled systems, due to use of MD5
https://github.com/ansible/ansible/pull/34349 Replace MD5 with SHA-1 in jenkins_plugins module.

https://github.com/ansible/ansible/blob/devel/lib/ansible/modules/files/archive.py

https://github.com/ansible/ansible/pull/31447 Param type path need subspec list
https://github.com/ansible/ansible/issues/34040 support -S, --sparse in archive module, or enable a way to provide custom options
https://github.com/ansible/ansible/issues/34043 support -C, --directory=DIR in archive module, or enable a way to provide custom options
https://github.com/ansible/ansible/issues/34316 archive module 'exclude_path' documentation is very misleading
https://github.com/ansible/ansible/issues/34569 Archive module does not adds empty(zero-size) files to dest archive
https://github.com/ansible/ansible/pull/34659 Exclude explicit paths from file walk, return 'excluded' list
https://github.com/ansible/ansible/pull/34865 Update archive.py (#34569)

https://github.com/ansible/ansible/blob/devel/lib/ansible/playbook/play.py

https://github.com/ansible/ansible/pull/17586 Add possibility to limit the list of examined network interfaces during fact gathering
https://github.com/ansible/ansible/pull/18470 [WIP] Deprecation version enforcement
https://github.com/ansible/ansible/issues/20448 Name of a role may prevent it from being executed in 2.2.0
https://github.com/ansible/ansible/issues/24035 ansible randomly time out with message Timeout (12s) waiting for privilege escalation prompt:
https://github.com/ansible/ansible/issues/31422 Double loop on host when including a role with a with_items loop
https://github.com/ansible/ansible/pull/33653 caller to preprocess must be None aware
https://github.com/ansible/ansible/pull/35167 fix Include role: exposed/shared vars

https://github.com/ansible/ansible/blob/devel/lib/ansible/plugins/connection/network_cli.py

https://github.com/ansible/ansible/issues/30430 Request: network_cli.py make an attempt to get output once shell is opened
https://github.com/ansible/ansible/issues/30567 Network errors are dropped if the prompt is not in the current buffered response
https://github.com/ansible/ansible/issues/33993 AnsibleConnectionFailure("timeout trying to send command: %s" % command.strip())
https://github.com/ansible/ansible/issues/34857 Ansible truncates output from network devices
https://github.com/ansible/ansible/issues/34997 Add secure network session tracing capability for newtork_cli and netconf connections
https://github.com/ansible/ansible/issues/35349 connection=network_cli does not handle same multiple prompt correctly
https://github.com/ansible/ansible/pull/35361 Handle multiple sub prompts for network_cli connection

https://github.com/ansible/ansible/blob/devel/lib/ansible/plugins/vars

https://github.com/ansible/ansible/issues/20135 In Ansible 2.2, dynamic inventory variables now override inventory group_var variables
https://github.com/ansible/ansible/issues/22435 [Feature request] Allow Vault to be set as a filter/parameter in variable(s)
https://github.com/ansible/ansible/issues/26137 Make Ansible run /vars/main.yml file if execution attribute is set.
https://github.com/ansible/ansible/issues/28006 Inventory group_vars/host_vars aren't loaded recursively when playbook is launch from a high level inventory directory
https://github.com/ansible/ansible/issues/30773 Accessing host variables slow on >= v2.3.1.0
https://github.com/ansible/ansible/issues/31820 Vars of include_role task injected before conditional
https://github.com/ansible/ansible/issues/32167 vsphere_guest's module with Cluster DRS

https://github.com/ansible/ansible/blob/devel/lib/ansible/modules/cloud/openstack/os_server.py

https://github.com/ansible/ansible/pull/20969 os_server: keep optional nic args for nics specified using net-name or port-name
https://github.com/ansible/ansible/pull/20974 Make a generalized OpenStack cloud constructor
https://github.com/ansible/ansible/pull/23201 Update os_server.py to include option for files
https://github.com/ansible/ansible/pull/27443 Remove local logic from os_server that's no longer needed
https://github.com/ansible/ansible/pull/33289 Support openstack with security group disabled
https://github.com/ansible/ansible/issues/35392 os_server module does not create Floating IP when wait is set to no

https://github.com/ansible/ansible/blob/devel/contrib/inventory/consul_io.py

https://github.com/ansible/ansible/pull/14109 Checking node health on Consul, besides service health
https://github.com/ansible/ansible/pull/14640 Update consul_io.py to support HTTPS endpoints
https://github.com/ansible/ansible/pull/18583 fix datacenter value in case where the datacenter is defined in the conf file
https://github.com/ansible/ansible/pull/18986 Consul inventory : take in account boolean value in config file
https://github.com/ansible/ansible/pull/30900 Consul inventory script - Add environmental variable support
https://github.com/ansible/ansible/pull/34086 Add inventory cache

https://github.com/ansible/ansible/blob/devel/lib/ansible/plugins/inventory/openstack.py

https://github.com/ansible/ansible/issues/11525 Ansible cannot find hosts defined in ~/.ssh/config
https://github.com/ansible/ansible/issues/16116 When using multiple inventory files and nested groups order is significant
https://github.com/ansible/ansible/issues/17012 Excluding hosts excludes localhost when it is not in inventory
https://github.com/ansible/ansible/issues/20432 Make it possible to pass *command line* arguments to dynamic inventory scripts
https://github.com/ansible/ansible/issues/23311 Documentation when host is not in /etc/ansible/hosts
https://github.com/ansible/ansible/issues/28499 passing a folder as an inventory sometimes fails

https://github.com/ansible/ansible/blob/devel/lib/ansible/module_utils/facts/sysctl.py

https://github.com/ansible/ansible/issues/18818 Implement sysctl reload functionality
https://github.com/ansible/ansible/issues/18945 sysctl config should not be written to /etc/sysctl.conf on Arch Linux and Manjaro
https://github.com/ansible/ansible/issues/23905 sysctl module fails to unset variable if value is empty
https://github.com/ansible/ansible/issues/29636 sysctl: parameter value check for already defined params
https://github.com/ansible/ansible/issues/29825 sysctl: set in /sys, not in /proc
https://github.com/ansible/ansible/issues/30215 Comment feature in sysctl module

https://github.com/ansible/ansible/blob/devel/lib/ansible/module_utils/vmware.py

https://github.com/ansible/ansible/pull/26558 VMware SPBM Module
https://github.com/ansible/ansible/pull/28552 vmware: Only add configured network interfaces to facts
https://github.com/ansible/ansible/pull/30309 [WIP] New module vmware_deploy_ovf
https://github.com/ansible/ansible/pull/31669 Wait for VM state to reach poweredoff when state: shutdownguest
https://github.com/ansible/ansible/pull/34662 Fixes python keyerror if no port is specified and default should be used
https://github.com/ansible/ansible/pull/35088 VMware: vmware_guest template find

https://github.com/ansible/ansible/blob/devel/lib/ansible/plugins/strategy/linear.py

https://github.com/ansible/ansible/pull/29105 Also render variables in task name for step mode confirmations.
https://github.com/ansible/ansible/pull/30323 Make --step easier to use
https://github.com/ansible/ansible/pull/31592 fixes #31543 - any_errors_fatal should take effect on tasks after failure in block/rescue/always
https://github.com/ansible/ansible/issues/33381 docs example of using notify in a block: to call a handler doesn't work
https://github.com/ansible/ansible/pull/34344 [WIP] Treat meta tasks as regular
https://github.com/ansible/ansible/pull/35164 Include role honour allow duplicates

https://github.com/ansible/ansible/blob/devel/lib/ansible/module_utils/facts/other

https://github.com/ansible/ansible/issues/16305 add optional backup_dir for the backup option
https://github.com/ansible/ansible/issues/19618 with requests==2.12.1 os_network fails when auth_url has ipv6 address for host
https://github.com/ansible/ansible/issues/21088 Ansible 2.2 inconsistent include_vars behaviour (with/without register)
https://github.com/ansible/ansible/issues/23220 [Feature Request] apt module: add state "downloaded"
https://github.com/ansible/ansible/issues/27222 regex_replace filter doesn't work inside lookup('template')
https://github.com/ansible/ansible/issues/29198 Port in modules from openstack-ansible

https://github.com/ansible/ansible/blob/devel/lib/ansible/plugins/action/raw.py

https://github.com/ansible/ansible/issues/17083 /r/n did not get removed when variable passed through regex_replace
https://github.com/ansible/ansible/issues/21304 Docker CLI's --format template does not work with shell, raw and command modules
https://github.com/ansible/ansible/issues/23009 Error in jinja parsing in shell task, but not name or debug msg.
https://github.com/ansible/ansible/issues/24417 Looping over variables containing raw jinja2 values fails with undefined variable error.
https://github.com/ansible/ansible/issues/24464 Raw module with passworded sudo (-K) outputs \r\n before output
https://github.com/ansible/ansible/issues/30224 Request for raw command to not invoke shell

https://github.com/ansible/ansible/blob/devel/lib/ansible/plugins/action/fetch.py

https://github.com/ansible/ansible/issues/19287 fetch module: failed to transfer an existing file
https://github.com/ansible/ansible/issues/27816 `fetch` does not report unreachable on authentication error when gather_facts=false
https://github.com/ansible/ansible/issues/29497 fetch broken
https://github.com/ansible/ansible/issues/29572 Bug Report: Fetch fails if ansible_ssh_host is localhost
https://github.com/ansible/ansible/issues/29769 Unable to calculate the checksum of the remote file. Shell is bash. ansible ver 2.0.2.0
https://github.com/ansible/ansible/issues/31194 Fetching large file consumes a lot of memory

https://github.com/ansible/ansible/blob/devel/examples/ansible.cfg

https://github.com/ansible/ansible/issues/11175 ansible.cfg lookup paths for ansible-playbook
https://github.com/ansible/ansible/pull/17586 Add possibility to limit the list of examined network interfaces during fact gathering
https://github.com/ansible/ansible/issues/17914 Merge ansible config files
https://github.com/ansible/ansible/issues/29019 remote_tmp should be configurable within group_vars and host_vars
https://github.com/ansible/ansible/pull/32283 Add ansible.cfg setting to suppress duplicate group host warnings
https://github.com/ansible/ansible/pull/34976 [WIP] Unwrap debug

https://github.com/ansible/ansible/blob/devel/lib/ansible/modules/system/iptables.py

https://github.com/ansible/ansible/pull/21071 Adding multiport module support
https://github.com/ansible/ansible/pull/25118 implements logging for the iptables module as requested in #25100
https://github.com/ansible/ansible/pull/25197 Check the current policy before setting it (#25153)
https://github.com/ansible/ansible/pull/31010 Integrations tests for iptables (destructive and needs privileges)
https://github.com/ansible/ansible/pull/31348 add iptables physdev option
https://github.com/ansible/ansible/pull/32158 iptables: chain creation and deletion

https://github.com/ansible/ansible/blob/devel/lib/ansible/modules/cloud/google/gce.py

https://github.com/ansible/ansible/issues/33244 gce - can't add tags to a running instance
https://github.com/ansible/ansible/issues/33843 Add option to create and configure multiple network interfaces when creating a new host
https://github.com/ansible/ansible/issues/33923 gce: error with non-ascii image names
https://github.com/ansible/ansible/issues/34296 gce module disk_size parameter does not work
https://github.com/ansible/ansible/issues/34371 gce module does not support shared subnets from another project.
https://github.com/ansible/ansible/issues/34580 gce module state started returns no useful information and requires a 2nd task with state present to gather information

https://github.com/ansible/ansible/blob/devel/lib/ansible/playbook/helpers.py

https://github.com/ansible/ansible/pull/18470 [WIP] Deprecation version enforcement
https://github.com/ansible/ansible/pull/23443 Resolves #23442 If included file is a symlink, symlinked path should be added in lookup paths for files and templates
https://github.com/ansible/ansible/pull/28603 WIP Fixing relative dwim searching when the src path contains ..
https://github.com/ansible/ansible/pull/34103 helpers: Typo fixed. Checking for import_tasks allowed for using loops on 'import_role' statements
https://github.com/ansible/ansible/pull/34790 Fix precedence issue.
https://github.com/ansible/ansible/pull/35167 fix Include role: exposed/shared vars

https://github.com/ansible/ansible/blob/devel/lib/ansible/modules/commands/command.py

https://github.com/ansible/ansible/pull/27376 add support for sesu become method
https://github.com/ansible/ansible/issues/30239 Fix docker volume creation when there are no docker volumes present yet.
https://github.com/ansible/ansible/pull/32101 Add note regarding #12694
https://github.com/ansible/ansible/issues/33254 There should be an argument for --step-at-task in addition to --step and --start-at-task
https://github.com/ansible/ansible/issues/34141 command or shell module: cp -r command fails with 'No such file or directory'
https://github.com/ansible/ansible/issues/34454 Shell module option 'creates' looks only for a single file/directory

https://github.com/ansible/ansible/blob/devel/lib/ansible/modules/system/setup.py

https://github.com/ansible/ansible/pull/25708 Report fact exceptions 25365
https://github.com/ansible/ansible/pull/28535 Added feature: Setup module's filter parameter accepts list of patterns
https://github.com/ansible/ansible/issues/33317 Processor information reported incorrectly by setup module on some AWS EC2 instance types
https://github.com/ansible/ansible/issues/33628 ansible_distribution fact broken for SteamOS
https://github.com/ansible/ansible/issues/35085 Setup module - ansible_service_mgr detection errors
https://github.com/ansible/ansible/issues/35219 Exec format error in "/etc/ansible/facts.d/network_interface_mapping.fact" > shebang bash wrong

https://github.com/ansible/ansible/blob/devel/lib/ansible/playbook/included_file.py

https://github.com/ansible/ansible/pull/14185 Finalize task parameter values from include actions
https://github.com/ansible/ansible/pull/23443 Resolves #23442 If included file is a symlink, symlinked path should be added in lookup paths for files and templates
https://github.com/ansible/ansible/pull/28603 WIP Fixing relative dwim searching when the src path contains ..
https://github.com/ansible/ansible/pull/32021 WIP: Fix include_task in include_role
https://github.com/ansible/ansible/pull/34783 fix dynamic include search path. Fixes #34782
https://github.com/ansible/ansible/pull/35165 FIX: multiple nested tasks include levels

https://github.com/ansible/ansible/blob/devel/lib/ansible/playbook/conditional.py

https://github.com/ansible/ansible/issues/22439 [Feature request] Conditionals in with_items loop
https://github.com/ansible/ansible/pull/27298 WIP conditional: allow a var defined as dict with invalid key to be skipped - fixes #27268
https://github.com/ansible/ansible/pull/30957 Implement 'this' from proposals#74
https://github.com/ansible/ansible/issues/31820 Vars of include_role task injected before conditional
https://github.com/ansible/ansible/pull/33793 conditional cleanup
https://github.com/ansible/ansible/issues/34591 Inconsistent when conditional for string "false" boolean

https://github.com/ansible/ansible/blob/devel/lib/ansible/modules/utilities/logic/_include.py

https://github.com/ansible/ansible/pull/32189 Add link to alternative modules for deprecated include module
https://github.com/ansible/ansible/issues/33142 Task file gets included but not executed
https://github.com/ansible/ansible/issues/34080 tagged tasks skipped when include and flush_handlers used
https://github.com/ansible/ansible/pull/34100 [WIP] Module deprecation: docs, scheme and tests
https://github.com/ansible/ansible/issues/34319 Included tasks use first variables defined for the first role if used in the dependent role
https://github.com/ansible/ansible/issues/34505 include tasks in handlers fails if there are more handlers

https://github.com/ansible/ansible/blob/devel/lib/ansible/modules/cloud/amazon/s3_bucket.py

https://github.com/ansible/ansible/pull/22475 refactor s3_bucket and implement update for ceph
https://github.com/ansible/ansible/pull/22952 add some integration tests for s3_bucket
https://github.com/ansible/ansible/issues/32997 Fix s3_bucket get_request_payment_status method, unboanded local variable error
https://github.com/ansible/ansible/pull/34877 [cloud] Don't assume a non-AWS S3 url is Walrus
https://github.com/ansible/ansible/issues/34948 s3_bucket fails when a manually created bucket already exists
https://github.com/ansible/ansible/issues/35110 s3_bucket default encryption upon bucket create and http mode in same module

https://github.com/ansible/ansible/blob/devel/lib/ansible/module_utils

https://github.com/ansible/ansible/issues/16256 Provide functions for IP address or port range validating
https://github.com/ansible/ansible/issues/17587 get_distribution() should expose all distributions, not just Linux
https://github.com/ansible/ansible/issues/17937 set_*_if_different() functions in module_utils/basic.py show "old" attributes in diff for newly-created dirs
https://github.com/ansible/ansible/issues/28770 Allow dynamic imports in plugins.
https://github.com/ansible/ansible/issues/33523 Ansible permanently fails if pip systemd installed
https://github.com/ansible/ansible/issues/33873 Insecure communication with NetApp backend systems through (at least the) na_cdot* modules

https://github.com/ansible/ansible/blob/devel/lib/ansible/plugins/action/nxos_config.py

https://github.com/ansible/ansible/issues/21897 Network modules to use `module.deprecate` for deprecated options
https://github.com/ansible/ansible/issues/23211 nxos_config - Manage Cisco NXOS should configure different VDC's
https://github.com/ansible/ansible/issues/29496 nxos_config fails with CLI Error when using the src option
https://github.com/ansible/ansible/issues/29592 Timeout: Cannot save running-config with nxos_command or save: yes in nxos_config
https://github.com/ansible/ansible/issues/29794 nxos_config issue with creating L2 vlans using transport cli
https://github.com/ansible/ansible/issues/31901 [NXOS_CONFIG] Indempotency is not working in some parent configuration.

https://github.com/ansible/ansible/blob/devel/lib/ansible/modules/net_tools/basics/uri.py

https://github.com/ansible/ansible/pull/31238 Handle multiple Content-Type headers correctly
https://github.com/ansible/ansible/issues/33312 Request failed: "
https://github.com/ansible/ansible/issues/33378 set_cookie not taking in place right content from cookie
https://github.com/ansible/ansible/pull/33689 First pass at a src parameter that can be used in place of body. Support binary files
https://github.com/ansible/ansible/issues/34245 URI module to check the status
https://github.com/ansible/ansible/issues/34321 uri module, header options not working


https://github.com/ansible/ansible/pull/18470 [WIP] Deprecation version enforcement
https://github.com/ansible/ansible/pull/22273 Add warning if playbook references a var that shadows a builtin method
https://github.com/ansible/ansible/pull/25181 template: add template_destpath variable to templates
https://github.com/ansible/ansible/pull/28184 template: lookup: Restore actual old behavior when `allow_unsafe=True`
https://github.com/ansible/ansible/pull/32738 Allow config to enable native jinja types
https://github.com/ansible/ansible/pull/33469 deal with mandatory filter errors as 'templtable'


https://github.com/ansible/ansible/issues/15538 Cannot access groups of a host from within a callback plugin
https://github.com/ansible/ansible/issues/16928 custom ssh port after domain doesn't work
https://github.com/ansible/ansible/issues/27705 Misbehaving (hanging or crashed) callbacks can hang up the playbook execution forever
https://github.com/ansible/ansible/issues/31015 Rewrite most plugins/types to use new config infrastructure
https://github.com/ansible/ansible/issues/31074 when stdout_callback=actionable task names with variables write to log without values
https://github.com/ansible/ansible/issues/32141 [ACTION_HANDLER] Refactor the variuos networking action plugins to reuse as much code as possible


https://github.com/ansible/ansible/pull/28459 Changed nmcli.py not to show "changed" when config is the same before and after the modify task
https://github.com/ansible/ansible/pull/30465 Add support for primary param for bonding: modules/net_tools/nmcli.py (#30405)
https://github.com/ansible/ansible/pull/30756 nmcli `ipv4.ignore_auto_dns` support
https://github.com/ansible/ansible/issues/33647 nmcli: Add support for setting IP address to disabled/ignore for IPv4 and IPv6 retrospectively.
https://github.com/ansible/ansible/pull/34268 nmcli: Allow setting ipv4.dhcp-client-id parameter
https://github.com/ansible/ansible/issues/34685 nmcli crashes when asked to disable a connection unless an unrelated parameter is given


https://github.com/ansible/ansible/pull/15060 Vault improvements: base64 encoding, no AES-CTR padding, code cleanups
https://github.com/ansible/ansible/pull/16173 Fix path_dwim_relative to handle parent dir refs
https://github.com/ansible/ansible/pull/19297 fileglob: make fileglob work with globbed path components again (Fixes: #17136)
https://github.com/ansible/ansible/pull/28603 WIP Fixing relative dwim searching when the src path contains ..
https://github.com/ansible/ansible/issues/31004 [stretch] Support nested vault encryption (vault encrypted vault content)
https://github.com/ansible/ansible/pull/34976 [WIP] Unwrap debug


https://github.com/ansible/ansible/pull/20974 Make a generalized OpenStack cloud constructor
https://github.com/ansible/ansible/pull/26116 Update os_security_group.py
https://github.com/ansible/ansible/pull/27703 openstack: remove default egress security rules
https://github.com/ansible/ansible/pull/30295 Added project_id/tenant_id filter
https://github.com/ansible/ansible/issues/34467 Support project parameter for os_security_group module
https://github.com/ansible/ansible/pull/34472 Support project parameter for os_security_group module


https://github.com/ansible/ansible/pull/25342 VMWare disks dont get resized - Update vsphere_guest.py
https://github.com/ansible/ansible/pull/25636 Includes support for specifying MAC address when creating VM.
https://github.com/ansible/ansible/pull/28706 Stable vmWare VM disk creation (vsphere_guest only)
https://github.com/ansible/ansible/pull/30005 Add boot options to vsphere_guest module.
https://github.com/ansible/ansible/pull/34348 Added poweroff_guest and reboot_guest
https://github.com/ansible/ansible/pull/34887 Fixes commit 18529a2, which broke validate_certs = False for python <


https://github.com/ansible/ansible/pull/28504 Add output on failure of creating resource in kubernetes module
https://github.com/ansible/ansible/pull/31650 Add 'apply' state, statefulset resource to kubernetes module
https://github.com/ansible/ansible/issues/33340 kubernetes.py module fails to create Job
https://github.com/ansible/ansible/pull/33508 Use v1 jobs endpoint
https://github.com/ansible/ansible/pull/33977 Feature hhassoun delete policy 1


https://github.com/ansible/ansible/issues/16876 Fail play if duplicate handler task names detected
https://github.com/ansible/ansible/issues/19898 Ansible 2.2.0.0: Variables in handler names not populated
https://github.com/ansible/ansible/issues/20972 Handlers declared even if a tag is not used for a whole role
https://github.com/ansible/ansible/issues/27745 Notify with arguments
https://github.com/ansible/ansible/issues/31504 handlers are not executed on all hosts when strategy free applied


https://github.com/ansible/ansible/pull/17536 Add config option to tee stdout and stderr to temp files
https://github.com/ansible/ansible/issues/21707 Custom Ansible module fails in RHEL
https://github.com/ansible/ansible/pull/25199 Module metadata driven action handler
https://github.com/ansible/ansible/issues/27699 remote_tmp is not used for module files
https://github.com/ansible/ansible/pull/28716 Use remote_tmp as async_wrapper's jobdir (#28318)


https://github.com/ansible/ansible/pull/19699 Add documentation for the modify command, by giving a example
https://github.com/ansible/ansible/pull/23323 Added virt_net 'latest' state
https://github.com/ansible/ansible/pull/26074 Properly error out on modify with unknown xml
https://github.com/ansible/ansible/pull/28515 Fix autostart description 'network' instead of 'storage pool'
https://github.com/ansible/ansible/pull/31364 changes description of autostart option in virt_net to match module


https://github.com/ansible/ansible/pull/21505 'override' option for include_vars, allowing ignoring already set variables
https://github.com/ansible/ansible/pull/22608 Add filter arg for include_vars module
https://github.com/ansible/ansible/pull/25257 Added a note regarding the delegate_facts option.
https://github.com/ansible/ansible/issues/33925 Failure using method (v2_runner_item_on_ok) in callback plugin when using a vault string
https://github.com/ansible/ansible/issues/35347 Allow the definition of a fallback value when loading of include_vars fails.


https://github.com/ansible/ansible/issues/17282 'default' filter not working with parent playbook variables
https://github.com/ansible/ansible/pull/17459 Re-fix diff display in the `actionable` stdout callback
https://github.com/ansible/ansible/issues/26808 ansible.cfg $HOME variable is not working on macOS
https://github.com/ansible/ansible/issues/33057 Meaningful message instead of Permission denied
https://github.com/ansible/ansible/issues/33655 Test case ResourceWarning


https://github.com/ansible/ansible/pull/31100 intro_installation.rst: Fedora 25+ Workstation does not have `python2`
https://github.com/ansible/ansible/pull/31242 Add yum cmd to install ansible
https://github.com/ansible/ansible/pull/31496 System Integrity Protectection pip install workaround
https://github.com/ansible/ansible/pull/33207 Update fish setup to use `source` instead of `.`
https://github.com/ansible/ansible/issues/33381 docs example of using notify in a block: to call a handler doesn't work


https://github.com/ansible/ansible/issues/18051 Make test hg run on python 3
https://github.com/ansible/ansible/issues/18619 ansible connection closed when running task
https://github.com/ansible/ansible/issues/25042 runme.sh integration tests not reported as "tests" in shippable
https://github.com/ansible/ansible/issues/26467 Truncate long ansible-test commands in bot output.
https://github.com/ansible/ansible/issues/27697 Testing: Expose local proxy environment settings when running tests


https://github.com/ansible/ansible/issues/21897 Network modules to use `module.deprecate` for deprecated options
https://github.com/ansible/ansible/issues/29539 VLAN idempotency breaks with special case in eos_config
https://github.com/ansible/ansible/issues/30698 eos_config not handling sockets properly
https://github.com/ansible/ansible/issues/31186 eos_config - extend intended_config to source from file or just use src param
https://github.com/ansible/ansible/issues/31204 eos_config - documentation


https://github.com/ansible/ansible/pull/32101 Add note regarding #12694
https://github.com/ansible/ansible/pull/32863 Add example on how to use a here document with shell module
https://github.com/ansible/ansible/issues/34141 command or shell module: cp -r command fails with 'No such file or directory'
https://github.com/ansible/ansible/issues/34454 Shell module option 'creates' looks only for a single file/directory
https://github.com/ansible/ansible/issues/34853 SSH connection unstable on Ansible v2.4


https://github.com/ansible/ansible/issues/16561 Ansible 2.1.0 fails to find custom modules in sub-directories of library
https://github.com/ansible/ansible/issues/18489 Path construction regression for source-fields of modules
https://github.com/ansible/ansible/issues/22417 default(omit) support for role variables
https://github.com/ansible/ansible/issues/29293 brew bundle support
https://github.com/ansible/ansible/issues/30592 UnicodeDecodeError with warnings for UTF-8 file paths


https://github.com/ansible/ansible/issues/22825 sros_config match behavior unclear
https://github.com/ansible/ansible/issues/22826 sros_config ignores CLI errors
https://github.com/ansible/ansible/issues/23142 sros_config is treating commas in commands as delimiters, breaking single lines into multi
https://github.com/ansible/ansible/issues/23243 sros_config src option is stripping regex curly braces from commands
https://github.com/ansible/ansible/issues/32573 sros_config terminal_stdout regex does not cover Nuage VSC prompt case including '>'


https://github.com/ansible/ansible/pull/21621 Fix ansible_virtualization_role fact for DigitalOcean guests
https://github.com/ansible/ansible/pull/34925 continue fact gathering even without dmidecode
https://github.com/ansible/ansible/issues/35051 ansible_virtualization_type and ansible_virtualization_role not recognized for Amazon EC2 C5 Instances
https://github.com/ansible/ansible/pull/35063 fix new EC2 C5 instance virtualization_type identification
https://github.com/ansible/ansible/pull/35403 Fix virt role detection for kvm if no other match


https://github.com/ansible/ansible/pull/21956 ec2_group: cidr_ip validation (#21871).
https://github.com/ansible/ansible/pull/23619 Add rule revocation capabilities to ec2_group
https://github.com/ansible/ansible/pull/32976 Fix ec2_group integration test
https://github.com/ansible/ansible/issues/34421 ec2_group: boto profile gets overwritten by $AWS_DEFAULT_PROFILE
https://github.com/ansible/ansible/issues/34816 ec2_group module errors intermittently when "group_name:" parameter includes existing group


https://github.com/ansible/ansible/issues/16351 Hostvars of hostvars aren't evaluated
https://github.com/ansible/ansible/pull/18004 Add parent_groups and child_groups magic variables
https://github.com/ansible/ansible/issues/18009 Set "localhost" inventory vars via ansible.cfg
https://github.com/ansible/ansible/issues/19274 Ansible 2.2 can only access first host's facts when adhoc group contain many hosts
https://github.com/ansible/ansible/issues/19771 By default, ansible_become_method is not defined but it should be set to the ansible.cfg value


https://github.com/ansible/ansible/pull/25538 ios_facts: CDP Support
https://github.com/ansible/ansible/pull/32771 ios_facts update documentation for gather_subset option
https://github.com/ansible/ansible/issues/35087 Test cases for `*_facts`: examples of show (version,running-facts,interfaces)
https://github.com/ansible/ansible/pull/35104 ios_facts: consistently use type of string not str
https://github.com/ansible/ansible/pull/35239 Fix ios_facts return values


https://github.com/ansible/ansible/pull/23527 Add vfat support for the filesystem module
https://github.com/ansible/ansible/pull/23632 filesystem: introduce swap
https://github.com/ansible/ansible/pull/23634 filesystem: get device size for btrfs
https://github.com/ansible/ansible/issues/33979 resizefs option in filesystem module fails with xfsprogs-4.12 (fedora 27 atomic)
https://github.com/ansible/ansible/pull/35310 add s3ql support


https://github.com/ansible/ansible/pull/18596 New module: remove_host
https://github.com/ansible/ansible/issues/24137 Host in many inventory files is ignored
https://github.com/ansible/ansible/pull/24561 Allows for stringification of the host class
https://github.com/ansible/ansible/issues/30773 Accessing host variables slow on >= v2.3.1.0
https://github.com/ansible/ansible/pull/32057 return changed for group_by


https://github.com/ansible/ansible/issues/17953 Support for network namespace facts
https://github.com/ansible/ansible/issues/28358 Docs: enable-network-logging
https://github.com/ansible/ansible/issues/29548 Network modules should provide the actual device CLI interaction logging (raw output)
https://github.com/ansible/ansible/issues/32141 [ACTION_HANDLER] Refactor the variuos networking action plugins to reuse as much code as possible
https://github.com/ansible/ansible/issues/32167 vsphere_guest's module with Cluster DRS


https://github.com/ansible/ansible/pull/22521 ec2_asg: Target Group Support
https://github.com/ansible/ansible/pull/22748 Add support for multiple notifications to ec2_asg.py
https://github.com/ansible/ansible/pull/23464 add the ability to wait between ec2_asg batch replaces
https://github.com/ansible/ansible/pull/24723 Add autoscaling metrics collection support
https://github.com/ansible/ansible/pull/35180 Added metrics_collection management to ec2_asg module to switch ASG m


https://github.com/ansible/ansible/pull/19690 Allow version specifiers for pip install
https://github.com/ansible/ansible/pull/21583 Added option cached to pip module
https://github.com/ansible/ansible/pull/26299 Pip flexible versions
https://github.com/ansible/ansible/pull/31396 pip module: allow to use both 'name' and 'requirements' parameters
https://github.com/ansible/ansible/pull/33098 Add support for user and constraints to pip module


https://github.com/ansible/ansible/issues/23165 winrm leaks operations on connection reuse
https://github.com/ansible/ansible/pull/23775 Fix issue #23774 Make transport_test use exec
https://github.com/ansible/ansible/issues/28919 Windows; module invocation parameters are not reported when running with -vvv
https://github.com/ansible/ansible/issues/31099 Add test cases for hostvar+winrm set_host_overrides (30911, 23586)
https://github.com/ansible/ansible/issues/33339 ansible_winrm_read_timeout_sec error:- ssl: a float is required


https://github.com/ansible/ansible/pull/13907 Remove 3rdparty dependency, allow token to be specified in environment
https://github.com/ansible/ansible/pull/15850 Authentication methods for hashi_vault lookup plugin
https://github.com/ansible/ansible/issues/18694 hashi_vault does not work with ssl vault
https://github.com/ansible/ansible/pull/32549 refactored gen_candidate_chars out to common; hashi_vault generating
https://github.com/ansible/ansible/pull/34943 documentation: fix module HashiVault indicating "approle" auth meth


https://github.com/ansible/ansible/issues/15816 docker connection plugin truncates the scripts
https://github.com/ansible/ansible/issues/15956 Ansible 2.0.2.0 can't connect to Docker container using "docker" connection plugin
https://github.com/ansible/ansible/pull/16198 Enable docker connector command override.
https://github.com/ansible/ansible/pull/16401 Docker Connection Plugin Remote fix
https://github.com/ansible/ansible/issues/35418 service module doesn't take into account use option nor ansible_service_mgr override


https://github.com/ansible/ansible/pull/35066 New module: manage 1&1 firewall policy (cloud/oneandone/oneandone_firewall_policy)
https://github.com/ansible/ansible/pull/35067 New module: manage 1&1 load balancer (cloud/oneandone/oneandone_load_balancer)
https://github.com/ansible/ansible/pull/35068 New module: manage 1&1 monitoring policy (cloud/oneandone/oneandone_monitoring_policy)
https://github.com/ansible/ansible/pull/35076 New module: manage 1&1 private network (cloud/oneandone/oneandone_private_network)
https://github.com/ansible/ansible/pull/35079 New module: manage 1&1 public ip (cloud/oneandone/oneandone_public_ip)


https://github.com/ansible/ansible/issues/30056 Azure module (wait parameter functionality is not implemented)
https://github.com/ansible/ansible/issues/30142 Enable adding data disks
https://github.com/ansible/ansible/issues/30199 Allow to specify UDP endpoints for Azure VMs
https://github.com/ansible/ansible/issues/30218 azure: Allow specifying service name separate from VM name
https://github.com/ansible/ansible/issues/31105 RFE: flatten/simplify azure fact namespace


https://github.com/ansible/ansible/pull/30482 pacman: add & remove options
https://github.com/ansible/ansible/pull/30764 [fix] pylint errors on module packaging os
https://github.com/ansible/ansible/pull/33644 pacman module: Improve query performance
https://github.com/ansible/ansible/pull/34322 pacman: Add assume_installed for virtual packages
https://github.com/ansible/ansible/pull/34574 pacman: recognize if a target package is provided by another package


https://github.com/ansible/ansible/pull/19663 rabbitmq_user: Append user permissions
https://github.com/ansible/ansible/pull/20822 Added prefix attribute to rabbitmq modules
https://github.com/ansible/ansible/pull/22528 Update rabbitmq user password without recreation
https://github.com/ansible/ansible/pull/27263 Allow user to set rabbitmqctl path
https://github.com/ansible/ansible/pull/27757 rabbitmq_user module can change password without 'force: yes'


https://github.com/ansible/ansible/pull/19536 Allow multiple options in ini_file
https://github.com/ansible/ansible/pull/24442 ini_file: add allow_no_value param
https://github.com/ansible/ansible/pull/26530 Add option for ini_file module to quote strings
https://github.com/ansible/ansible/issues/33856 ini_file: Support multiple option=value pairs
https://github.com/ansible/ansible/pull/33888 Fixes #30599 Ini_file module: Options within no section managed


https://github.com/ansible/ansible/pull/20959 maven_artifact: adding AWS STS session token support
https://github.com/ansible/ansible/pull/22434 Enhance maven_artifact with repository_snapshot_url and unique_snapshot props + removed dependency on lxml
https://github.com/ansible/ansible/pull/33370 maven_artifact: add verify_checksum option - fixes #31799
https://github.com/ansible/ansible/issues/34309 maven_artifact fails to download from local Maven repository
https://github.com/ansible/ansible/issues/35198 maven_artifact enable 'proxymode' or similar feature


https://github.com/ansible/ansible/pull/31427 Added new option to disable purging rules when updating ALB
https://github.com/ansible/ansible/issues/33021 elb_application_lb
https://github.com/ansible/ansible/pull/33769 [WIP] - Create classes for Application Load Balancer
https://github.com/ansible/ansible/pull/33808 [WIP] AWS Network load balancer
https://github.com/ansible/ansible/issues/34536 Feature Idea: Add support for multiple SSL in AWS ALB


https://github.com/ansible/ansible/pull/35066 New module: manage 1&1 firewall policy (cloud/oneandone/oneandone_firewall_policy)
https://github.com/ansible/ansible/pull/35067 New module: manage 1&1 load balancer (cloud/oneandone/oneandone_load_balancer)
https://github.com/ansible/ansible/pull/35068 New module: manage 1&1 monitoring policy (cloud/oneandone/oneandone_monitoring_policy)
https://github.com/ansible/ansible/pull/35076 New module: manage 1&1 private network (cloud/oneandone/oneandone_private_network)
https://github.com/ansible/ansible/pull/35079 New module: manage 1&1 public ip (cloud/oneandone/oneandone_public_ip)


https://github.com/ansible/ansible/issues/33029 unable to elevate privilege to enable mode
https://github.com/ansible/ansible/issues/33036 ios_config has no stdout return for register / match to compare against
https://github.com/ansible/ansible/issues/34460 scp and sftp support for large config transfer on os_config network modules
https://github.com/ansible/ansible/pull/34486 Add examples and language to better showcase the 'parents' parameter in ios_config
https://github.com/ansible/ansible/issues/35204 ios_config to add optional parameter `state:` [ present | absent ]


https://github.com/ansible/ansible/pull/18596 New module: remove_host
https://github.com/ansible/ansible/issues/20135 In Ansible 2.2, dynamic inventory variables now override inventory group_var variables
https://github.com/ansible/ansible/issues/24064 Support patterns for group of groups in static inventory file
https://github.com/ansible/ansible/issues/28480 tower_group.py not accepting file
https://github.com/ansible/ansible/pull/32057 return changed for group_by


https://github.com/ansible/ansible/pull/25617 NOJIRA: ammend docs for firewalld
https://github.com/ansible/ansible/pull/28662 Introduce new 'required_by' argument_spec option
https://github.com/ansible/ansible/issues/33837 firewalld: "enabled: yes" should be supported
https://github.com/ansible/ansible/pull/34027 Add support direct rule
https://github.com/ansible/ansible/pull/34430 Fix detection of import failure in firewalld module when the module is not installed


https://github.com/ansible/ansible/pull/19690 Allow version specifiers for pip install
https://github.com/ansible/ansible/pull/21583 Added option cached to pip module
https://github.com/ansible/ansible/pull/26299 Pip flexible versions
https://github.com/ansible/ansible/pull/31396 pip module: allow to use both 'name' and 'requirements' parameters
https://github.com/ansible/ansible/pull/33098 Add support for user and constraints to pip module


https://github.com/ansible/ansible/pull/20152 Added Datadog Downtime module
https://github.com/ansible/ansible/pull/28947 linode: create instances and assign private network addresses idempotently
https://github.com/ansible/ansible/pull/29960 Digital Ocean Integration tests
https://github.com/ansible/ansible/pull/31960 aws_kms enhancements
https://github.com/ansible/ansible/pull/32495 Handle dict subelements in the subelements plugin


https://github.com/ansible/ansible/issues/20360 cannot filter host_lists with group_by generated groups
https://github.com/ansible/ansible/issues/29452 ansible-2.2.0.0 group_by intermittent bug
https://github.com/ansible/ansible/issues/29629 group_by doesn't add hosts on second run (when group exists)
https://github.com/ansible/ansible/issues/30173 group_by and sparse group variables producing incorrect groups
https://github.com/ansible/ansible/issues/31600 group_by example error?


https://github.com/ansible/ansible/issues/18390 Slot-based (Pogo-style) Strategy
https://github.com/ansible/ansible/issues/25807 When strategy is 'free' include tasks inside roles are not executing
https://github.com/ansible/ansible/pull/33011 Fix handlers on strategy free
https://github.com/ansible/ansible/issues/33381 docs example of using notify in a block: to call a handler doesn't work
https://github.com/ansible/ansible/pull/34344 [WIP] Treat meta tasks as regular


https://github.com/ansible/ansible/pull/24452 Fix systemd task status when service start failed
https://github.com/ansible/ansible/pull/24778 systemd: improved startup failure detection for simple services
https://github.com/ansible/ansible/pull/28274 systemd/service: check is-enabled stdout as well
https://github.com/ansible/ansible/pull/30278 systemd: ignore unknown unit states
https://github.com/ansible/ansible/pull/31060 systemd.py fails inside Anaconda installer chroot


https://github.com/ansible/ansible/pull/17536 Add config option to tee stdout and stderr to temp files
https://github.com/ansible/ansible/pull/26001 Add new event v2_runner_on_task_start to allow callback by host task
https://github.com/ansible/ansible/issues/33655 Test case ResourceWarning
https://github.com/ansible/ansible/pull/34140 Fix jsonify vaulted strings
https://github.com/ansible/ansible/issues/34225 grafana annotation callback


https://github.com/ansible/ansible/pull/14235 Groups naming convention in vagrant hosts provider
https://github.com/ansible/ansible/pull/18316 Support retrying `vagrant status` and `vagrant ssh-config` commands
https://github.com/ansible/ansible/pull/31881 Update vagrant.py
https://github.com/ansible/ansible/pull/33154 Fix `vagrant.py` inventory
https://github.com/ansible/ansible/pull/35129 Fix dynamic inventory for vagrant does not work on python3


https://github.com/ansible/ansible/issues/23220 [Feature Request] apt module: add state "downloaded"
https://github.com/ansible/ansible/issues/29705 package: version specifiers only work with `yum`
https://github.com/ansible/ansible/issues/32327 package: state=latest is broken on FreeBSD
https://github.com/ansible/ansible/pull/34290 fix passing of package paths+URLs to package module when using apt


https://github.com/ansible/ansible/pull/28606 haproxy: connect via TCP socket in addition to UNIX socket
https://github.com/ansible/ansible/pull/30947 Rename the `drain` state to `draining` (Fixes #30833)
https://github.com/ansible/ansible/issues/34811 HAProxy module does not work with python3 interpreter
https://github.com/ansible/ansible/pull/35176 Fix python3 interpreter issue (#34811)


https://github.com/ansible/ansible/pull/20974 Make a generalized OpenStack cloud constructor
https://github.com/ansible/ansible/pull/23708 Allow to define OpenStack SecurityGroup rules matching any protocol
https://github.com/ansible/ansible/pull/30295 Added project_id/tenant_id filter
https://github.com/ansible/ansible/pull/34472 Support project parameter for os_security_group module


https://github.com/ansible/ansible/pull/22398 Add SSL support to postgresql_ext module
https://github.com/ansible/ansible/pull/26737 [postgresql_ext] Add support for requiring a specific extension version
https://github.com/ansible/ansible/pull/30828 WIP PostgreSQL: allow to escape identifier
https://github.com/ansible/ansible/pull/31986 Update input parameters handlers using pgutils like postgresql_db module


https://github.com/ansible/ansible/issues/17460 Wildcard conversion to ipaddr filter plugin
https://github.com/ansible/ansible/issues/17871 ipaddr('net') doesn't work with host address (only network)
https://github.com/ansible/ansible/issues/17872 ipaddr('network') doesn't work with /32 addresses
https://github.com/ansible/ansible/pull/35400 Single IPs should still return a network address


https://github.com/ansible/ansible/issues/34396 DEFAULT_ROLES_PATH Value Changed in 2.4
https://github.com/ansible/ansible/issues/34455 simplify ansible-galaxy install command by role_file in config file
https://github.com/ansible/ansible/issues/35217 ansible-galaxy install ignores -p switch when roles_path is configured
https://github.com/ansible/ansible/issues/35417 Galaxy Client fails on version comparison in Python 3.6 at install


https://github.com/ansible/ansible/issues/34001 authorized_keys fails when no permission on directory
https://github.com/ansible/ansible/issues/34254 Module authorized_key.py may lead IO contention when using delegate_to
https://github.com/ansible/ansible/issues/34257 authorized_key concurrent write questions
https://github.com/ansible/ansible/issues/35396 authorized_keys module fails when attempting to remove key for non existing user


https://github.com/ansible/ansible/pull/26075 Fix proposal for the mount module issue when two or more swap entries are needed in fstab
https://github.com/ansible/ansible/issues/33982 Mount fails in chroot for LVM volume source
https://github.com/ansible/ansible/pull/34232 Remove deprecated get_exception API
https://github.com/ansible/ansible/pull/35294 Mount only | fixes #19820


https://github.com/ansible/ansible/issues/20021 aws credentials documentation
https://github.com/ansible/ansible/issues/22552 Minimum permissions required for use of Amazon cloud modules, and improve ansible error output
https://github.com/ansible/ansible/issues/25244 Add module for aws step functions
https://github.com/ansible/ansible/issues/30249 aws documentation fragment lists boto as requirement


https://github.com/ansible/ansible/pull/26325 module redis: add a write_config option to make config changes persistent
https://github.com/ansible/ansible/pull/26327 module redis: add a check_no_auth option to re-try without password
https://github.com/ansible/ansible/issues/33439 Redis feature request: A ping command or some other way to verify the credentials work
https://github.com/ansible/ansible/issues/35120 --flush-cache operation fails with redis database


https://github.com/ansible/ansible/issues/33457 openssl_certificate should return assertion result
https://github.com/ansible/ansible/issues/33715 The naming of the openssl_certificate-module
https://github.com/ansible/ansible/issues/34054 module: openssl_certificate unusable on RHEL 7
https://github.com/ansible/ansible/pull/35147 Remove deadcode since diff is never used


https://github.com/ansible/ansible/pull/17731 Provide functions for IP address or port range validating (fixes #16256)
https://github.com/ansible/ansible/pull/27965 template, copy: support for archive, atime, mtime parameters
https://github.com/ansible/ansible/pull/28536 [WIP] Module except hook
https://github.com/ansible/ansible/pull/28795 Mark methods as staticmethod and classmethod


https://github.com/ansible/ansible/issues/23880 Support specifying custom locations for ansible galaxy's token and ansible-console's history file
https://github.com/ansible/ansible/pull/23971 remove deprecated -sudo/-su options
https://github.com/ansible/ansible/pull/32829 add pkcs11 support to Ansible
https://github.com/ansible/ansible/issues/33027 ansible-console asks for vault password


https://github.com/ansible/ansible/pull/25297 Fix issue with get_url not accepting state parameter for creating directories(#25263)
https://github.com/ansible/ansible/issues/33580 get_url: CERTIFICATE_VERIFY_FAILED with valid system certificates
https://github.com/ansible/ansible/issues/34375 get_url should show changes if downloading because dest is a directory
https://github.com/ansible/ansible/issues/35277 get_url should support NTLM


https://github.com/ansible/ansible/issues/19736 Run ansible-lint on integration tests
https://github.com/ansible/ansible/issues/22498 cloud integration tests are broken
https://github.com/ansible/ansible/issues/26229 Consul tests don't run in CI as they have not been migrated to ansible-test
https://github.com/ansible/ansible/issues/27810 tests fail on macOS


https://github.com/ansible/ansible/pull/21751 add search option to lookup dig
https://github.com/ansible/ansible/pull/21836 decouple dig lookup for simple DNS from dns.resolver library
https://github.com/ansible/ansible/issues/31019 Dig module bails out over dig warnings on malformed responses
https://github.com/ansible/ansible/pull/33487 Add NoNameservers exception handler.


https://github.com/ansible/ansible/issues/22417 default(omit) support for role variables
https://github.com/ansible/ansible/pull/30593 UTF-8 paths CLI patch
https://github.com/ansible/ansible/issues/31016 Add suport for yaml configuration
https://github.com/ansible/ansible/issues/34396 DEFAULT_ROLES_PATH Value Changed in 2.4


https://github.com/ansible/ansible/pull/29440 Support pyrax.auth_with_token in rackspace modules
https://github.com/ansible/ansible/issues/29675 Create servers tasks returns with not all instances running and without timeout being reached.
https://github.com/ansible/ansible/issues/29703 rax module doesnot work with async
https://github.com/ansible/ansible/issues/29878 rax module fails to create Cloud Server with multiple Cloud Images with same human_id


https://github.com/ansible/ansible/pull/17586 Add possibility to limit the list of examined network interfaces during fact gathering
https://github.com/ansible/ansible/issues/31543 any_errors_fatal ignored if error occurs in block with always
https://github.com/ansible/ansible/pull/31783 [WIP] configurable list of facts modules
https://github.com/ansible/ansible/pull/35164 Include role honour allow duplicates


https://github.com/ansible/ansible/pull/23000 Show multi-line messages in debug documentation
https://github.com/ansible/ansible/pull/31733 Allow lists and dicts as msg/var parameters to debug module
https://github.com/ansible/ansible/issues/33985 Handling of when conditional with debug and items/with_items
https://github.com/ansible/ansible/issues/34554 Debug hostvars[inventory_hostname] output has become hardly readable


https://github.com/ansible/ansible/pull/29131 npm: Fix missing dep detection when package-lock.json is present
https://github.com/ansible/ansible/pull/30318 Add an 'extra_args'-parameter to the npm module
https://github.com/ansible/ansible/issues/33555 npm module is not installing dependencies locally from package.json
https://github.com/ansible/ansible/issues/34282 npm install fails only for remote not with "Failed to find required executable npm in paths"


https://github.com/ansible/ansible/issues/23606 debug module does not trigger notify
https://github.com/ansible/ansible/issues/27151 debug callback should accept arbitrary keyword arguments
https://github.com/ansible/ansible/issues/27351 delegate_to uses None when host ansible_ssh_host var specified
https://github.com/ansible/ansible/pull/31733 Allow lists and dicts as msg/var parameters to debug module


https://github.com/ansible/ansible/issues/11957 add_host module returns 'NoneType' object
https://github.com/ansible/ansible/issues/23287 ssh to in-memory host not reachable
https://github.com/ansible/ansible/issues/23496 Better error message than 'ansible.vars.unsafe_proxy.AnsibleUnsafeText object' has no attribute 'public_ip'
https://github.com/ansible/ansible/issues/29842 Make add_host less verbose


https://github.com/ansible/ansible/pull/19073 Fixes #1566 Add full change check for rabbitmq policy
https://github.com/ansible/ansible/pull/20822 Added prefix attribute to rabbitmq modules
https://github.com/ansible/ansible/pull/27263 Allow user to set rabbitmqctl path
https://github.com/ansible/ansible/issues/35094 rabbitmq_policy incompatible with RabbitMQ 3.7


https://github.com/ansible/ansible/pull/19377 Datadog monitor: add monitor name template variables support
https://github.com/ansible/ansible/pull/21326 Update datadog_monitor.py
https://github.com/ansible/ansible/pull/23011 Add delay evaluation parameter in datadog module
https://github.com/ansible/ansible/pull/32784 add_evaluation_delay of datadog monitor


https://github.com/ansible/ansible/issues/19966 Pause is skipped if first host in the list is being skipped
https://github.com/ansible/ansible/issues/24719 pause in loop_control not working with templating
https://github.com/ansible/ansible/issues/30116 Timed abort in pause module
https://github.com/ansible/ansible/issues/32142 Using pause module hangs playbooks run as background process


https://github.com/ansible/ansible/pull/25246 WIP: locale_gen: simplify/refactor, improve tests, add RedHat/CentOS support
https://github.com/ansible/ansible/pull/34146 locale_gen: Use /usr/share/i18n/SUPPORTED if exists
https://github.com/ansible/ansible/pull/34232 Remove deprecated get_exception API
https://github.com/ansible/ansible/issues/34836 locale_gen module failing with 'No such file or directory'


https://github.com/ansible/ansible/issues/33676 dns_subject_alt_name in openssl_csr
https://github.com/ansible/ansible/issues/33933 openssl_csr fails when csr file exists with `'_cffi_backend.CData' object has no attribute 'object'`
https://github.com/ansible/ansible/issues/35080 Add OCSP Must Staple support for openssl_csr
https://github.com/ansible/ansible/pull/35082 openssl_csr: added support for the OCSP Must Staple extension


https://github.com/ansible/ansible/issues/16591 fact_caching_connection= for redis reports ERROR: an integer is required (stable-2.1)
https://github.com/ansible/ansible/issues/26039 Integration with Redis cluster
https://github.com/ansible/ansible/issues/30835 redis module: new feature, support sentinel mode
https://github.com/ansible/ansible/pull/35126 Only delete key from redis in-memory cache if present


https://github.com/ansible/ansible/issues/33187 package / dnf fails for state=present when the package is already installed but excluded
https://github.com/ansible/ansible/issues/34014 package module failure when apt installed on Fedora 26
https://github.com/ansible/ansible/pull/34290 fix passing of package paths+URLs to package module when using apt
https://github.com/ansible/ansible/pull/34938 Update package.py


https://github.com/ansible/ansible/pull/25260 Set attributes if different
https://github.com/ansible/ansible/issues/25699 Task include_vars assigning into variable doesn't support nested variables
https://github.com/ansible/ansible/pull/27471 Clarified documentation for the unsafe_writes option
https://github.com/ansible/ansible/issues/29622 Temporary files remain after execution of tasks


https://github.com/ansible/ansible/pull/26737 [postgresql_ext] Add support for requiring a specific extension version
https://github.com/ansible/ansible/pull/30828 WIP PostgreSQL: allow to escape identifier
https://github.com/ansible/ansible/pull/32987 Support for postgresql default privileges
https://github.com/ansible/ansible/pull/35331 (postgresql_privs) accept 'ALL_IN_SCHEMA' objs for 'function' type


https://github.com/ansible/ansible/pull/18558 Fix broken authentication for GCE modules (#17075)
https://github.com/ansible/ansible/issues/26243 module_utils/gcp.py - operation response polling only supports 'global' resources
https://github.com/ansible/ansible/pull/27252 Introduces a gce_route module
https://github.com/ansible/ansible/pull/34640 New module for google storage bucket operations based on google-cloud-storage client.


https://github.com/ansible/ansible/pull/25556 Add 'subnet_resource_group' to azure_rm_networkinterface to support a
https://github.com/ansible/ansible/pull/29091 azure_rm_networkinterface: load balancer backend pool address and vnet resource group support
https://github.com/ansible/ansible/pull/34382 LB backend pool support for Azure NIC module
https://github.com/ansible/ansible/issues/34992 azure_rm_networkinterface and azure_rm_virtualmachine inconsistent "location" param


https://github.com/ansible/ansible/pull/20078 fix include_role files path resolving
https://github.com/ansible/ansible/pull/35163 Include role: serialization: (de)pickling support
https://github.com/ansible/ansible/pull/35164 Include role honour allow duplicates
https://github.com/ansible/ansible/pull/35167 fix Include role: exposed/shared vars


https://github.com/ansible/ansible/pull/26954 [WIP] Docs network 2.4 Declarative intent
https://github.com/ansible/ansible/issues/33381 docs example of using notify in a block: to call a handler doesn't work
https://github.com/ansible/ansible/pull/34108 doc: guide how to use vultr
https://github.com/ansible/ansible/pull/35128 VMware: Add basic vmware module related guide


https://github.com/ansible/ansible/pull/17562 Treat vars/ and defaults/ in roles like group_vars/ by slurping in al
https://github.com/ansible/ansible/pull/22850 tasks_from variable is not resolved in include_role
https://github.com/ansible/ansible/pull/25132 Automatically set role name as tag
https://github.com/ansible/ansible/pull/35166 Include roles with tags in meta/main.yml make a role run more than neccesary


https://github.com/ansible/ansible/pull/18470 [WIP] Deprecation version enforcement
https://github.com/ansible/ansible/pull/22648 Support for module param defaults
https://github.com/ansible/ansible/issues/24684 improve error message for '"the field 'args' has an invalid value" errors
https://github.com/ansible/ansible/pull/28603 WIP Fixing relative dwim searching when the src path contains ..


https://github.com/ansible/ansible/pull/10389 Allow customization of group by tags
https://github.com/ansible/ansible/pull/10932 Update EC2 inventory script to support ELB grouping.
https://github.com/ansible/ansible/pull/11321 - Added STS support for ec2.py for handling multiple accounts
https://github.com/ansible/ansible/pull/11392 Store ec2 instance ids in tags and hostvars


https://github.com/ansible/ansible/issues/29523 junos_config broken configurations and idempotency
https://github.com/ansible/ansible/issues/29727 junos modules RPC timeout option
https://github.com/ansible/ansible/issues/29775 module junos_config with the parameter lines + delete: the delete details doesnt apply
https://github.com/ansible/ansible/issues/30778 junos_config commit/rollback not working


https://github.com/ansible/ansible/pull/30741 aws_s3: implement COPY object on a bucket
https://github.com/ansible/ansible/pull/31850 aws doc fragment fixes #30184 and #30244
https://github.com/ansible/ansible/issues/33147 AWS S3: Unable to upload files to DigitalOcean Spaces
https://github.com/ansible/ansible/issues/33248 Deprecate bucket management in aws_s3?


https://github.com/ansible/ansible/issues/17122 ANSIBLE_STDOUT_CALLBACK=json vs "to retry, use:" message
https://github.com/ansible/ansible/issues/23169 Stats of json stdout is incorrect when using skip tags
https://github.com/ansible/ansible/pull/32280 globalize callbacks
https://github.com/ansible/ansible/issues/33655 Test case ResourceWarning


https://github.com/ansible/ansible/pull/33416 update terminal plugin to use cli()
https://github.com/ansible/ansible/pull/35292 Fix network cli prompts to bind to the newline
https://github.com/ansible/ansible/issues/35349 connection=network_cli does not handle same multiple prompt correctly
https://github.com/ansible/ansible/pull/35361 Handle multiple sub prompts for network_cli connection


https://github.com/ansible/ansible/pull/23721 Add TCP check option and fix descriptions
https://github.com/ansible/ansible/pull/33310 consul removed check for service name in parse_service
https://github.com/ansible/ansible/issues/34628 consul.py: state=absent is broken
https://github.com/ansible/ansible/pull/34847 Fix consul module service deregistration


https://github.com/ansible/ansible/pull/30746 [WIP/TEST] Mdd rds split testing wip - demo branch for future RDS
https://github.com/ansible/ansible/pull/31860 Improve route53_facts to modern Ansible standards
https://github.com/ansible/ansible/issues/33180 Ansible should contain some internal "timeout / killer" that would terminate initial connection or setup module if it takes longer than N seconds
https://github.com/ansible/ansible/issues/34739 Value passed to playbook using 'ansible-playbook -u' is not exposed in variable available to playbook author


https://github.com/ansible/ansible/pull/20725 Update ansible-logstash-callback
https://github.com/ansible/ansible/issues/25781 Add playbook duration in logstash callback stats
https://github.com/ansible/ansible/issues/25793 callback plugin outputs twice when same name as built in
https://github.com/ansible/ansible/issues/33655 Test case ResourceWarning


https://github.com/ansible/ansible/pull/16690 Add intg for apt_repo's mode argument.
https://github.com/ansible/ansible/pull/30764 [fix] pylint errors on module packaging os
https://github.com/ansible/ansible/issues/33287 apt_key retries GPG key download but apt_repository seems not retry
https://github.com/ansible/ansible/pull/34232 Remove deprecated get_exception API


https://github.com/ansible/ansible/pull/22765 when removing anonymous user '', then also remove from mysql.db
https://github.com/ansible/ansible/pull/23223 Added support for FUNCTION and PROCEDURE privileges to mysql_user
https://github.com/ansible/ansible/pull/25512 Inculding preserve argument to keep permissions in other databases (broken PR: 25406)
https://github.com/ansible/ansible/pull/34114 Feature/mysql user require ssl compatibility


https://github.com/ansible/ansible/pull/23004 meta: add 'reset_connection' to choices and sort them matching to description
https://github.com/ansible/ansible/pull/25573 Adds optional filter arg to meta for flush_handlers
https://github.com/ansible/ansible/issues/35086 clear_host_errors causes unexpected behaviour with unreachable hosts
https://github.com/ansible/ansible/issues/35352 meta module does not work for add_host module


https://github.com/ansible/ansible/pull/30340 Remove all cli provider options from nxos tests
https://github.com/ansible/ansible/issues/33950 Provider Documentation is missing from multiple Network Modules
https://github.com/ansible/ansible/issues/34460 scp and sftp support for large config transfer on os_config network modules


https://github.com/ansible/ansible/issues/19802 ec2_elb_lb intermittently failing to create an ELB with KeyError exception
https://github.com/ansible/ansible/issues/25073 ec2_elb_lb - idempotence broken when more than 400 ELBs present
https://github.com/ansible/ansible/issues/29551 Cannot Set Stickiness Policy on ec2_elb_lb in Ansible 2.1.2.0


https://github.com/ansible/ansible/pull/32104 galaxy: enable specifying remote path for git/hg
https://github.com/ansible/ansible/issues/33381 docs example of using notify in a block: to call a handler doesn't work
https://github.com/ansible/ansible/pull/35408 The roles-path option needs an '=' not a space.


https://github.com/ansible/ansible/pull/29009 messaging: Add new modules for kafka-configs
https://github.com/ansible/ansible/pull/29010 messaging: Add new modules for kafka-acls
https://github.com/ansible/ansible/pull/29011 messaging: Add new modules for kafka-topics


https://github.com/ansible/ansible/pull/33110 aws_waf_condition module
https://github.com/ansible/ansible/pull/33124 aws_waf_rule module
https://github.com/ansible/ansible/pull/33212 New aws_waf_web_acl module


https://github.com/ansible/ansible/pull/17052 adding use_floatingip arg to openstack inventory script to allow sett
https://github.com/ansible/ansible/pull/20974 Make a generalized OpenStack cloud constructor
https://github.com/ansible/ansible/pull/31389 The keyword 'cloud' has been deprecated in favor of the 'profile' key


https://github.com/ansible/ansible/issues/18871 logentries module fails to correctly unfollow logs
https://github.com/ansible/ansible/issues/29190 Add the "name" parameter in logentries follow module
https://github.com/ansible/ansible/issues/33655 Test case ResourceWarning


https://github.com/ansible/ansible/pull/21097 Added option validate_certs to the jenkins_job module
https://github.com/ansible/ansible/pull/25698 Add Jenkins's pipeline job type to those that don't have a property that makes them enabled/disabled
https://github.com/ansible/ansible/pull/32431 For jenkins_job, bring parity for the support of some parameters with other modules.


https://github.com/ansible/ansible/pull/31513 Add host vars compatibility with new precedence parameter
https://github.com/ansible/ansible/pull/33653 caller to preprocess must be None aware
https://github.com/ansible/ansible/pull/35167 fix Include role: exposed/shared vars


https://github.com/ansible/ansible/pull/17247 Permit to query a proxmox with invalid certificate
https://github.com/ansible/ansible/issues/24139 Proxmox failure to create VM
https://github.com/ansible/ansible/issues/25113 Proxmox module LXC - internal server error 500


https://github.com/ansible/ansible/issues/33742 junos_package does not support "in service upgrade "
https://github.com/ansible/ansible/issues/33950 Provider Documentation is missing from multiple Network Modules
https://github.com/ansible/ansible/pull/34232 Remove deprecated get_exception API


https://github.com/ansible/ansible/pull/11501 Integration tests for notify with variable list.
https://github.com/ansible/ansible/pull/13612 Add a guestfs connexion plugin
https://github.com/ansible/ansible/pull/14942 Flexible dependency specification


https://github.com/ansible/ansible/issues/29740 Deprecate digital_ocean module
https://github.com/ansible/ansible/issues/29753 digital ocean block storage support
https://github.com/ansible/ansible/pull/32318 [WIP] Adding DigitalOcean API methods to helper function


https://github.com/ansible/ansible/issues/22470 ANSIBLE_TIMEOUT= ansible causes OptionValueError traceback
https://github.com/ansible/ansible/issues/26858 Set extra_vars via ansible.cfg and environment variables
https://github.com/ansible/ansible/issues/31021 Consolidate --list CLI options


https://github.com/ansible/ansible/issues/34038 There should be an option to define executable in script module
https://github.com/ansible/ansible/issues/34164 script plugin error message wrongly quotes file for output parse errors
https://github.com/ansible/ansible/issues/34987 The "script" module sometimes fails on Windows hosts (WinRM HTTP 500 status code)


https://github.com/ansible/ansible/pull/26002 Allow update certificates with same alias
https://github.com/ansible/ansible/pull/26567 Clarify how java_cert checks presence of a certificate in keystore
https://github.com/ansible/ansible/pull/27431 Add ability to trust CA certs for java_cert module


https://github.com/ansible/ansible/pull/31357 Fail if LVM device path is not absolute.
https://github.com/ansible/ansible/pull/34033 Allow to specify different units for lvg pesize (physical extent size)
https://github.com/ansible/ansible/issues/34686 lvm modules - lvg and lvol- failing on SLES11 SP1-SP3 maybe SP4


https://github.com/ansible/ansible/issues/29376 consul_kv: support KV transactions
https://github.com/ansible/ansible/issues/29410 consul_kv: Missing support for TLS client certificates
https://github.com/ansible/ansible/issues/29427 Getting value from consul_kv not working when using 'state=acquire'


https://github.com/ansible/ansible/pull/22601 bug #22568 - postgresql_user unable to add role with 1 dot
https://github.com/ansible/ansible/pull/31939 New module: postgresql_publication
https://github.com/ansible/ansible/issues/32559 No support for login or management of x509 certificate based users using mongdb_user module for MongoDB


https://github.com/ansible/ansible/issues/19987 Add the ability to create / delete RDS Option Groups for AWS
https://github.com/ansible/ansible/issues/27419 Fact module + action plugin implementation to show service state
https://github.com/ansible/ansible/issues/32141 [ACTION_HANDLER] Refactor the variuos networking action plugins to reuse as much code as possible


https://github.com/ansible/ansible/issues/19863 os_floating_ip returns OK but does not assign designated floating IP
https://github.com/ansible/ansible/pull/20974 Make a generalized OpenStack cloud constructor
https://github.com/ansible/ansible/issues/29198 Port in modules from openstack-ansible


https://github.com/ansible/ansible/pull/22613 postgresql_user: add in_role support
https://github.com/ansible/ansible/pull/31984 Update input parameters handlers using pgutils like postgresql_user module
https://github.com/ansible/ansible/issues/33753 Ansible module postgresql_user not compatible with PostgreSQL 10.1 (UNENCRYPTED PASSWORD)


https://github.com/ansible/ansible/pull/33110 aws_waf_condition module
https://github.com/ansible/ansible/pull/33124 aws_waf_rule module
https://github.com/ansible/ansible/pull/33212 New aws_waf_web_acl module


https://github.com/ansible/ansible/pull/24839 Added feature to allow ignoring extra network devices during the
https://github.com/ansible/ansible/pull/31440 Removed the unused argument description from lxd_container module
https://github.com/ansible/ansible/pull/34373 Update lxd_container example to use simplestreams


https://github.com/ansible/ansible/pull/24567 New module: Add cloudfront_invalidation module (cloud/amazon/cloudfront_invalidation)
https://github.com/ansible/ansible/pull/24568 New module: manage Amazon CloudFront origin access identities (cloud/amazon/cloudfront_origin_access_identity)
https://github.com/ansible/ansible/pull/28662 Introduce new 'required_by' argument_spec option


https://github.com/ansible/ansible/issues/22993 [docker] docker-py naming conflict since 2.0.2 release
https://github.com/ansible/ansible/issues/29463 docker_image_facts: unable to deal with image IDs
https://github.com/ansible/ansible/issues/29570 docker_image_facts does not search for tag


https://github.com/ansible/ansible/pull/26896 Fixes #26881: Added support for third-party modules.
https://github.com/ansible/ansible/issues/33381 docs example of using notify in a block: to call a handler doesn't work
https://github.com/ansible/ansible/pull/34100 [WIP] Module deprecation: docs, scheme and tests


https://github.com/ansible/ansible/pull/22764 ISSUE-22382 Added ansible_ssh_private_key for paramiko_ssh
https://github.com/ansible/ansible/pull/23775 Fix issue #23774 Make transport_test use exec
https://github.com/ansible/ansible/issues/31988 Option --ask-pass interpreted differently depending on whether a key file is supplied (paramiko_ssh)


https://github.com/ansible/ansible/issues/33950 Provider Documentation is missing from multiple Network Modules
https://github.com/ansible/ansible/issues/34711 iosxr_interface missing DI content, neighbors, tx_rate and rx_rate
https://github.com/ansible/ansible/issues/35233 document tx_rate and rx_rate operator for network modules


https://github.com/ansible/ansible/issues/18722 jinja2 templates can only yield strings
https://github.com/ansible/ansible/issues/21304 Docker CLI's --format template does not work with shell, raw and command modules
https://github.com/ansible/ansible/issues/23349 Accessing variables through hostvars in templates still extremely slow


https://github.com/ansible/ansible/pull/28673 Improve error handling, idempotence, and result reporting in redhat_subscription
https://github.com/ansible/ansible/pull/30764 [fix] pylint errors on module packaging os
https://github.com/ansible/ansible/pull/33763 redhat_subscription: do not use defaults from the conf file


https://github.com/ansible/ansible/pull/23780 Refactor homebrew family of modules
https://github.com/ansible/ansible/pull/30764 [fix] pylint errors on module packaging os
https://github.com/ansible/ansible/pull/33360 Update _uninstall_current_package to use the --force option


https://github.com/ansible/ansible/pull/33110 aws_waf_condition module
https://github.com/ansible/ansible/pull/33124 aws_waf_rule module
https://github.com/ansible/ansible/pull/33212 New aws_waf_web_acl module


https://github.com/ansible/ansible/pull/16943 Add ansible adhoc commandline ssh prompt support for the new feature
https://github.com/ansible/ansible/pull/23971 remove deprecated -sudo/-su options
https://github.com/ansible/ansible/pull/32829 add pkcs11 support to Ansible


https://github.com/ansible/ansible/pull/34604 WIP - Trigger full test run. Test. Do not merge.
https://github.com/ansible/ansible/pull/34605 WIP - Trigger full test run. Test. Do not merge.
https://github.com/ansible/ansible/pull/34606 WIP - Trigger full test run. Test. Do not merge.


https://github.com/ansible/ansible/issues/33314 Support --releasever (and other variables/substitutions?) in dnf module
https://github.com/ansible/ansible/issues/33371 build-dep support in dnf module
https://github.com/ansible/ansible/pull/34111 Added allowerasing flag to dnf module


https://github.com/ansible/ansible/issues/19736 Run ansible-lint on integration tests
https://github.com/ansible/ansible/issues/22498 cloud integration tests are broken
https://github.com/ansible/ansible/issues/26229 Consul tests don't run in CI as they have not been migrated to ansible-test


https://github.com/ansible/ansible/issues/24766 Suggested bulk changes to code
https://github.com/ansible/ansible/issues/25333 'tempfile' ans module in modules/files/ causes import errors testing file modules that 'import tempfiles'
https://github.com/ansible/ansible/issues/27697 Testing: Expose local proxy environment settings when running tests


https://github.com/ansible/ansible/pull/21922 AWS Elasticache module check mode, replication group, and security group names
https://github.com/ansible/ansible/pull/27944 Added the ability to define tags for elasticache
https://github.com/ansible/ansible/pull/31785 elasticache: default zone to None - fixes #31779


https://github.com/ansible/ansible/pull/10389 Allow customization of group by tags
https://github.com/ansible/ansible/pull/10932 Update EC2 inventory script to support ELB grouping.
https://github.com/ansible/ansible/pull/11321 - Added STS support for ec2.py for handling multiple accounts


https://github.com/ansible/ansible/pull/33110 aws_waf_condition module
https://github.com/ansible/ansible/pull/33124 aws_waf_rule module
https://github.com/ansible/ansible/pull/33212 New aws_waf_web_acl module


https://github.com/ansible/ansible/pull/24550 new lookup plugin: LMDB
https://github.com/ansible/ansible/pull/28908 Add ok_if_missing option to passwordstore lookup (#28702)
https://github.com/ansible/ansible/issues/33381 docs example of using notify in a block: to call a handler doesn't work


https://github.com/ansible/ansible/pull/30340 Remove all cli provider options from nxos tests
https://github.com/ansible/ansible/issues/33950 Provider Documentation is missing from multiple Network Modules
https://github.com/ansible/ansible/pull/35222 nxos_facts: svi support ipv4


https://github.com/ansible/ansible/pull/27223 Add host groups by custom attributes
https://github.com/ansible/ansible/pull/31760 fixes [Errno 13] Permission denied: ./cloudforms.hosts in tower 3.2.1
https://github.com/ansible/ansible/issues/33395 Inventory script cloudforms.py uses outdated `power_state` enabled key


https://github.com/ansible/ansible/pull/31578 fix full_skip callback for loop tasks
https://github.com/ansible/ansible/pull/31750 Completely rewrite the full_skip callback plugin
https://github.com/ansible/ansible/issues/33655 Test case ResourceWarning


https://github.com/ansible/ansible/pull/27795 WIP: Update CI to test Fedora 25 and 26 with Python 3.
https://github.com/ansible/ansible/pull/30428 WIP - Expand Windows test matrix on Shippable.
https://github.com/ansible/ansible/pull/35115 WIP - Compare AWS vs Azure for Windows tests.


https://github.com/ansible/ansible/issues/13406 When roles are run with tags, dependent roles are only run for the first role in a playbook.
https://github.com/ansible/ansible/issues/17088 Blank spaces in limit file does not work
https://github.com/ansible/ansible/issues/32167 vsphere_guest's module with Cluster DRS


https://github.com/ansible/ansible/pull/31447 Param type path need subspec list
https://github.com/ansible/ansible/pull/32446 Added function to get the total size of directory if the user choose the option file_type: directory
https://github.com/ansible/ansible/pull/33488 Improve 'find' module with pattern search not limited to basename


https://github.com/ansible/ansible/pull/33826 Add ask_inventory and ask_credential parameters to cli mapping.
https://github.com/ansible/ansible/pull/34278 Fixing ask_credential and ask_inventory support
https://github.com/ansible/ansible/pull/35275 [bugfix] variables not being passed in tower_job_template module


https://github.com/ansible/ansible/issues/33262 patch module should use absolute path for p.dest
https://github.com/ansible/ansible/pull/33309 patch.py: use absolute path for p.dest (Fixes #33262)
https://github.com/ansible/ansible/pull/33692 add state parameter to patch module


https://github.com/ansible/ansible/pull/15060 Vault improvements: base64 encoding, no AES-CTR padding, code cleanups
https://github.com/ansible/ansible/pull/34299 improve editor selection
https://github.com/ansible/ansible/pull/34940 vault: parse_vaulttext


https://github.com/ansible/ansible/pull/12489 SoftLayer inventory to include private only instances
https://github.com/ansible/ansible/pull/16267 --host option bug fix
https://github.com/ansible/ansible/pull/28178 Fix bugs in softlayer dynamic inventory


https://github.com/ansible/ansible/issues/22737 Vault variables undefined when using delegate_to
https://github.com/ansible/ansible/issues/28786 ansible.cfg - ansible-vault does not recognize 'vault_password_file' setting
https://github.com/ansible/ansible/issues/32160 Unhelpful error message produced when vaulted string encountered in inventory but vault password not supplied


https://github.com/ansible/ansible/issues/34125 Arista EOS 'cli' transport mode doesn't work when ansible is installed via 'apt' or not as root via 'pip'
https://github.com/ansible/ansible/issues/34460 scp and sftp support for large config transfer on os_config network modules
https://github.com/ansible/ansible/issues/35069 eos_config with consecutive second-level indents is no longer idempotent


https://github.com/ansible/ansible/pull/28662 Introduce new 'required_by' argument_spec option
https://github.com/ansible/ansible/issues/34313 XML module: Remove children not working
https://github.com/ansible/ansible/issues/34314 XML module feature request: proceed with 0 results/changes


https://github.com/ansible/ansible/pull/33110 aws_waf_condition module
https://github.com/ansible/ansible/pull/33124 aws_waf_rule module
https://github.com/ansible/ansible/pull/33212 New aws_waf_web_acl module


https://github.com/ansible/ansible/pull/20974 Make a generalized OpenStack cloud constructor
https://github.com/ansible/ansible/pull/33344 Support port id in router interfaces
https://github.com/ansible/ansible/issues/33913 os_router lacks the avility of adding static routes


https://github.com/ansible/ansible/issues/24243 ipa-hbacrule doesn't allow rule to be placed against specified host.
https://github.com/ansible/ansible/issues/29417 IPA: modules report failed state when no changes are made
https://github.com/ansible/ansible/pull/35391 FreeIPA: Add Env variable as module parameter


https://github.com/ansible/ansible/pull/26752 [WIP] ecs_taskdefinition idempotency - fixes 22547
https://github.com/ansible/ansible/pull/34369 Add support for awsvpc on ecs_taskdefinition module and ecs_service
https://github.com/ansible/ansible/pull/34381 WIP: awsvpc configuration for ECS


https://github.com/ansible/ansible/pull/22010 Add intg tests for delegate_to/delegate_facts/run_once together
https://github.com/ansible/ansible/pull/25865 New module: database and key management for ManageIQ (monitoring/manageiq/manageiq_{database,key})
https://github.com/ansible/ansible/pull/29960 Digital Ocean Integration tests


https://github.com/ansible/ansible/issues/24155 Please document 'regex' jinja test
https://github.com/ansible/ansible/issues/33381 docs example of using notify in a block: to call a handler doesn't work
https://github.com/ansible/ansible/pull/33588 minor sentence accuracy improvement


https://github.com/ansible/ansible/issues/33643 ios_user "unable to retrieve current config" on IOS 12.2. problem with show running-config | section username
https://github.com/ansible/ansible/issues/33950 Provider Documentation is missing from multiple Network Modules
https://github.com/ansible/ansible/issues/34701 ios_user


https://github.com/ansible/ansible/pull/27376 add support for sesu become method
https://github.com/ansible/ansible/pull/32388 Call out fields for tower_credentials
https://github.com/ansible/ansible/pull/34882 Fix credentials for Tower API V2


https://github.com/ansible/ansible/pull/26015 WIP: Implement InventoryData.serialize() and ..deserialize() methods
https://github.com/ansible/ansible/pull/32057 return changed for group_by
https://github.com/ansible/ansible/pull/32283 Add ansible.cfg setting to suppress duplicate group host warnings


https://github.com/ansible/ansible/pull/29209 better handling of Linux ip addresses
https://github.com/ansible/ansible/issues/30603 ansible_default_ipv4 fact is empty in Linux Subsystem for Windows
https://github.com/ansible/ansible/pull/34395 include interface info in ansible_interfaces


https://github.com/ansible/ansible/pull/30673 Clarify difference in --check mode
https://github.com/ansible/ansible/issues/33381 docs example of using notify in a block: to call a handler doesn't work
https://github.com/ansible/ansible/pull/34991 doc: fix loop examples


https://github.com/ansible/ansible/pull/22159 Add bindep module
https://github.com/ansible/ansible/pull/27005 vcenter_folder: New module to manage folders on vCenter
https://github.com/ansible/ansible/pull/33419 New module: keycloak_clienttemplate


https://github.com/ansible/ansible/issues/33042 junos_config intergration test fails
https://github.com/ansible/ansible/issues/33950 Provider Documentation is missing from multiple Network Modules
https://github.com/ansible/ansible/issues/34460 scp and sftp support for large config transfer on os_config network modules


https://github.com/ansible/ansible/pull/28662 Introduce new 'required_by' argument_spec option
https://github.com/ansible/ansible/issues/34559 virt: chokes on define/create
https://github.com/ansible/ansible/issues/34560 virt: documentation is too succinct


https://github.com/ansible/ansible/issues/34153 mongodb_user checking for compatibility before authentication takes place
https://github.com/ansible/ansible/pull/34238 Added new return status fields for mongodb_user module
https://github.com/ansible/ansible/pull/35155 mongodb_user: fix check_compatibility needs auth session


https://github.com/ansible/ansible/pull/25181 template: add template_destpath variable to templates
https://github.com/ansible/ansible/issues/34226 win_template: diff output is not produced
https://github.com/ansible/ansible/issues/34470 win_template fails when using become


https://github.com/ansible/ansible/issues/24319 Flag python-jmespath as PPA dependency
https://github.com/ansible/ansible/issues/27299 json_query filter fails when using the functions "contains", "starts_with", others
https://github.com/ansible/ansible/pull/30653 Changed 'plugins/json_query.py' to use jebabin's solution to issue #27299


https://github.com/ansible/ansible/issues/34064 RDS module - Support aurora-postgresql engine type
https://github.com/ansible/ansible/issues/34067 rds module's security_groups should support array type
https://github.com/ansible/ansible/pull/34310 docfix in cloud/amazon/rds module


https://github.com/ansible/ansible/pull/22394 [WIP] ec2_snapshot: enable permissioning
https://github.com/ansible/ansible/pull/31059 [WIP] integration tests for ec2_snapshot
https://github.com/ansible/ansible/pull/32611 [ec2_snapshot] Some refactoring to follow conventions


https://github.com/ansible/ansible/issues/34032 azure_rm_virtualmachine_scaleset should have support to enable accelerated networking and network security group assignment for scaleset.
https://github.com/ansible/ansible/pull/34576 azure_rm_virtualmachine_scaleset: Add reference to VNET resource group
https://github.com/ansible/ansible/pull/34788 Support for accelerated networking and network security group for scaleset vms


https://github.com/ansible/ansible/pull/29438 fix for missing pagination in ecs_service_facts
https://github.com/ansible/ansible/issues/35334 ecs_service_facts failed with python3
https://github.com/ansible/ansible/pull/35355 [ecs_service_facts] replace map with dict for Python3 compatibility - fixes #35334


https://github.com/ansible/ansible/issues/11568 Add check and diff mode support to assemble
https://github.com/ansible/ansible/issues/29632 `assemble` does not create parent directory
https://github.com/ansible/ansible/issues/32717 Feature: Assemble module (Header and Footer)


https://github.com/ansible/ansible/pull/14218 Check plugin classes using isinstance()
https://github.com/ansible/ansible/pull/18470 [WIP] Deprecation version enforcement
https://github.com/ansible/ansible/pull/25199 Module metadata driven action handler


https://github.com/ansible/ansible/issues/27398 Ansible not including module_name in invocation dictionary.
https://github.com/ansible/ansible/pull/32497 Add the option to use config file instead of enviroment variables
https://github.com/ansible/ansible/issues/33655 Test case ResourceWarning


https://github.com/ansible/ansible/pull/23776 Fix panos_security_policy module documentation rendering
https://github.com/ansible/ansible/pull/34232 Remove deprecated get_exception API
https://github.com/ansible/ansible/pull/34433 remove panos_security_policy


https://github.com/ansible/ansible/issues/26480 bug in _evaluate_patterns
https://github.com/ansible/ansible/pull/28663 Allow logging format configuration
https://github.com/ansible/ansible/pull/28716 Use remote_tmp as async_wrapper's jobdir (#28318)


https://github.com/ansible/ansible/pull/32609 large inventory loading performance enhancement. avoid calling glob.glob() search for .py files in loader.py all() function for each host.
https://github.com/ansible/ansible/pull/34649 Error if a module is found to shadow a reserved keyword
https://github.com/ansible/ansible/pull/34976 [WIP] Unwrap debug


https://github.com/ansible/ansible/issues/33290 IOS_STATIC_ROUTE: admin_distance overwrites existing configuration when not provided in the task
https://github.com/ansible/ansible/issues/33291 IOS_STATIC_ROUTE: module is not idempotent
https://github.com/ansible/ansible/issues/33950 Provider Documentation is missing from multiple Network Modules


https://github.com/ansible/ansible/issues/18390 Slot-based (Pogo-style) Strategy
https://github.com/ansible/ansible/issues/25807 When strategy is 'free' include tasks inside roles are not executing
https://github.com/ansible/ansible/issues/32152 KeyError: 'localhost' when using `group_by`


https://github.com/ansible/ansible/issues/34404 new module for managing service accounts in Google Cloud
https://github.com/ansible/ansible/issues/34405 new module for managing projects in Google Cloud
https://github.com/ansible/ansible/issues/34457 new module for managing deployment manager in Google Cloud


https://github.com/ansible/ansible/pull/15675 Streamline Arch Linux detection following systemd standard (via /etc/os-release)
https://github.com/ansible/ansible/pull/17586 Add possibility to limit the list of examined network interfaces during fact gathering
https://github.com/ansible/ansible/pull/30792 facts: fix SPARC cpu count on linux


https://github.com/ansible/ansible/pull/28238 Jinja2 2.9 Templating KeyError Fix (stable-2.3 backport)
https://github.com/ansible/ansible/pull/34678 Catch TemplateSyntaxError when escaping backslashes
https://github.com/ansible/ansible/pull/35099 [WIP] Fix jinja2>=2.9 nested include vars


https://github.com/ansible/ansible/pull/17459 Re-fix diff display in the `actionable` stdout callback
https://github.com/ansible/ansible/issues/31074 when stdout_callback=actionable task names with variables write to log without values
https://github.com/ansible/ansible/issues/33655 Test case ResourceWarning


https://github.com/ansible/ansible/pull/26268 added publish argument
https://github.com/ansible/ansible/pull/28704 Lambda module support for AWS GovCloud
https://github.com/ansible/ansible/pull/34145 Feature/Added support for China and US Gov To Lambda Module


https://github.com/ansible/ansible/issues/11935 allow more colors into slack plugin
https://github.com/ansible/ansible/issues/21266 Support for message threading
https://github.com/ansible/ansible/issues/33655 Test case ResourceWarning


https://github.com/ansible/ansible/pull/25079 rhn_register fixes for #24997 and #22300
https://github.com/ansible/ansible/pull/33660 Fix for "cannot marshal None unless.."
https://github.com/ansible/ansible/issues/35281 rhn_register success registering host but task fail


https://github.com/ansible/ansible/pull/29128 AIX distribution consistency with Linux
https://github.com/ansible/ansible/pull/31143 Fixes #25725: strip quotes from lsb_release and distribution descript
https://github.com/ansible/ansible/pull/35312 provide compat_platform replacement for deprecated platform.dist() Fixes #30489


https://github.com/ansible/ansible/pull/14034 Use SSH askpass instead of sshpass for password logins
https://github.com/ansible/ansible/issues/16790 Error installing on OSX 10.11 due on uninstalling setuptools-1.1.6 step
https://github.com/ansible/ansible/pull/22330 Convert README from Markdown to ReStructured Text and use as longdesc


https://github.com/ansible/ansible/issues/32346 Credstash plugin should have a `default` parameter
https://github.com/ansible/ansible/pull/32475 Update credstash lookup plugin docs
https://github.com/ansible/ansible/pull/33103 Fixes #32346 Add default to credstash lookup


https://github.com/ansible/ansible/issues/24719 pause in loop_control not working with templating
https://github.com/ansible/ansible/issues/33275 Template loop assignment failing and substituting value of tags property
https://github.com/ansible/ansible/pull/35411 Add support for defining index var for task loops


https://github.com/ansible/ansible/pull/28856 Added Azure Traffic Manager Profile Support
https://github.com/ansible/ansible/pull/33606 Az mod keyvault ops
https://github.com/ansible/ansible/pull/33607 Az mod keyvault key


https://github.com/ansible/ansible/pull/32227 Improve ios_logging log host deletion
https://github.com/ansible/ansible/pull/33701 Configure logging trap changes.
https://github.com/ansible/ansible/issues/33950 Provider Documentation is missing from multiple Network Modules


https://github.com/ansible/ansible/pull/22479 Allow retry count and backoff to be customizable #22458
https://github.com/ansible/ansible/pull/26225 cloudformation module - show only relevant events
https://github.com/ansible/ansible/pull/31775 Add support for Cloudformation's parameter attribute UsePreviousValue


https://github.com/ansible/ansible/issues/23129 delegate_to not working with dynamic inventory and connection=docker
https://github.com/ansible/ansible/issues/33273 windows: ansible fails to connect after IIS binding with SNI enabled is added
https://github.com/ansible/ansible/issues/33678 junos: connection succeed only after 3/4 runs


https://github.com/ansible/ansible/issues/16610 Documentation: Inaccurate description of !unsafe type in YAML Syntax
https://github.com/ansible/ansible/issues/16993 Add yaml_file module similar to ini_file_module
https://github.com/ansible/ansible/issues/32167 vsphere_guest's module with Cluster DRS


https://github.com/ansible/ansible/issues/33381 docs example of using notify in a block: to call a handler doesn't work
https://github.com/ansible/ansible/pull/33740 osx_say callback plugin: add espeak support, rename to say
https://github.com/ansible/ansible/pull/35199 Add porting guide note about include inheritance change


https://github.com/ansible/ansible/pull/33110 aws_waf_condition module
https://github.com/ansible/ansible/pull/33124 aws_waf_rule module
https://github.com/ansible/ansible/pull/33212 New aws_waf_web_acl module


https://github.com/ansible/ansible/pull/21319 Updated quoting - Fixes #20954
https://github.com/ansible/ansible/pull/28861 Add state option to git_config module for --unset
https://github.com/ansible/ansible/issues/34297 git_config: cannot overwrite multiple values with a single value


https://github.com/ansible/ansible/pull/18596 New module: remove_host
https://github.com/ansible/ansible/issues/21595 traceback if modules dir is an empty directory (without __init__.py)
https://github.com/ansible/ansible/pull/34568 Throw error if with_* is given as a module arg


https://github.com/ansible/ansible/issues/22163 Add uniqueness definition to module documentation?
https://github.com/ansible/ansible/pull/28372 PR To relicense module_utils/cloud.py as BSD
https://github.com/ansible/ansible/issues/32992 Allow Lambda module to Update existing functions without uploading Zip


https://github.com/ansible/ansible/pull/33416 update terminal plugin to use cli()
https://github.com/ansible/ansible/issues/35349 connection=network_cli does not handle same multiple prompt correctly
https://github.com/ansible/ansible/pull/35361 Handle multiple sub prompts for network_cli connection


https://github.com/ansible/ansible/pull/17978 Add support for group variables to handlers
https://github.com/ansible/ansible/pull/18004 Add parent_groups and child_groups magic variables
https://github.com/ansible/ansible/pull/20065 [WIP] Add config and inventory variables for remote admin user


https://github.com/ansible/ansible/issues/19311 vsphere_guest requires hostname now
https://github.com/ansible/ansible/issues/29552 Modifying VM with vsphere_guest failing with current_devices is not defined.
https://github.com/ansible/ansible/issues/29569 vsphere_guest: index out of range exception while reconfiguring disk size


https://github.com/ansible/ansible/pull/25425 consul_kv: add a 'read_only' state
https://github.com/ansible/ansible/pull/28934 Add Check Mode to consul_kv
https://github.com/ansible/ansible/pull/31224 Enable check_mode on consul_kv


https://github.com/ansible/ansible/pull/26737 [postgresql_ext] Add support for requiring a specific extension version
https://github.com/ansible/ansible/pull/30828 WIP PostgreSQL: allow to escape identifier


https://github.com/ansible/ansible/issues/25281 Global Name 'vim' not defined error when called from Ansible
https://github.com/ansible/ansible/issues/32032 vmware_guest issue with Ansible 2.5


https://github.com/ansible/ansible/pull/17536 Add config option to tee stdout and stderr to temp files
https://github.com/ansible/ansible/pull/32280 globalize callbacks


https://github.com/ansible/ansible/pull/33769 [WIP] - Create classes for Application Load Balancer
https://github.com/ansible/ansible/pull/33808 [WIP] AWS Network load balancer


https://github.com/ansible/ansible/pull/27866 Add update all, proper check mode, multiple package support, more examples to pkgutil module
https://github.com/ansible/ansible/pull/30764 [fix] pylint errors on module packaging os


https://github.com/ansible/ansible/issues/29575 declare a "port" parameter for os_security_group_rule
https://github.com/ansible/ansible/issues/31822 dns lookup with dns server and port


https://github.com/ansible/ansible/pull/30714 [WIP] include role intg tests
https://github.com/ansible/ansible/pull/35167 fix Include role: exposed/shared vars


https://github.com/ansible/ansible/pull/20974 Make a generalized OpenStack cloud constructor
https://github.com/ansible/ansible/pull/23086 os_quota: Handle missing API endpoints


https://github.com/ansible/ansible/pull/30340 Remove all cli provider options from nxos tests
https://github.com/ansible/ansible/issues/33950 Provider Documentation is missing from multiple Network Modules


https://github.com/ansible/ansible/pull/32756 Azure rm keyvault module
https://github.com/ansible/ansible/pull/35150 [new module] azure_rm_keyvault


https://github.com/ansible/ansible/issues/33950 Provider Documentation is missing from multiple Network Modules
https://github.com/ansible/ansible/issues/34460 scp and sftp support for large config transfer on os_config network modules


https://github.com/ansible/ansible/issues/22114 cloudwatchevent_rule: Creating cron job for creating snapshot of EBS Volume
https://github.com/ansible/ansible/issues/32843 error using cloudwatchevent_rule


https://github.com/ansible/ansible/pull/12090 Update cobbler.py inventory script to more fully leverage Cobbler management fields
https://github.com/ansible/ansible/pull/25926 Enhancements to the cobbler inventory script


https://github.com/ansible/ansible/pull/30340 Remove all cli provider options from nxos tests
https://github.com/ansible/ansible/issues/33950 Provider Documentation is missing from multiple Network Modules


https://github.com/ansible/ansible/issues/33381 docs example of using notify in a block: to call a handler doesn't work
https://github.com/ansible/ansible/issues/34141 command or shell module: cp -r command fails with 'No such file or directory'


https://github.com/ansible/ansible/issues/19183 asa_config does not make config change
https://github.com/ansible/ansible/issues/31611 Provide state: absent option in asa_config and asa_acl


https://github.com/ansible/ansible/pull/27008 Account for additional error codes for users and roles
https://github.com/ansible/ansible/pull/33293 Created configurable parameters for NetApp ontap connection


https://github.com/ansible/ansible/pull/24058 Lineinfile module: added match_mode and move options
https://github.com/ansible/ansible/pull/33393 Fix lineinfile to insert line when pattern exists elsewhere in the file.


https://github.com/ansible/ansible/pull/13620 [WIP] update_json for module intermediate comms
https://github.com/ansible/ansible/pull/22278 Wrong file used as module #22268


https://github.com/ansible/ansible/issues/25423 skippy stdout_callback doesn't work
https://github.com/ansible/ansible/issues/33655 Test case ResourceWarning


https://github.com/ansible/ansible/issues/35404 nxos_pim_interface issues
https://github.com/ansible/ansible/pull/35405 fix nxos_pim_interface issues


https://github.com/ansible/ansible/pull/30340 Remove all cli provider options from nxos tests
https://github.com/ansible/ansible/issues/33950 Provider Documentation is missing from multiple Network Modules


https://github.com/ansible/ansible/pull/20575 Add "clean" option support for pkgng module
https://github.com/ansible/ansible/pull/27126 Add "clean" option support for pkgng module


https://github.com/ansible/ansible/issues/33381 docs example of using notify in a block: to call a handler doesn't work
https://github.com/ansible/ansible/pull/34776 Add decrypt_string option to ansible-vault


https://github.com/ansible/ansible/pull/19122 Add new OpenStack module for managing cinder volume snapshots
https://github.com/ansible/ansible/pull/27704 openstack: Create/Remove cinder volume snapshot


https://github.com/ansible/ansible/issues/33950 Provider Documentation is missing from multiple Network Modules
https://github.com/ansible/ansible/issues/35233 document tx_rate and rx_rate operator for network modules


https://github.com/ansible/ansible/pull/32913 Assure hostname summary is well aligned
https://github.com/ansible/ansible/issues/33655 Test case ResourceWarning


https://github.com/ansible/ansible/pull/26723 github release management for github_release module
https://github.com/ansible/ansible/issues/35243 Github Release Asset


https://github.com/ansible/ansible/issues/34049 support credentials_file auth in gc_storage module
https://github.com/ansible/ansible/issues/34052 support parallel composite uploads in gc_storage module, or enable a way to provide custom options


https://github.com/ansible/ansible/issues/24064 Support patterns for group of groups in static inventory file
https://github.com/ansible/ansible/issues/32145 Include statically empty file in block stops playbook without errors or warnings


https://github.com/ansible/ansible/pull/30714 [WIP] include role intg tests
https://github.com/ansible/ansible/pull/34256 task_executor.py: Raise 'conditional exception' in case of 'include_*'


https://github.com/ansible/ansible/pull/17933 Vultr Inventory script
https://github.com/ansible/ansible/pull/19386 Add vultr inventory script


https://github.com/ansible/ansible/pull/27944 Added the ability to define tags for elasticache
https://github.com/ansible/ansible/pull/30680 [WIP] Elasticache replication group


https://github.com/ansible/ansible/pull/24058 Lineinfile module: added match_mode and move options
https://github.com/ansible/ansible/pull/33393 Fix lineinfile to insert line when pattern exists elsewhere in the file.


https://github.com/ansible/ansible/issues/17518 make callback profile_tasks independent from system time to allow for time changes
https://github.com/ansible/ansible/issues/33655 Test case ResourceWarning


https://github.com/ansible/ansible/pull/26737 [postgresql_ext] Add support for requiring a specific extension version
https://github.com/ansible/ansible/pull/30828 WIP PostgreSQL: allow to escape identifier


https://github.com/ansible/ansible/pull/30340 Remove all cli provider options from nxos tests
https://github.com/ansible/ansible/issues/33950 Provider Documentation is missing from multiple Network Modules


https://github.com/ansible/ansible/pull/24567 New module: Add cloudfront_invalidation module (cloud/amazon/cloudfront_invalidation)
https://github.com/ansible/ansible/pull/24568 New module: manage Amazon CloudFront origin access identities (cloud/amazon/cloudfront_origin_access_identity)


https://github.com/ansible/ansible/pull/18437 Enable communication to management API over HTTPS. Fixes #22953
https://github.com/ansible/ansible/pull/22957 rabbitmq_queue, add param to allow HTTPS connection to mgt api, fixes #22953


https://github.com/ansible/ansible/pull/27859 Fixes #27626: blockinfile returns backup file name with backup: yes
https://github.com/ansible/ansible/pull/27961 Fixes: #20986 blockinfile create undelying directory when create=true


https://github.com/ansible/ansible/pull/30764 [fix] pylint errors on module packaging os
https://github.com/ansible/ansible/pull/32376 modules: zypper_repository: Do not ignore the 'name' parameter


https://github.com/ansible/ansible/pull/26606 integration tests for RDS modules - split of RDS module
https://github.com/ansible/ansible/pull/30746 [WIP/TEST] Mdd rds split testing wip - demo branch for future RDS


https://github.com/ansible/ansible/pull/30340 Remove all cli provider options from nxos tests
https://github.com/ansible/ansible/issues/33950 Provider Documentation is missing from multiple Network Modules


https://github.com/ansible/ansible/pull/26604 new rds_snapshot module - split of RDS module
https://github.com/ansible/ansible/pull/30746 [WIP/TEST] Mdd rds split testing wip - demo branch for future RDS


https://github.com/ansible/ansible/pull/33416 update terminal plugin to use cli()
https://github.com/ansible/ansible/pull/35292 Fix network cli prompts to bind to the newline


https://github.com/ansible/ansible/issues/33858 win_lineinfile: windows paths have \r and \n stripped
https://github.com/ansible/ansible/pull/35100 Win lineinfile fix


https://github.com/ansible/ansible/pull/21631 Add 'digital_ocean' as group in DigitalOcean dynamic inventory
https://github.com/ansible/ansible/pull/34217 DigitalOcean Inventory: Removed sort from json dump


https://github.com/ansible/ansible/issues/28168 ResourceNotFoundError when assigning disk to GC instance
https://github.com/ansible/ansible/issues/30759 GCE module does not seem to support Shared VPC access from service projects


https://github.com/ansible/ansible/pull/32912 Fix missing pass of IPXe params to API client call, fixes #32910
https://github.com/ansible/ansible/pull/35225 Packet device subnet size


https://github.com/ansible/ansible/pull/29032 [WIP] Mdd rds split instance 2
https://github.com/ansible/ansible/pull/30746 [WIP/TEST] Mdd rds split testing wip - demo branch for future RDS


https://github.com/ansible/ansible/issues/23095 docker dynamic inventory script ignores DOCKER_CONFIG_FILE environment variable
https://github.com/ansible/ansible/pull/23096 Fix #23095 dynamic docker inventory setting config with environment variable


https://github.com/ansible/ansible/pull/20974 Make a generalized OpenStack cloud constructor
https://github.com/ansible/ansible/pull/31773 add metadata field to os_volume module


https://github.com/ansible/ansible/pull/28238 Jinja2 2.9 Templating KeyError Fix (stable-2.3 backport)
https://github.com/ansible/ansible/pull/35099 [WIP] Fix jinja2>=2.9 nested include vars


https://github.com/ansible/ansible/pull/32756 Azure rm keyvault module
https://github.com/ansible/ansible/pull/35150 [new module] azure_rm_keyvault


https://github.com/ansible/ansible/pull/30340 Remove all cli provider options from nxos tests
https://github.com/ansible/ansible/issues/33950 Provider Documentation is missing from multiple Network Modules


https://github.com/ansible/ansible/pull/30340 Remove all cli provider options from nxos tests
https://github.com/ansible/ansible/issues/33950 Provider Documentation is missing from multiple Network Modules


https://github.com/ansible/ansible/pull/33436 More Pythonic. More Ansibilized. Fixes #32618.
https://github.com/ansible/ansible/pull/33551 Fallback to environment variables to avoid repetition


https://github.com/ansible/ansible/issues/25740 provide option to consider any changes a junit failure in junit plugin
https://github.com/ansible/ansible/issues/33655 Test case ResourceWarning


https://github.com/ansible/ansible/issues/33950 Provider Documentation is missing from multiple Network Modules
https://github.com/ansible/ansible/pull/34232 Remove deprecated get_exception API


https://github.com/ansible/ansible/pull/20974 Make a generalized OpenStack cloud constructor
https://github.com/ansible/ansible/pull/28830 Update documentation


https://github.com/ansible/ansible/pull/20145 htpasswd: Allow htpasswd to update/not update passwords
https://github.com/ansible/ansible/pull/34232 Remove deprecated get_exception API


https://github.com/ansible/ansible/pull/26599 new rds_snapshot_facts module - split of RDS module
https://github.com/ansible/ansible/pull/30746 [WIP/TEST] Mdd rds split testing wip - demo branch for future RDS


https://github.com/ansible/ansible/issues/33699 FAILED! => {"msg": "Timeout (12s) waiting for privilege escalation prompt: "}
https://github.com/ansible/ansible/issues/35313 ansible-playbook fails silenty if ssh key permissions are too open


https://github.com/ansible/ansible/pull/26606 integration tests for RDS modules - split of RDS module
https://github.com/ansible/ansible/pull/30746 [WIP/TEST] Mdd rds split testing wip - demo branch for future RDS


https://github.com/ansible/ansible/pull/33357 allow ANSIBLE_KEEP_REMOTE_FILES for local test runner
https://github.com/ansible/ansible/issues/33381 docs example of using notify in a block: to call a handler doesn't work


https://github.com/ansible/ansible/pull/30340 Remove all cli provider options from nxos tests
https://github.com/ansible/ansible/issues/33950 Provider Documentation is missing from multiple Network Modules


https://github.com/ansible/ansible/issues/33655 Test case ResourceWarning
https://github.com/ansible/ansible/pull/33740 osx_say callback plugin: add espeak support, rename to say


https://github.com/ansible/ansible/issues/33950 Provider Documentation is missing from multiple Network Modules
https://github.com/ansible/ansible/issues/34243 Playbook encountering Channel closed


https://github.com/ansible/ansible/pull/30340 Remove all cli provider options from nxos tests
https://github.com/ansible/ansible/issues/33950 Provider Documentation is missing from multiple Network Modules


https://github.com/ansible/ansible/pull/32810 Unixy stdout callback: Display name of play and list of play hosts
https://github.com/ansible/ansible/issues/33655 Test case ResourceWarning


https://github.com/ansible/ansible/pull/28062 EOS EAPI autocomplete params update
https://github.com/ansible/ansible/issues/32082 [NET_CONN] eapi connection plugin


https://github.com/ansible/ansible/pull/31564 Several fixes + Python 3 support for webfaction_* modules
https://github.com/ansible/ansible/pull/35024 webfaction modules: fix broken import


https://github.com/ansible/ansible/issues/33852 Move setting cluster network roles from ovirt_networks module to ovirt_cluster module?
https://github.com/ansible/ansible/issues/35286 ovirt_networks: management network modification fails, API complains about unsetting management property


https://github.com/ansible/ansible/issues/33950 Provider Documentation is missing from multiple Network Modules
https://github.com/ansible/ansible/issues/35233 document tx_rate and rx_rate operator for network modules


https://github.com/ansible/ansible/pull/30428 WIP - Expand Windows test matrix on Shippable.
https://github.com/ansible/ansible/pull/35115 WIP - Compare AWS vs Azure for Windows tests.


https://github.com/ansible/ansible/issues/18009 Set "localhost" inventory vars via ansible.cfg
https://github.com/ansible/ansible/issues/32167 vsphere_guest's module with Cluster DRS


https://github.com/ansible/ansible/pull/18470 [WIP] Deprecation version enforcement
https://github.com/ansible/ansible/pull/25708 Report fact exceptions 25365


https://github.com/ansible/ansible/issues/33381 docs example of using notify in a block: to call a handler doesn't work
https://github.com/ansible/ansible/pull/35098 Fix typo in vars.rst


https://github.com/ansible/ansible/pull/31802 letsencrypt: correctly parse openssl commands output
https://github.com/ansible/ansible/pull/35283 Changing letsencrypt module to use ACME v2 protocol (update)


https://github.com/ansible/ansible/pull/33416 update terminal plugin to use cli()
https://github.com/ansible/ansible/pull/35292 Fix network cli prompts to bind to the newline


https://github.com/ansible/ansible/pull/26606 integration tests for RDS modules - split of RDS module
https://github.com/ansible/ansible/pull/30746 [WIP/TEST] Mdd rds split testing wip - demo branch for future RDS


https://github.com/ansible/ansible/pull/18956 check_mode and single file install for the opkg module
https://github.com/ansible/ansible/pull/30478 Feature/refactor opkg add unit test to opkg


https://github.com/ansible/ansible/pull/20974 Make a generalized OpenStack cloud constructor
https://github.com/ansible/ansible/issues/33834 Add os_stack_facts module for OpenStack


https://github.com/ansible/ansible/pull/26640 Added rounds parameter support for lookup password
https://github.com/ansible/ansible/pull/32549 refactored gen_candidate_chars out to common; hashi_vault generating


https://github.com/ansible/ansible/issues/22928 rds exception in creation / mishandled exception
https://github.com/ansible/ansible/issues/29504 rds facts command does not support automated snapshots.


https://github.com/ansible/ansible/pull/26946 Fix helm module examples
https://github.com/ansible/ansible/issues/33545 The helm module should return an appropriate error message for repo 403


https://github.com/ansible/ansible/pull/20793 Add postgresql_query module to database collection
https://github.com/ansible/ansible/pull/25411 new postgresql_query_module


https://github.com/ansible/ansible/pull/26598 new rds_instance_facts module - split of RDS module
https://github.com/ansible/ansible/pull/30746 [WIP/TEST] Mdd rds split testing wip - demo branch for future RDS


https://github.com/ansible/ansible/pull/27152 make _dump_results in debug.py accept all keyword arguments
https://github.com/ansible/ansible/issues/33655 Test case ResourceWarning


https://github.com/ansible/ansible/pull/30340 Remove all cli provider options from nxos tests
https://github.com/ansible/ansible/issues/33950 Provider Documentation is missing from multiple Network Modules


https://github.com/ansible/ansible/issues/23260 Add "state" option to win_reboot to allow shutdown and other power states
https://github.com/ansible/ansible/issues/28389 win_reboot does not wait for OS updates to finish installing/confguring after reboot


https://github.com/ansible/ansible/pull/25294 Add dynamic inventory for Scaleway
https://github.com/ansible/ansible/issues/35092 Wrong default group for Scaleway dynamic inventory script


https://github.com/ansible/ansible/issues/34125 Arista EOS 'cli' transport mode doesn't work when ansible is installed via 'apt' or not as root via 'pip'
https://github.com/ansible/ansible/pull/34232 Remove deprecated get_exception API


https://github.com/ansible/ansible/pull/33416 update terminal plugin to use cli()
https://github.com/ansible/ansible/pull/35292 Fix network cli prompts to bind to the newline


https://github.com/ansible/ansible/pull/28122 Add ipa host_otp option to ipa_host module to allow one time passwords for provisioning
https://github.com/ansible/ansible/pull/28750 Add support for one time passwords


https://github.com/ansible/ansible/pull/33769 [WIP] - Create classes for Application Load Balancer
https://github.com/ansible/ansible/pull/33808 [WIP] AWS Network load balancer


https://github.com/ansible/ansible/pull/24868 [WIP] User module: Selinux and permissions fixes.
https://github.com/ansible/ansible/pull/27795 WIP: Update CI to test Fedora 25 and 26 with Python 3.


https://github.com/ansible/ansible/pull/35074 [WIP] DO NOT MERGE - Azure dynamic model sample
https://github.com/ansible/ansible/pull/35075 [WIP] DO NOT MERGE - Azure static model sample


https://github.com/ansible/ansible/pull/32430 For jenkins_script, bring parity for the support of some parameters with other modules.
https://github.com/ansible/ansible/issues/34389 API token based authentication support for jenkins_script module


https://github.com/ansible/ansible/pull/22585 Monit Module: FIx Pending Issue, Support Program Checks
https://github.com/ansible/ansible/pull/22770 Why: Feature to deploy monit on target host and make the module work with newer versions of monit


https://github.com/ansible/ansible/pull/26520 Add missing aliases to vyos_linkagg integration test target
https://github.com/ansible/ansible/issues/33950 Provider Documentation is missing from multiple Network Modules


https://github.com/ansible/ansible/pull/25948 Allow setting hash merging per hash
https://github.com/ansible/ansible/pull/28976 Add --convert-type flag for use with --extra-vars (#23485)


https://github.com/ansible/ansible/pull/20974 Make a generalized OpenStack cloud constructor
https://github.com/ansible/ansible/pull/23638 Allow os_server_facts to filter results based on provided filters dictionary


https://github.com/ansible/ansible/pull/26896 Fixes #26881: Added support for third-party modules.
https://github.com/ansible/ansible/issues/33381 docs example of using notify in a block: to call a handler doesn't work


https://github.com/ansible/ansible/pull/28764 Fix know_hosts hash_host parameter ignored when adding new key
https://github.com/ansible/ansible/pull/34232 Remove deprecated get_exception API


https://github.com/ansible/ansible/pull/26737 [postgresql_ext] Add support for requiring a specific extension version
https://github.com/ansible/ansible/pull/30828 WIP PostgreSQL: allow to escape identifier


https://github.com/ansible/ansible/pull/20974 Make a generalized OpenStack cloud constructor
https://github.com/ansible/ansible/pull/30565 Add support for replacing an existing openstack keypair


https://github.com/ansible/ansible/pull/18437 Enable communication to management API over HTTPS. Fixes #22953
https://github.com/ansible/ansible/pull/27263 Allow user to set rabbitmqctl path


https://github.com/ansible/ansible/pull/25349 Add Foreman to list of Dynamic inventories
https://github.com/ansible/ansible/issues/33381 docs example of using notify in a block: to call a handler doesn't work


https://github.com/ansible/ansible/pull/30340 Remove all cli provider options from nxos tests
https://github.com/ansible/ansible/issues/33950 Provider Documentation is missing from multiple Network Modules


https://github.com/ansible/ansible/pull/26001 Add new event v2_runner_on_task_start to allow callback by host task
https://github.com/ansible/ansible/pull/28716 Use remote_tmp as async_wrapper's jobdir (#28318)


https://github.com/ansible/ansible/pull/26604 new rds_snapshot module - split of RDS module
https://github.com/ansible/ansible/pull/30746 [WIP/TEST] Mdd rds split testing wip - demo branch for future RDS


https://github.com/ansible/ansible/pull/30340 Remove all cli provider options from nxos tests
https://github.com/ansible/ansible/issues/33950 Provider Documentation is missing from multiple Network Modules


https://github.com/ansible/ansible/pull/33124 aws_waf_rule module
https://github.com/ansible/ansible/pull/33212 New aws_waf_web_acl module


https://github.com/ansible/ansible/pull/28561 Remove sleep and switch to pipe for IPC
https://github.com/ansible/ansible/pull/28716 Use remote_tmp as async_wrapper's jobdir (#28318)


https://github.com/ansible/ansible/issues/34861 the order of elements in hostvars[groups['group_name']] list doesn't follow the order in yaml format host inventory file
https://github.com/ansible/ansible/pull/35309 [WIP] Add `--separate-gvars` option for inventory --list


https://github.com/ansible/ansible/pull/26104 azure_rm_deployment: collect tags from existing Resource Group
https://github.com/ansible/ansible/pull/34774 Check existence of resource group before trying to write to it


https://github.com/ansible/ansible/pull/19297 fileglob: make fileglob work with globbed path components again (Fixes: #17136)
https://github.com/ansible/ansible/pull/23265 [WIP] Allow fileglob of dirs


https://github.com/ansible/ansible/pull/26737 [postgresql_ext] Add support for requiring a specific extension version
https://github.com/ansible/ansible/pull/30828 WIP PostgreSQL: allow to escape identifier


https://github.com/ansible/ansible/issues/33381 docs example of using notify in a block: to call a handler doesn't work
https://github.com/ansible/ansible/pull/35105 ini children order callout


https://github.com/ansible/ansible/pull/30714 [WIP] include role intg tests
https://github.com/ansible/ansible/issues/34974 inconsistent documentation for tags on dynamic-include tasks


https://github.com/ansible/ansible/pull/33211 new module - AWS Direct Connect virtual interface
https://github.com/ansible/ansible/issues/34732 AWS direct connect modules are unable to create direct connect resources when 'ec2_url' is specified.


https://github.com/ansible/ansible/pull/30390 add config groups to foreman inventories
https://github.com/ansible/ansible/pull/34169 Add want_ssh_ansible_host flag to foreman dynamic inventory


https://github.com/ansible/ansible/issues/33193 Add possibility to set up several ips for hostname in module ipa_dnsrecord
https://github.com/ansible/ansible/issues/33969 Set DNS TTL for ipa_dnsrecord on creation


https://github.com/ansible/ansible/issues/21842 Using blocks with fail module in the rescue section prevents always section from being executed in case of error
https://github.com/ansible/ansible/issues/22435 [Feature request] Allow Vault to be set as a filter/parameter in variable(s)


https://github.com/ansible/ansible/issues/33381 docs example of using notify in a block: to call a handler doesn't work
https://github.com/ansible/ansible/pull/35379 Fixing syntax for mail callback doc


https://github.com/ansible/ansible/pull/26896 Fixes #26881: Added support for third-party modules.
https://github.com/ansible/ansible/issues/33381 docs example of using notify in a block: to call a handler doesn't work


https://github.com/ansible/ansible/pull/19543 vca_vapp: Attaching network to VAPP and VM and returning assigned VM ip as fact vm_ip.
https://github.com/ansible/ansible/pull/19886 vca_vapp: Connecting app network to vApp and VM after vApp creation


https://github.com/ansible/ansible/pull/26606 integration tests for RDS modules - split of RDS module
https://github.com/ansible/ansible/pull/30746 [WIP/TEST] Mdd rds split testing wip - demo branch for future RDS


https://github.com/ansible/ansible/pull/20822 Added prefix attribute to rabbitmq modules
https://github.com/ansible/ansible/pull/27263 Allow user to set rabbitmqctl path


https://github.com/ansible/ansible/pull/19297 fileglob: make fileglob work with globbed path components again (Fixes: #17136)
https://github.com/ansible/ansible/issues/33853 Lookup plugins documentation uses old with_ syntax


https://github.com/ansible/ansible/pull/30340 Remove all cli provider options from nxos tests
https://github.com/ansible/ansible/issues/33950 Provider Documentation is missing from multiple Network Modules


https://github.com/ansible/ansible/pull/23982 Strip out \r carriage returns from oneline output
https://github.com/ansible/ansible/issues/33655 Test case ResourceWarning


https://github.com/ansible/ansible/pull/21630 Fixes #21401 file module failing to create links
https://github.com/ansible/ansible/pull/27831 20958 Feature Request: Allow 'file' module to optionally shred directory/files #20958


https://github.com/ansible/ansible/pull/34100 [WIP] Module deprecation: docs, scheme and tests
https://github.com/ansible/ansible/pull/34120 Added client certificate support to access K8S API


https://github.com/ansible/ansible/pull/34950 [WIP] DO NOT MERGE - experiment - see what breaks in ci without pkg_resources
https://github.com/ansible/ansible/issues/34997 Add secure network session tracing capability for newtork_cli and netconf connections


https://github.com/ansible/ansible/pull/25948 Allow setting hash merging per hash
https://github.com/ansible/ansible/issues/29890 s3 - manage objects in S3 - Problem in coping


https://github.com/ansible/ansible/issues/34697 Document module_utils.(eos, nxos) - Support use_proxy argument
https://github.com/ansible/ansible/issues/34754 eos_vrf module parameter *interfaces* is not DI, it actually configures it


https://github.com/ansible/ansible/pull/33130 Handle "DisconnectHandler" in xmpppy CommonClient module
https://github.com/ansible/ansible/issues/35023 jabber module fails with messages successfully sent


https://github.com/ansible/ansible/issues/33661 Do you have azure>=2.0.0 installed? No module named dns.version
https://github.com/ansible/ansible/issues/35223 Issue when creating Azure blob container within Azure China Cloud


https://github.com/ansible/ansible/pull/26328 improve urpmi module
https://github.com/ansible/ansible/pull/30764 [fix] pylint errors on module packaging os


https://github.com/ansible/ansible/pull/26737 [postgresql_ext] Add support for requiring a specific extension version
https://github.com/ansible/ansible/pull/30828 WIP PostgreSQL: allow to escape identifier


https://github.com/ansible/ansible/pull/26737 [postgresql_ext] Add support for requiring a specific extension version
https://github.com/ansible/ansible/pull/30828 WIP PostgreSQL: allow to escape identifier


https://github.com/ansible/ansible/issues/33950 Provider Documentation is missing from multiple Network Modules
https://github.com/ansible/ansible/pull/34232 Remove deprecated get_exception API


https://github.com/ansible/ansible/pull/23953 Allow to specify a custom zone_id for a new Google Cloud DNS zone
https://github.com/ansible/ansible/issues/34368 add nameservers as a retun value to the gcdns_zone module or allow querying of DNS records in gcdns_record module


https://github.com/ansible/ansible/issues/33381 docs example of using notify in a block: to call a handler doesn't work
https://github.com/ansible/ansible/issues/34632 Documenation: intro getting started: assumes user is root but does not mention which account(s) to use


https://github.com/ansible/ansible/issues/11517 Inventory parser should show line numbers when error is encountered
https://github.com/ansible/ansible/issues/34181 ini: Lock file when saving to prevent corruption


https://github.com/ansible/ansible/issues/34896 aci_epg module needs to support PreferredGroup
https://github.com/ansible/ansible/pull/35265 aci_epg: Add support for Preferred Group Membership


https://github.com/ansible/ansible/pull/15060 Vault improvements: base64 encoding, no AES-CTR padding, code cleanups
https://github.com/ansible/ansible/pull/18470 [WIP] Deprecation version enforcement


https://github.com/ansible/ansible/issues/29229 ovirt module KeyError: 'authorized_key_user_groups'
https://github.com/ansible/ansible/issues/29261 oVirt module uses ovirtsdk.xml.params.VM when class is now ovirtsdk.xml.params.Vm


https://github.com/ansible/ansible/pull/30340 Remove all cli provider options from nxos tests
https://github.com/ansible/ansible/issues/33950 Provider Documentation is missing from multiple Network Modules


https://github.com/ansible/ansible/pull/26606 integration tests for RDS modules - split of RDS module
https://github.com/ansible/ansible/pull/30746 [WIP/TEST] Mdd rds split testing wip - demo branch for future RDS


https://github.com/ansible/ansible/pull/12090 Update cobbler.py inventory script to more fully leverage Cobbler management fields
https://github.com/ansible/ansible/pull/25926 Enhancements to the cobbler inventory script


https://github.com/ansible/ansible/pull/26737 [postgresql_ext] Add support for requiring a specific extension version
https://github.com/ansible/ansible/pull/30828 WIP PostgreSQL: allow to escape identifier


https://github.com/ansible/ansible/pull/19479 Add support for supervisorctl `all` pseudogroup
https://github.com/ansible/ansible/pull/32694 Add 'signalled' state to supervisorctl module with associated 'signal


https://github.com/ansible/ansible/pull/33978 win_firewall options added
https://github.com/ansible/ansible/issues/34411 win_firewall not working and throwing error


https://github.com/ansible/ansible/pull/29170 Windows: Introduce Set-Fact and set reboot_pending
https://github.com/ansible/ansible/issues/34726 win_package retries


https://github.com/ansible/ansible/pull/26737 [postgresql_ext] Add support for requiring a specific extension version
https://github.com/ansible/ansible/pull/30828 WIP PostgreSQL: allow to escape identifier


https://github.com/ansible/ansible/pull/33548 add vim modeline to galaxy-templates
https://github.com/ansible/ansible/pull/34046 Link to the Galaxy platforms list from the meta file template


https://github.com/ansible/ansible/issues/33950 Provider Documentation is missing from multiple Network Modules
https://github.com/ansible/ansible/issues/34460 scp and sftp support for large config transfer on os_config network modules


https://github.com/ansible/ansible/pull/29054 Fixes yaml examples for Users Module
https://github.com/ansible/ansible/pull/29108 Adds manageiq_user as an action_plugin


https://github.com/ansible/ansible/pull/29138 dev_guide: add description for 'import' sanity test
https://github.com/ansible/ansible/issues/33381 docs example of using notify in a block: to call a handler doesn't work


https://github.com/ansible/ansible/issues/33635 ansible version 2.4.2.0 junos_command returns lxml Start tag not found error
https://github.com/ansible/ansible/issues/33950 Provider Documentation is missing from multiple Network Modules


https://github.com/ansible/ansible/issues/34698 win_uri module: no json in response var defined despite 'return_content: yes'
https://github.com/ansible/ansible/issues/35413 win_uri: The request was aborted: Could not create SSL/TLS secure channel.


https://github.com/ansible/ansible/pull/26606 integration tests for RDS modules - split of RDS module
https://github.com/ansible/ansible/pull/30746 [WIP/TEST] Mdd rds split testing wip - demo branch for future RDS


https://github.com/ansible/ansible/pull/20897 Refactor E-Series Snapshot Images module to use module_utils
https://github.com/ansible/ansible/pull/34232 Remove deprecated get_exception API


https://github.com/ansible/ansible/issues/31596 Clarify difference between conditional include_task and import_task
https://github.com/ansible/ansible/issues/33381 docs example of using notify in a block: to call a handler doesn't work


https://github.com/ansible/ansible/pull/20894 Refactor E-Series HostGroup module to use module_utils
https://github.com/ansible/ansible/pull/28267 https certificate validation missing on Netapp E-series hostgroup module


https://github.com/ansible/ansible/issues/19681 hostname module can't work on docker containers so module should provide an error message explaining that
https://github.com/ansible/ansible/pull/32214 Implement `DarwinHostname` and `DarwinStrategy` for hostname module.


https://github.com/ansible/ansible/pull/32705 Allow deleting all values of LDAP attribute
https://github.com/ansible/ansible/pull/33040 LDAP: Refactor and add ldap_passwd module


https://github.com/ansible/ansible/pull/18437 Enable communication to management API over HTTPS. Fixes #22953
https://github.com/ansible/ansible/pull/27263 Allow user to set rabbitmqctl path


https://github.com/ansible/ansible/pull/34232 Remove deprecated get_exception API
https://github.com/ansible/ansible/pull/34432 removed panos_nat_policy


https://github.com/ansible/ansible/pull/21646 route53_zone: Allow multiple VPCs to be associated
https://github.com/ansible/ansible/issues/34767 route53_zone ignores 'comment' parameter if zone already exists


https://github.com/ansible/ansible/pull/27831 20958 Feature Request: Allow 'file' module to optionally shred directory/files #20958
https://github.com/ansible/ansible/pull/33613 implemented installroot option


https://github.com/ansible/ansible/pull/22285 exact package matching, better performance, correct reporting of change, and blacklist feature for slackpkg
https://github.com/ansible/ansible/pull/30764 [fix] pylint errors on module packaging os


https://github.com/ansible/ansible/issues/35266 gce_snapshot module fails to create snapshot.
https://github.com/ansible/ansible/pull/35341 Fixed snapshot module, Resource not found issue for persistent-disk-0


https://github.com/ansible/ansible/pull/28536 [WIP] Module except hook
https://github.com/ansible/ansible/pull/28716 Use remote_tmp as async_wrapper's jobdir (#28318)


https://github.com/ansible/ansible/pull/27831 20958 Feature Request: Allow 'file' module to optionally shred directory/files #20958
https://github.com/ansible/ansible/pull/33613 implemented installroot option


https://github.com/ansible/ansible/pull/31564 Several fixes + Python 3 support for webfaction_* modules
https://github.com/ansible/ansible/pull/35024 webfaction modules: fix broken import


https://github.com/ansible/ansible/pull/26737 [postgresql_ext] Add support for requiring a specific extension version
https://github.com/ansible/ansible/pull/30828 WIP PostgreSQL: allow to escape identifier


https://github.com/ansible/ansible/pull/25883 Add unit test for delegated host test case
https://github.com/ansible/ansible/pull/32480 safer task results


https://github.com/ansible/ansible/pull/28238 Jinja2 2.9 Templating KeyError Fix (stable-2.3 backport)
https://github.com/ansible/ansible/pull/35099 [WIP] Fix jinja2>=2.9 nested include vars


https://github.com/ansible/ansible/pull/17628 Add tests for the ipaddr filter
https://github.com/ansible/ansible/pull/30415 New filter getmountfrompath to retrieve a mountpoint from a given path.


https://github.com/ansible/ansible/pull/28536 [WIP] Module except hook
https://github.com/ansible/ansible/issues/34444 Can we warn about connection: local python?


https://github.com/ansible/ansible/pull/30340 Remove all cli provider options from nxos tests
https://github.com/ansible/ansible/issues/33950 Provider Documentation is missing from multiple Network Modules


https://github.com/ansible/ansible/pull/20895 Refactor E-Series LunMapping module to use module_utils
https://github.com/ansible/ansible/pull/34232 Remove deprecated get_exception API


https://github.com/ansible/ansible/issues/13259 Service option must_exist disappeared
https://github.com/ansible/ansible/pull/34100 [WIP] Module deprecation: docs, scheme and tests


https://github.com/ansible/ansible/issues/28325 lib/ansible/module_utils/facts/system/ssh_pub_keys.py loses ECDSA hash type
https://github.com/ansible/ansible/pull/28449 Add ansible_ssh_host_key_ecdsa_public_subtype fact


https://github.com/ansible/ansible/pull/30764 [fix] pylint errors on module packaging os
https://github.com/ansible/ansible/issues/35062 apk dependencies falsely marked as changed


https://github.com/ansible/ansible/pull/28662 Introduce new 'required_by' argument_spec option
https://github.com/ansible/ansible/issues/33258 route53 `get` unnecessary? mandatory `type` field


https://github.com/ansible/ansible/pull/27787 guide_gce: add links and order of module config
https://github.com/ansible/ansible/issues/33381 docs example of using notify in a block: to call a handler doesn't work


https://github.com/ansible/ansible/pull/24032 Add dict support to osx_defaults
https://github.com/ansible/ansible/pull/24808 osx_defaults: refactor to use Foundation/CoreFoudation python modules instead of `defaults` command, adding a lot of new features at the same time (nested keys and values, support for all types, etc.)


https://github.com/ansible/ansible/pull/16748 More tolerant unit parsing
https://github.com/ansible/ansible/pull/25764 docker_common.py: Support specifying docker images by content hash only.


https://github.com/ansible/ansible/pull/26896 Fixes #26881: Added support for third-party modules.
https://github.com/ansible/ansible/pull/34100 [WIP] Module deprecation: docs, scheme and tests


https://github.com/ansible/ansible/issues/34853 SSH connection unstable on Ansible v2.4
https://github.com/ansible/ansible/pull/35171 wait_for works with tcp6 disabled, fixes #23456


https://github.com/ansible/ansible/pull/20899 Refactor E-Series Storage-System module to use module_utils
https://github.com/ansible/ansible/pull/34232 Remove deprecated get_exception API


https://github.com/ansible/ansible/pull/15060 Vault improvements: base64 encoding, no AES-CTR padding, code cleanups
https://github.com/ansible/ansible/pull/18470 [WIP] Deprecation version enforcement


https://github.com/ansible/ansible/pull/30340 Remove all cli provider options from nxos tests
https://github.com/ansible/ansible/issues/33950 Provider Documentation is missing from multiple Network Modules


https://github.com/ansible/ansible/pull/31564 Several fixes + Python 3 support for webfaction_* modules
https://github.com/ansible/ansible/pull/35024 webfaction modules: fix broken import


https://github.com/ansible/ansible/pull/16182 Refresh TREE_DIR
https://github.com/ansible/ansible/issues/33655 Test case ResourceWarning


https://github.com/ansible/ansible/pull/26606 integration tests for RDS modules - split of RDS module
https://github.com/ansible/ansible/pull/30746 [WIP/TEST] Mdd rds split testing wip - demo branch for future RDS


https://github.com/ansible/ansible/pull/28662 Introduce new 'required_by' argument_spec option
https://github.com/ansible/ansible/issues/34422 ec2_eip support for 'name' parameter (and improved idempotency)


https://github.com/ansible/ansible/issues/33381 docs example of using notify in a block: to call a handler doesn't work
https://github.com/ansible/ansible/pull/33938 Update playbooks_filters.rst


https://github.com/ansible/ansible/pull/26896 Fixes #26881: Added support for third-party modules.
https://github.com/ansible/ansible/pull/34100 [WIP] Module deprecation: docs, scheme and tests


https://github.com/ansible/ansible/pull/33829 Updated Documentation and examples for clarity
https://github.com/ansible/ansible/pull/35394 Aws ssm return fixes


https://github.com/ansible/ansible/pull/26896 Fixes #26881: Added support for third-party modules.
https://github.com/ansible/ansible/issues/33381 docs example of using notify in a block: to call a handler doesn't work


https://github.com/ansible/ansible/pull/14435 inventory.refresh_inventory does not refresh inventory._restriction
https://github.com/ansible/ansible/pull/18004 Add parent_groups and child_groups magic variables


https://github.com/ansible/ansible/pull/25111 Add note to `apt_key` doc about update requirement
https://github.com/ansible/ansible/pull/26572 Apt-key absent requires ID, does not use URL


https://github.com/ansible/ansible/issues/17953 Support for network namespace facts
https://github.com/ansible/ansible/issues/22435 [Feature request] Allow Vault to be set as a filter/parameter in variable(s)


https://github.com/ansible/ansible/pull/31670 Generalization Regex for ANSI Control Sequences
https://github.com/ansible/ansible/pull/33416 update terminal plugin to use cli()


https://github.com/ansible/ansible/pull/26604 new rds_snapshot module - split of RDS module
https://github.com/ansible/ansible/pull/30746 [WIP/TEST] Mdd rds split testing wip - demo branch for future RDS


https://github.com/ansible/ansible/pull/20822 Added prefix attribute to rabbitmq modules
https://github.com/ansible/ansible/pull/27263 Allow user to set rabbitmqctl path


https://github.com/ansible/ansible/pull/28716 Use remote_tmp as async_wrapper's jobdir (#28318)
https://github.com/ansible/ansible/pull/33074 [WIP] Windows and SSH


https://github.com/ansible/ansible/issues/26685 Setting environment variables from external file
https://github.com/ansible/ansible/issues/31879 openstack instance creation failure - Auth plugin requires parameters which were not given: auth_url


https://github.com/ansible/ansible/pull/20974 Make a generalized OpenStack cloud constructor
https://github.com/ansible/ansible/pull/21558 Attach an attached/detached volume from OpenStack VMs should return similar information


https://github.com/ansible/ansible/issues/34804 Force group creation to be local
https://github.com/ansible/ansible/pull/34805 added 'local' option to group


https://github.com/ansible/ansible/pull/33313 [WIP] Docs network auth, become & proxy
https://github.com/ansible/ansible/issues/33381 docs example of using notify in a block: to call a handler doesn't work


https://github.com/ansible/ansible/pull/33211 new module - AWS Direct Connect virtual interface
https://github.com/ansible/ansible/issues/34732 AWS direct connect modules are unable to create direct connect resources when 'ec2_url' is specified.


https://github.com/ansible/ansible/pull/30340 Remove all cli provider options from nxos tests
https://github.com/ansible/ansible/pull/34100 [WIP] Module deprecation: docs, scheme and tests


https://github.com/ansible/ansible/pull/18393 Fixing help message for the ansible-galaxy install command
https://github.com/ansible/ansible/issues/26085 junit tests failure


https://github.com/ansible/ansible/pull/18437 Enable communication to management API over HTTPS. Fixes #22953
https://github.com/ansible/ansible/pull/22957 rabbitmq_queue, add param to allow HTTPS connection to mgt api, fixes #22953


https://github.com/ansible/ansible/pull/23189 move alternatives to manual mode even if paths match
https://github.com/ansible/ansible/pull/23444 Add `state` parameter to Alternatives module


https://github.com/ansible/ansible/issues/17300 Ansible 2.1.1 not getting other extra vars
https://github.com/ansible/ansible/issues/17960 Documentation of which directories a template is searched for


https://github.com/ansible/ansible/pull/29032 [WIP] Mdd rds split instance 2
https://github.com/ansible/ansible/pull/30746 [WIP/TEST] Mdd rds split testing wip - demo branch for future RDS


https://github.com/ansible/ansible/pull/28107 Intro configuration : pipelining must be set to True
https://github.com/ansible/ansible/issues/33381 docs example of using notify in a block: to call a handler doesn't work


https://github.com/ansible/ansible/pull/31748 win_nssm AppEnvironmentExtra support
https://github.com/ansible/ansible/issues/33159 win_nssm: startup directory parameter


https://github.com/ansible/ansible/pull/32818 modules/notification/email: Add encryption support
https://github.com/ansible/ansible/pull/33232 Extending email notification module


https://github.com/ansible/ansible/pull/18437 Enable communication to management API over HTTPS. Fixes #22953
https://github.com/ansible/ansible/pull/22957 rabbitmq_queue, add param to allow HTTPS connection to mgt api, fixes #22953


https://github.com/ansible/ansible/pull/32756 Azure rm keyvault module
https://github.com/ansible/ansible/pull/35150 [new module] azure_rm_keyvault


https://github.com/ansible/ansible/pull/20896 Refactor E-Series SnapshotGroup module to use module_utils
https://github.com/ansible/ansible/pull/34232 Remove deprecated get_exception API


https://github.com/ansible/ansible/issues/26395 jabber module does not connect to the server and looks like it takes in the user as the host
https://github.com/ansible/ansible/issues/33655 Test case ResourceWarning


https://github.com/ansible/ansible/pull/32913 Assure hostname summary is well aligned
https://github.com/ansible/ansible/issues/33655 Test case ResourceWarning


https://github.com/ansible/ansible/pull/23407 Converted ec2_metric_alarm to boto3. Added treat_missing_data option.
https://github.com/ansible/ansible/pull/33086 ec2_metric_alarm: TreatMissingData feature


https://github.com/ansible/ansible/pull/28969 s3_sync: add encoding
https://github.com/ansible/ansible/issues/34151 s3_sync missing --no-follow-symlinks option


https://github.com/ansible/ansible/pull/30680 [WIP] Elasticache replication group
https://github.com/ansible/ansible/pull/33124 aws_waf_rule module


https://github.com/ansible/ansible/pull/28662 Introduce new 'required_by' argument_spec option
https://github.com/ansible/ansible/pull/31756 Fix "route" has to be the first option in ufw command


https://github.com/ansible/ansible/pull/26606 integration tests for RDS modules - split of RDS module
https://github.com/ansible/ansible/pull/30746 [WIP/TEST] Mdd rds split testing wip - demo branch for future RDS


https://github.com/ansible/ansible/pull/33416 update terminal plugin to use cli()
https://github.com/ansible/ansible/pull/35292 Fix network cli prompts to bind to the newline


https://github.com/ansible/ansible/pull/20974 Make a generalized OpenStack cloud constructor
https://github.com/ansible/ansible/issues/35284 os_nova_flavor module missing ability to update existing flavors


https://github.com/ansible/ansible/pull/20630 Add MariadDB GTID support to mysql_replication module
https://github.com/ansible/ansible/pull/27356 add support for mariadb replication


https://github.com/ansible/ansible/pull/33124 aws_waf_rule module
https://github.com/ansible/ansible/pull/33212 New aws_waf_web_acl module


https://github.com/ansible/ansible/issues/22532 bug - esg_asg module can fail due to operation in progress / intermittent integration test faail
https://github.com/ansible/ansible/issues/29501 ec2_asg does not work when using replace_all_instances option


https://github.com/ansible/ansible/pull/24282 New module: Add Pritunl VPN organisation module (net_tools/pritunl/)
https://github.com/ansible/ansible/pull/26584 New module: Add Pritunl VPN user module (net_tools/pritunl/) (Fixing #26583)


https://github.com/ansible/ansible/issues/31799 maven_artifact should download artifact before hash
https://github.com/ansible/ansible/issues/32345 maven_artifact (+ delegate_to) : cannot create intermediate folders anymore


https://github.com/ansible/ansible/issues/33331 Option to change file permissions/attributes in sysctl module
https://github.com/ansible/ansible/issues/33974 sysctl module mess with sysctl.conf file


https://github.com/ansible/ansible/issues/33381 docs example of using notify in a block: to call a handler doesn't work
https://github.com/ansible/ansible/pull/33704 Fix docs errors


https://github.com/ansible/ansible/pull/27350 Switch from "zabbix-api" to "pyzabbix"
https://github.com/ansible/ansible/pull/31933 Adding support for macros {$ANSIBLE_HOST} and {$ANSIBLE_PORT}, provid


https://github.com/ansible/ansible/pull/32052 [WIP] New section dev_guide/module_utils
https://github.com/ansible/ansible/issues/33381 docs example of using notify in a block: to call a handler doesn't work


https://github.com/ansible/ansible/pull/22956 Refactor and improve gconftool2 module
https://github.com/ansible/ansible/issues/34161 gconftool2 module fails to update gconf.xml.mandatory with default values


https://github.com/ansible/ansible/pull/31564 Several fixes + Python 3 support for webfaction_* modules
https://github.com/ansible/ansible/pull/35024 webfaction modules: fix broken import


https://github.com/ansible/ansible/pull/33416 update terminal plugin to use cli()
https://github.com/ansible/ansible/pull/35292 Fix network cli prompts to bind to the newline


https://github.com/ansible/ansible/pull/15543 Fix #14454 with_first_found fails with ansible 2
https://github.com/ansible/ansible/issues/18430 first_found lookup path differs from with_first_found


https://github.com/ansible/ansible/pull/26737 [postgresql_ext] Add support for requiring a specific extension version
https://github.com/ansible/ansible/pull/30828 WIP PostgreSQL: allow to escape identifier


https://github.com/ansible/ansible/pull/28365 Added the Set-FileAttributes
https://github.com/ansible/ansible/issues/34168 win_file absent fails when path contains a bracket


https://github.com/ansible/ansible/issues/22531 Trailing new lines aren't kept by default by template module
https://github.com/ansible/ansible/issues/29045 'combine' filter breaks dependencies deduplication


https://github.com/ansible/ansible/pull/32006 Debug strategy: handle include failure
https://github.com/ansible/ansible/issues/33381 docs example of using notify in a block: to call a handler doesn't work


https://github.com/ansible/ansible/pull/21166 Epic fail
https://github.com/ansible/ansible/pull/34100 [WIP] Module deprecation: docs, scheme and tests


https://github.com/ansible/ansible/pull/16342 Add special tag 'skip', feature request #11045
https://github.com/ansible/ansible/pull/34104 add 'never' tag


https://github.com/ansible/ansible/issues/33381 docs example of using notify in a block: to call a handler doesn't work
https://github.com/ansible/ansible/pull/34462 Better document connection: local


https://github.com/ansible/ansible/pull/26840 Add setfacl option --no-mask (#26796)
https://github.com/ansible/ansible/pull/34232 Remove deprecated get_exception API


https://github.com/ansible/ansible/pull/26012 Added shell out errors
https://github.com/ansible/ansible/issues/33381 docs example of using notify in a block: to call a handler doesn't work


https://github.com/ansible/ansible/issues/21773 Playbooks with many handlers make slow task transition.
https://github.com/ansible/ansible/issues/21838 The 'to retry, use..." message on stdout breaks parsing of JSON when stdout_callback=json is set


https://github.com/ansible/ansible/pull/20898 Refactor E-Series Snapshot Volume module to use module_utils
https://github.com/ansible/ansible/pull/34232 Remove deprecated get_exception API


https://github.com/ansible/ansible/pull/30340 Remove all cli provider options from nxos tests
https://github.com/ansible/ansible/issues/35233 document tx_rate and rx_rate operator for network modules


https://github.com/ansible/ansible/pull/26606 integration tests for RDS modules - split of RDS module
https://github.com/ansible/ansible/pull/30746 [WIP/TEST] Mdd rds split testing wip - demo branch for future RDS


https://github.com/ansible/ansible/pull/24282 New module: Add Pritunl VPN organisation module (net_tools/pritunl/)
https://github.com/ansible/ansible/pull/26584 New module: Add Pritunl VPN user module (net_tools/pritunl/) (Fixing #26583)


https://github.com/ansible/ansible/pull/26606 integration tests for RDS modules - split of RDS module
https://github.com/ansible/ansible/pull/30746 [WIP/TEST] Mdd rds split testing wip - demo branch for future RDS


https://github.com/ansible/ansible/pull/31564 Several fixes + Python 3 support for webfaction_* modules
https://github.com/ansible/ansible/pull/35024 webfaction modules: fix broken import


https://github.com/ansible/ansible/pull/19856 pacemaker_cluster: Fail ansible if the cluster state is not the expected state
https://github.com/ansible/ansible/pull/28298 pacemaker_cluster.py: Fix issue #25528, allow to put pacemaker cluster in/out from maintenance mode


https://github.com/ansible/ansible/pull/26737 [postgresql_ext] Add support for requiring a specific extension version
https://github.com/ansible/ansible/pull/30828 WIP PostgreSQL: allow to escape identifier


https://github.com/ansible/ansible/issues/34082 oc module won't read inline from files in py3: 'TypeError: a bytes-like object is required, not 'str''
https://github.com/ansible/ansible/pull/34100 [WIP] Module deprecation: docs, scheme and tests


https://github.com/ansible/ansible/pull/30486 include and import need to get documented in the porting guide
https://github.com/ansible/ansible/issues/33381 docs example of using notify in a block: to call a handler doesn't work


https://github.com/ansible/ansible/pull/27633 Apt rpm
https://github.com/ansible/ansible/pull/30764 [fix] pylint errors on module packaging os


https://github.com/ansible/ansible/pull/30714 [WIP] include role intg tests
https://github.com/ansible/ansible/pull/35167 fix Include role: exposed/shared vars


https://github.com/ansible/ansible/pull/19047 swdepot.py : filter swlist result header
https://github.com/ansible/ansible/pull/30764 [fix] pylint errors on module packaging os


https://github.com/ansible/ansible/pull/29170 Windows: Introduce Set-Fact and set reboot_pending
https://github.com/ansible/ansible/issues/34675 Add option to win_domain to include management tools during install


https://github.com/ansible/ansible/pull/34353 bug into snmp_facts on some cisco
https://github.com/ansible/ansible/pull/35101 Add missing documentation on return of snmp_facts


https://github.com/ansible/ansible/pull/30764 [fix] pylint errors on module packaging os
https://github.com/ansible/ansible/pull/34232 Remove deprecated get_exception API


https://github.com/ansible/ansible/pull/30593 UTF-8 paths CLI patch
https://github.com/ansible/ansible/pull/32909 Include both groups and hosts when pattern-matching with --limit


https://github.com/ansible/ansible/issues/33554 ios_command: Broken stdout_lines behavior between Ansible 2.3 and 2.4 -- Reference incident #30836 seen again for CentOs 7 environment
https://github.com/ansible/ansible/issues/34468 ios_commands documentation


https://github.com/ansible/ansible/pull/19239 Add support for --list-modules
https://github.com/ansible/ansible/pull/32280 globalize callbacks


https://github.com/ansible/ansible/pull/28536 [WIP] Module except hook
https://github.com/ansible/ansible/issues/33179 Gem module does not work with version constraints / specifiers


https://github.com/ansible/ansible/issues/29472 ansible_module_iosxr_install_config "get_module" not defined
https://github.com/ansible/ansible/issues/32061 iosxr_config src parameter does not do what is expected.


https://github.com/ansible/ansible/pull/24442 ini_file: add allow_no_value param
https://github.com/ansible/ansible/pull/33888 Fixes #30599 Ini_file module: Options within no section managed


https://github.com/ansible/ansible/pull/32756 Azure rm keyvault module
https://github.com/ansible/ansible/pull/35150 [new module] azure_rm_keyvault


https://github.com/ansible/ansible/pull/19262 Add capability to check if service is successfully deployed
https://github.com/ansible/ansible/pull/34369 Add support for awsvpc on ecs_taskdefinition module and ecs_service


https://github.com/ansible/ansible/issues/33243 win_chocolatey: Installing latest prerelease packages not implementet?
https://github.com/ansible/ansible/issues/35238 win_chocolatey - args. quotes


https://github.com/ansible/ansible/pull/29024 Update ec2_remote_facts to include instance type
https://github.com/ansible/ansible/pull/34100 [WIP] Module deprecation: docs, scheme and tests


https://github.com/ansible/ansible/pull/28687 Add lvs_full subfact to ansible_lvm, to handle clashing lvol names in different volgroups
https://github.com/ansible/ansible/pull/33937 setup: facts: linux: respect partitions if device is nvme, cciss or loop.


https://github.com/ansible/ansible/pull/27269 Digitalocean public private ip
https://github.com/ansible/ansible/pull/29960 Digital Ocean Integration tests


https://github.com/ansible/ansible/pull/30340 Remove all cli provider options from nxos tests
https://github.com/ansible/ansible/issues/33950 Provider Documentation is missing from multiple Network Modules


https://github.com/ansible/ansible/issues/33414 aruba_command and aruba_config authenticates the connection but fails running the task
https://github.com/ansible/ansible/issues/35304 aci: Decide on default RESULT values and parameter to influence


https://github.com/ansible/ansible/pull/33862 make jira authentication Python3 compatible
https://github.com/ansible/ansible/issues/34289 Jira.py error with issue closure


https://github.com/ansible/ansible/pull/20814 Refactor format_allowed_section in gce_net module.
https://github.com/ansible/ansible/pull/27194 Splits and rewrites gce_net


https://github.com/ansible/ansible/pull/26606 integration tests for RDS modules - split of RDS module
https://github.com/ansible/ansible/pull/30746 [WIP/TEST] Mdd rds split testing wip - demo branch for future RDS


https://github.com/ansible/ansible/pull/25975 New module: support Alibaba Cloud ECS (cloud/alicloud/alicloud_instance)
https://github.com/ansible/ansible/issues/33381 docs example of using notify in a block: to call a handler doesn't work


https://github.com/ansible/ansible/pull/26737 [postgresql_ext] Add support for requiring a specific extension version
https://github.com/ansible/ansible/pull/30828 WIP PostgreSQL: allow to escape identifier


https://github.com/ansible/ansible/issues/27124 Assert module should not always be verbose
https://github.com/ansible/ansible/issues/30843 Assert module always returning "All assertions passed"


https://github.com/ansible/ansible/pull/30340 Remove all cli provider options from nxos tests
https://github.com/ansible/ansible/issues/33950 Provider Documentation is missing from multiple Network Modules


https://github.com/ansible/ansible/pull/33416 update terminal plugin to use cli()
https://github.com/ansible/ansible/pull/35292 Fix network cli prompts to bind to the newline


https://github.com/ansible/ansible/issues/35041 aci_rest: change not detected
https://github.com/ansible/ansible/issues/35050 aci_rest: Using status="created" behaves differently than status="deleted"


https://github.com/ansible/ansible/pull/20334 ec2_vpc: resource_tags aren't required if vpc id given
https://github.com/ansible/ansible/pull/34100 [WIP] Module deprecation: docs, scheme and tests


https://github.com/ansible/ansible/pull/34845 ACI_EPG_TO_DOMAIN: Add note about Openstack VMMs
https://github.com/ansible/ansible/issues/35340 ACI module to add static paths to EPG


https://github.com/ansible/ansible/pull/19172 introduce `module_utils.urls.fetch_file` as a wrapper to download and save files
https://github.com/ansible/ansible/pull/30463 unarchive module: Force unarchive if symlink target changes (#30420)


https://github.com/ansible/ansible/issues/33950 Provider Documentation is missing from multiple Network Modules
https://github.com/ansible/ansible/issues/34709 junos_vlan missing DI parameter interface


https://github.com/ansible/ansible/pull/20189 Addition parameter for elasticsearch_plugin module
https://github.com/ansible/ansible/issues/33368 elasticsearch_plugin doesn't install plugin with url or file in "name" argument


https://github.com/ansible/ansible/pull/26737 [postgresql_ext] Add support for requiring a specific extension version
https://github.com/ansible/ansible/pull/30828 WIP PostgreSQL: allow to escape identifier


https://github.com/ansible/ansible/pull/20974 Make a generalized OpenStack cloud constructor
https://github.com/ansible/ansible/pull/23614 os_user: update password only when needed


https://github.com/ansible/ansible/pull/33032 [WIP]: Update docs about variable syntax for import/include
https://github.com/ansible/ansible/issues/33381 docs example of using notify in a block: to call a handler doesn't work


https://github.com/ansible/ansible/issues/34994 win_iis_webapplication: additional parameters
https://github.com/ansible/ansible/pull/34998 win_iis_webapplication: added additional parameters


https://github.com/ansible/ansible/pull/26737 [postgresql_ext] Add support for requiring a specific extension version
https://github.com/ansible/ansible/pull/30828 WIP PostgreSQL: allow to escape identifier


https://github.com/ansible/ansible/pull/32571 Add aci_bd_dhcp_label.py


https://github.com/ansible/ansible/issues/18513 fetch_url fails with empty exception


https://github.com/ansible/ansible/pull/34277 Add module for interacting with AWS-hosted Elasticsearch


https://github.com/ansible/ansible/pull/30340 Remove all cli provider options from nxos tests


https://github.com/ansible/ansible/pull/28371 new module lvol_thin


https://github.com/ansible/ansible/pull/35165 FIX: multiple nested tasks include levels


https://github.com/ansible/ansible/issues/33381 docs example of using notify in a block: to call a handler doesn't work


https://github.com/ansible/ansible/pull/33606 Az mod keyvault ops


https://github.com/ansible/ansible/issues/33414 aruba_command and aruba_config authenticates the connection but fails running the task


https://github.com/ansible/ansible/pull/35014 GCP: DNS Managed Zones


https://github.com/ansible/ansible/pull/33585 StoragePoolFactsModule for HPE OneView


https://github.com/ansible/ansible/issues/31004 [stretch] Support nested vault encryption (vault encrypted vault content)


https://github.com/ansible/ansible/issues/34556 RFE: permit passing stdin to "raw" module


https://github.com/ansible/ansible/pull/33606 Az mod keyvault ops


https://github.com/ansible/ansible/issues/33950 Provider Documentation is missing from multiple Network Modules


https://github.com/ansible/ansible/pull/20974 Make a generalized OpenStack cloud constructor


https://github.com/ansible/ansible/pull/23443 Resolves #23442 If included file is a symlink, symlinked path should be added in lookup paths for files and templates


https://github.com/ansible/ansible/pull/30340 Remove all cli provider options from nxos tests


https://github.com/ansible/ansible/pull/34614 [new module] azure_rm_postgresqldatabase_facts


https://github.com/ansible/ansible/issues/33655 Test case ResourceWarning


https://github.com/ansible/ansible/pull/33040 LDAP: Refactor and add ldap_passwd module


https://github.com/ansible/ansible/issues/33381 docs example of using notify in a block: to call a handler doesn't work


https://github.com/ansible/ansible/pull/10532 Date and Time filters.


https://github.com/ansible/ansible/issues/33381 docs example of using notify in a block: to call a handler doesn't work


https://github.com/ansible/ansible/pull/35166 Include roles with tags in meta/main.yml make a role run more than neccesary


https://github.com/ansible/ansible/issues/33381 docs example of using notify in a block: to call a handler doesn't work


https://github.com/ansible/ansible/pull/22486 ovirt: Add dynamic inventory for oVirt hosts


https://github.com/ansible/ansible/issues/30655 Specifying 'Inventory' or 'Credential' in tower_job_launch module returns 'tower_cli.exceptions.NotFound'


https://github.com/ansible/ansible/issues/33381 docs example of using notify in a block: to call a handler doesn't work


https://github.com/ansible/ansible/pull/30340 Remove all cli provider options from nxos tests


https://github.com/ansible/ansible/pull/24370 [WIP] New module: Add apache2_conf module (web_infrastructure/apache2_conf)


https://github.com/ansible/ansible/pull/11819 Tests for amazon ecs modules


https://github.com/ansible/ansible/pull/33350 HTML Documentation: More complete toctree.


https://github.com/ansible/ansible/issues/35233 document tx_rate and rx_rate operator for network modules


https://github.com/ansible/ansible/pull/28976 Add --convert-type flag for use with --extra-vars (#23485)


https://github.com/ansible/ansible/pull/20888 Refactor E-Series FlashCache module to use module_utils


https://github.com/ansible/ansible/pull/26404 win_xml module for manipulating XML files on Windows


https://github.com/ansible/ansible/pull/26529 WIP: runc: Initial runc module package


https://github.com/ansible/ansible/pull/35128 VMware: Add basic vmware module related guide


https://github.com/ansible/ansible/pull/26001 Add new event v2_runner_on_task_start to allow callback by host task


https://github.com/ansible/ansible/pull/35362 Adapt hpilo related modules to the current version of python-hpilo


https://github.com/ansible/ansible/pull/34636 [new module] azure_rm_containerregistryreplication


https://github.com/ansible/ansible/pull/10532 Date and Time filters.


https://github.com/ansible/ansible/pull/34620 [new module] azure_rm_postgresqlfirewallrule_facts


https://github.com/ansible/ansible/pull/34232 Remove deprecated get_exception API


https://github.com/ansible/ansible/pull/22330 Convert README from Markdown to ReStructured Text and use as longdesc


https://github.com/ansible/ansible/pull/35014 GCP: DNS Managed Zones


https://github.com/ansible/ansible/pull/34638 [new module] azure_rm_containerregistrywebhook


https://github.com/ansible/ansible/pull/30340 Remove all cli provider options from nxos tests


https://github.com/ansible/ansible/pull/30340 Remove all cli provider options from nxos tests


https://github.com/ansible/ansible/pull/20974 Make a generalized OpenStack cloud constructor


https://github.com/ansible/ansible/pull/31427 Added new option to disable purging rules when updating ALB


https://github.com/ansible/ansible/pull/20848 oracle: initial commit


https://github.com/ansible/ansible/pull/34381 WIP: awsvpc configuration for ECS


https://github.com/ansible/ansible/pull/21742 Netbox external inventory script.


https://github.com/ansible/ansible/pull/20974 Make a generalized OpenStack cloud constructor


https://github.com/ansible/ansible/issues/33414 aruba_command and aruba_config authenticates the connection but fails running the task


https://github.com/ansible/ansible/pull/32414 Add new datacenters as valid sl vm datacenter options. Fixes #32387


https://github.com/ansible/ansible/issues/33381 docs example of using notify in a block: to call a handler doesn't work


https://github.com/ansible/ansible/pull/34610 [new module] azure_rm_postgresqlserver_facts


https://github.com/ansible/ansible/issues/33381 docs example of using notify in a block: to call a handler doesn't work


https://github.com/ansible/ansible/pull/35346 Add jenkins_job_facts module


https://github.com/ansible/ansible/pull/34246 Introduce grafana callback plugin.


https://github.com/ansible/ansible/pull/26922 synchronize: add support for the 'lxd' transport


https://github.com/ansible/ansible/pull/23149 contribute docker-machine inventory


https://github.com/ansible/ansible/pull/34609 [new module] azure_rm_mysqlserver_facts


https://github.com/ansible/ansible/pull/35391 FreeIPA: Add Env variable as module parameter


https://github.com/ansible/ansible/pull/35165 FIX: multiple nested tasks include levels


https://github.com/ansible/ansible/pull/18086 Start adding unit tests for facts cpuinfo


https://github.com/ansible/ansible/pull/24040 azure_rm_common: only remove tags from new_tags if append_tags is not


https://github.com/ansible/ansible/issues/33381 docs example of using notify in a block: to call a handler doesn't work


https://github.com/ansible/ansible/pull/21218 New dimensiondata_vlan module.


https://github.com/ansible/ansible/pull/32571 Add aci_bd_dhcp_label.py


https://github.com/ansible/ansible/pull/23048 add uncompress module


https://github.com/ansible/ansible/issues/33655 Test case ResourceWarning


https://github.com/ansible/ansible/pull/34100 [WIP] Module deprecation: docs, scheme and tests


https://github.com/ansible/ansible/pull/34617 [new module] azure_rm_postgresqlfirewallrule


https://github.com/ansible/ansible/pull/25840 Add external-dir argument for facter module (Issue #25839)


https://github.com/ansible/ansible/pull/27914 WIP: [virt_vol] Adds module to mange libvirt volumes


https://github.com/ansible/ansible/pull/32484 Adds proxy auth support to pulp_repo module


https://github.com/ansible/ansible/pull/35100 Win lineinfile fix


https://github.com/ansible/ansible/pull/35165 FIX: multiple nested tasks include levels


https://github.com/ansible/ansible/issues/17757 Inventory directories insufficiently documented


https://github.com/ansible/ansible/pull/10398 Changes to unittests that verify units for interval and ttl durations.


https://github.com/ansible/ansible/pull/11819 Tests for amazon ecs modules


https://github.com/ansible/ansible/pull/28548 [WIP] Integration tests for rabbitmq_plugin


https://github.com/ansible/ansible/pull/34639 [new module] azure_rm_containerregistrywebhook_facts


https://github.com/ansible/ansible/pull/26459 Zpool facts 26351


https://github.com/ansible/ansible/issues/33381 docs example of using notify in a block: to call a handler doesn't work


https://github.com/ansible/ansible/issues/33381 docs example of using notify in a block: to call a handler doesn't work


https://github.com/ansible/ansible/pull/19686 New module to manage mongodb roles/privileges


https://github.com/ansible/ansible/issues/23450 win_copy: Slow transfer speed


https://github.com/ansible/ansible/pull/35165 FIX: multiple nested tasks include levels


https://github.com/ansible/ansible/issues/30497 Approach for enabling use of `ec2.py` inventory script when Ansible installed in unactivated virtualenv (e.g. via Homebrew)


https://github.com/ansible/ansible/pull/34637 [new module] azure_rm_containerregistryreplication_facts


https://github.com/ansible/ansible/pull/26922 synchronize: add support for the 'lxd' transport


https://github.com/ansible/ansible/pull/27944 Added the ability to define tags for elasticache


https://github.com/ansible/ansible/pull/35390 Infoblox should be run locally


https://github.com/ansible/ansible/pull/34232 Remove deprecated get_exception API


https://github.com/ansible/ansible/pull/30340 Remove all cli provider options from nxos tests


https://github.com/ansible/ansible/pull/30746 [WIP/TEST] Mdd rds split testing wip - demo branch for future RDS


https://github.com/ansible/ansible/pull/25573 Adds optional filter arg to meta for flush_handlers


https://github.com/ansible/ansible/pull/24370 [WIP] New module: Add apache2_conf module (web_infrastructure/apache2_conf)


https://github.com/ansible/ansible/issues/23949 ios_facts fails at gathering ipv6 addresses


https://github.com/ansible/ansible/pull/26071 New module: GitHub Enterprise Organizations API [source_control/github_organization]


https://github.com/ansible/ansible/pull/24370 [WIP] New module: Add apache2_conf module (web_infrastructure/apache2_conf)


https://github.com/ansible/ansible/pull/35390 Infoblox should be run locally


https://github.com/ansible/ansible/pull/25687 Add new module cs_traffictype


https://github.com/ansible/ansible/pull/34318 Fix for with_ini when used with YAML parameters.


https://github.com/ansible/ansible/pull/34639 [new module] azure_rm_containerregistrywebhook_facts


https://github.com/ansible/ansible/pull/35167 fix Include role: exposed/shared vars


https://github.com/ansible/ansible/issues/33381 docs example of using notify in a block: to call a handler doesn't work


https://github.com/ansible/ansible/pull/18727 vca_vapp module: allow vcd authentication token instead of user/password combination


https://github.com/ansible/ansible/pull/24359 added dynamic docker swarm + gitlab runner inventory


https://github.com/ansible/ansible/pull/32505 Add Pure Storage FlashBlade Snapshot module


https://github.com/ansible/ansible/pull/35165 FIX: multiple nested tasks include levels


https://github.com/ansible/ansible/pull/22234 Mongo Inventory


https://github.com/ansible/ansible/pull/30340 Remove all cli provider options from nxos tests


https://github.com/ansible/ansible/issues/33381 docs example of using notify in a block: to call a handler doesn't work


https://github.com/ansible/ansible/pull/35014 GCP: DNS Managed Zones


https://github.com/ansible/ansible/issues/33381 docs example of using notify in a block: to call a handler doesn't work


https://github.com/ansible/ansible/issues/33414 aruba_command and aruba_config authenticates the connection but fails running the task


https://github.com/ansible/ansible/issues/33381 docs example of using notify in a block: to call a handler doesn't work


https://github.com/ansible/ansible/pull/30714 [WIP] include role intg tests


https://github.com/ansible/ansible/pull/25573 Adds optional filter arg to meta for flush_handlers


https://github.com/ansible/ansible/pull/22273 Add warning if playbook references a var that shadows a builtin method


https://github.com/ansible/ansible/pull/34612 [new module] azure_rm_sqldatabase_facts


https://github.com/ansible/ansible/pull/25585 Module quagga command


https://github.com/ansible/ansible/pull/34618 [new module] azure_rm_sqlfirewallrule_facts


https://github.com/ansible/ansible/pull/30340 Remove all cli provider options from nxos tests


https://github.com/ansible/ansible/pull/11819 Tests for amazon ecs modules


https://github.com/ansible/ansible/pull/32562 new vagrant_box module


https://github.com/ansible/ansible/issues/33414 aruba_command and aruba_config authenticates the connection but fails running the task


https://github.com/ansible/ansible/pull/32359 Run var_prec tests with/without fact caching


https://github.com/ansible/ansible/pull/24370 [WIP] New module: Add apache2_conf module (web_infrastructure/apache2_conf)


https://github.com/ansible/ansible/pull/34613 [new module] azure_rm_mysqldatabase_facts


https://github.com/ansible/ansible/pull/30714 [WIP] include role intg tests


https://github.com/ansible/ansible/pull/30478 Feature/refactor opkg add unit test to opkg


https://github.com/ansible/ansible/issues/33381 docs example of using notify in a block: to call a handler doesn't work


https://github.com/ansible/ansible/pull/26922 synchronize: add support for the 'lxd' transport


https://github.com/ansible/ansible/issues/33414 aruba_command and aruba_config authenticates the connection but fails running the task


https://github.com/ansible/ansible/pull/25176 ec2_customer_gateway: improve returned data


https://github.com/ansible/ansible/issues/35181 Need gce_facts module to get Google instance information.


https://github.com/ansible/ansible/issues/35039 ovirt_hosts has iscsidiscover and iscsilogin state but it misses iscsilogout


https://github.com/ansible/ansible/pull/34615 [new module] azure_rm_sqlfirewallrule


https://github.com/ansible/ansible/pull/34100 [WIP] Module deprecation: docs, scheme and tests


https://github.com/ansible/ansible/pull/18728 [git] Fix fetching branch of shallow clone


https://github.com/ansible/ansible/issues/30724 ansible s3_* modules fail when bucket name contains periods


https://github.com/ansible/ansible/pull/35166 Include roles with tags in meta/main.yml make a role run more than neccesary


https://github.com/ansible/ansible/pull/17337 Add test of the selinux module (as a start)


https://github.com/ansible/ansible/issues/33950 Provider Documentation is missing from multiple Network Modules


https://github.com/ansible/ansible/pull/31160 postgresql_merge: New module to merge database content


https://github.com/ansible/ansible/issues/33381 docs example of using notify in a block: to call a handler doesn't work


https://github.com/ansible/ansible/pull/35166 Include roles with tags in meta/main.yml make a role run more than neccesary


https://github.com/ansible/ansible/pull/30340 Remove all cli provider options from nxos tests


https://github.com/ansible/ansible/pull/34620 [new module] azure_rm_postgresqlfirewallrule_facts


https://github.com/ansible/ansible/issues/33381 docs example of using notify in a block: to call a handler doesn't work


https://github.com/ansible/ansible/pull/13612 Add a guestfs connexion plugin


https://github.com/ansible/ansible/pull/20276 Auth0 modules


https://github.com/ansible/ansible/pull/25767 Add a callback that uses python logging


https://github.com/ansible/ansible/pull/33607 Az mod keyvault key


https://github.com/ansible/ansible/pull/33419 New module: keycloak_clienttemplate


https://github.com/ansible/ansible/issues/33381 docs example of using notify in a block: to call a handler doesn't work


https://github.com/ansible/ansible/pull/25246 WIP: locale_gen: simplify/refactor, improve tests, add RedHat/CentOS support


https://github.com/ansible/ansible/pull/19739 add spectrum_device module


https://github.com/ansible/ansible/issues/22953 rabbitmq_queue has no option to use HTTPS when accessing RabbitMQ management API


https://github.com/ansible/ansible/issues/34173 aci: Add more examples/integration tests


https://github.com/ansible/ansible/pull/34610 [new module] azure_rm_postgresqlserver_facts


https://github.com/ansible/ansible/issues/30829 lookup from file function cuts new line at the end of file


https://github.com/ansible/ansible/pull/25103 New Ambari Module to gather facts from Apache Ambari.


https://github.com/ansible/ansible/pull/30340 Remove all cli provider options from nxos tests


https://github.com/ansible/ansible/pull/27932 New Module: snow_record_find - Search for multiple records from ServiceNow


https://github.com/ansible/ansible/issues/33655 Test case ResourceWarning


https://github.com/ansible/ansible/issues/33381 docs example of using notify in a block: to call a handler doesn't work


https://github.com/ansible/ansible/pull/30340 Remove all cli provider options from nxos tests


https://github.com/ansible/ansible/pull/34232 Remove deprecated get_exception API


https://github.com/ansible/ansible/pull/34638 [new module] azure_rm_containerregistrywebhook


https://github.com/ansible/ansible/pull/22803 fix --become_method=pbrun


https://github.com/ansible/ansible/pull/20974 Make a generalized OpenStack cloud constructor


https://github.com/ansible/ansible/pull/27012 [passwordstore] Add dependencies to Dockerfiles


https://github.com/ansible/ansible/pull/28536 [WIP] Module except hook


https://github.com/ansible/ansible/pull/27012 [passwordstore] Add dependencies to Dockerfiles


https://github.com/ansible/ansible/pull/31960 aws_kms enhancements


https://github.com/ansible/ansible/pull/34834 profitbricks: support for update state, check mode, custom API URL & other improvements


https://github.com/ansible/ansible/issues/22607 contrib/inventory/linode.py is slowing down setup


https://github.com/ansible/ansible/issues/33381 docs example of using notify in a block: to call a handler doesn't work


https://github.com/ansible/ansible/pull/30340 Remove all cli provider options from nxos tests


https://github.com/ansible/ansible/pull/29011 messaging: Add new modules for kafka-topics


https://github.com/ansible/ansible/issues/33381 docs example of using notify in a block: to call a handler doesn't work


https://github.com/ansible/ansible/issues/33381 docs example of using notify in a block: to call a handler doesn't work


https://github.com/ansible/ansible/issues/33381 docs example of using notify in a block: to call a handler doesn't work


https://github.com/ansible/ansible/pull/34928 fix connection gets overridden by network_cli for transport nxapi,eapi net_* modules


https://github.com/ansible/ansible/pull/34950 [WIP] DO NOT MERGE - experiment - see what breaks in ci without pkg_resources


https://github.com/ansible/ansible/pull/35314 Add cloudwatchlogs_log_group_facts module


https://github.com/ansible/ansible/issues/33655 Test case ResourceWarning


https://github.com/ansible/ansible/pull/20809 Add new module sqitch to manage changes in databases


https://github.com/ansible/ansible/pull/28717 Add new os_security_groups_facts module


https://github.com/ansible/ansible/issues/17594 Parsing error results in ERROR! Unexpected Exception: 0


https://github.com/ansible/ansible/pull/11819 Tests for amazon ecs modules


https://github.com/ansible/ansible/issues/33414 aruba_command and aruba_config authenticates the connection but fails running the task


https://github.com/ansible/ansible/pull/31140 New aws_ses_identity module to manage AWS Simple Email Service Identity


https://github.com/ansible/ansible/issues/33381 docs example of using notify in a block: to call a handler doesn't work


https://github.com/ansible/ansible/pull/28947 linode: create instances and assign private network addresses idempotently


https://github.com/ansible/ansible/pull/32849 ManagedSANFactsModule for HPE OneView


https://github.com/ansible/ansible/pull/30340 Remove all cli provider options from nxos tests


https://github.com/ansible/ansible/pull/34873 Netact cm command2


https://github.com/ansible/ansible/pull/35076 New module: manage 1&1 private network (cloud/oneandone/oneandone_private_network)


https://github.com/ansible/ansible/pull/21405 Fix Cloudflare module not updating CNAME records


https://github.com/ansible/ansible/issues/33381 docs example of using notify in a block: to call a handler doesn't work


https://github.com/ansible/ansible/pull/31733 Allow lists and dicts as msg/var parameters to debug module


https://github.com/ansible/ansible/pull/34100 [WIP] Module deprecation: docs, scheme and tests


https://github.com/ansible/ansible/issues/33296 Is it possible to precise the loading order of files in `group_vars/`


https://github.com/ansible/ansible/pull/27634 Adding new Windows module win_disk_management


https://github.com/ansible/ansible/issues/33381 docs example of using notify in a block: to call a handler doesn't work


https://github.com/ansible/ansible/pull/26251 add rc service module and sysrc utils


https://github.com/ansible/ansible/pull/33419 New module: keycloak_clienttemplate


https://github.com/ansible/ansible/pull/35390 Infoblox should be run locally


https://github.com/ansible/ansible/issues/33381 docs example of using notify in a block: to call a handler doesn't work


https://github.com/ansible/ansible/issues/33381 docs example of using notify in a block: to call a handler doesn't work


https://github.com/ansible/ansible/issues/33381 docs example of using notify in a block: to call a handler doesn't work


https://github.com/ansible/ansible/pull/34638 [new module] azure_rm_containerregistrywebhook


https://github.com/ansible/ansible/pull/34834 profitbricks: support for update state, check mode, custom API URL & other improvements


https://github.com/ansible/ansible/pull/34639 [new module] azure_rm_containerregistrywebhook_facts


https://github.com/ansible/ansible/pull/31137 New Module: vmware_register - Register/un-register VMs and templates


https://github.com/ansible/ansible/pull/34100 [WIP] Module deprecation: docs, scheme and tests


https://github.com/ansible/ansible/pull/35024 webfaction modules: fix broken import


https://github.com/ansible/ansible/issues/33414 aruba_command and aruba_config authenticates the connection but fails running the task


https://github.com/ansible/ansible/pull/30714 [WIP] include role intg tests


https://github.com/ansible/ansible/pull/34100 [WIP] Module deprecation: docs, scheme and tests


https://github.com/ansible/ansible/issues/33381 docs example of using notify in a block: to call a handler doesn't work


https://github.com/ansible/ansible/pull/31669 Wait for VM state to reach poweredoff when state: shutdownguest


https://github.com/ansible/ansible/issues/33381 docs example of using notify in a block: to call a handler doesn't work


https://github.com/ansible/ansible/pull/28654 fix seport default mismatch


https://github.com/ansible/ansible/pull/24370 [WIP] New module: Add apache2_conf module (web_infrastructure/apache2_conf)


https://github.com/ansible/ansible/pull/35194 Adds the oVirt High Performance (high_performance) VM type.


https://github.com/ansible/ansible/pull/28716 Use remote_tmp as async_wrapper's jobdir (#28318)


https://github.com/ansible/ansible/issues/33381 docs example of using notify in a block: to call a handler doesn't work


https://github.com/ansible/ansible/pull/14034 Use SSH askpass instead of sshpass for password logins


https://github.com/ansible/ansible/pull/33124 aws_waf_rule module


https://github.com/ansible/ansible/pull/31452 replace - fixed combined before and after usage


https://github.com/ansible/ansible/issues/33852 Move setting cluster network roles from ovirt_networks module to ovirt_cluster module?


https://github.com/ansible/ansible/issues/33381 docs example of using notify in a block: to call a handler doesn't work


https://github.com/ansible/ansible/pull/34232 Remove deprecated get_exception API


https://github.com/ansible/ansible/pull/30340 Remove all cli provider options from nxos tests


https://github.com/ansible/ansible/issues/33950 Provider Documentation is missing from multiple Network Modules


https://github.com/ansible/ansible/pull/23443 Resolves #23442 If included file is a symlink, symlinked path should be added in lookup paths for files and templates


https://github.com/ansible/ansible/issues/33841 Support writing AWS IAM policy files in YAML


https://github.com/ansible/ansible/pull/35106 New module: jboss_config


https://github.com/ansible/ansible/issues/26563 issue in pdb while using test-module


https://github.com/ansible/ansible/pull/31570 Add Opsview Host module


https://github.com/ansible/ansible/pull/31452 replace - fixed combined before and after usage


https://github.com/ansible/ansible/issues/33381 docs example of using notify in a block: to call a handler doesn't work


https://github.com/ansible/ansible/issues/33381 docs example of using notify in a block: to call a handler doesn't work


https://github.com/ansible/ansible/pull/34100 [WIP] Module deprecation: docs, scheme and tests


https://github.com/ansible/ansible/pull/21531 Added sudo user if using become method sudo for synchronize


https://github.com/ansible/ansible/pull/28535 Added feature: Setup module's filter parameter accepts list of patterns


https://github.com/ansible/ansible/issues/33414 aruba_command and aruba_config authenticates the connection but fails running the task


https://github.com/ansible/ansible/issues/30771 Exception in _remove_values_conditions()


https://github.com/ansible/ansible/pull/28742 Adding Flatpak module.


https://github.com/ansible/ansible/pull/34976 [WIP] Unwrap debug


https://github.com/ansible/ansible/pull/34618 [new module] azure_rm_sqlfirewallrule_facts


https://github.com/ansible/ansible/pull/24359 added dynamic docker swarm + gitlab runner inventory


https://github.com/ansible/ansible/pull/35312 provide compat_platform replacement for deprecated platform.dist() Fixes #30489


https://github.com/ansible/ansible/pull/32801 StorageSystemModule for HPE OneView


https://github.com/ansible/ansible/pull/24370 [WIP] New module: Add apache2_conf module (web_infrastructure/apache2_conf)


https://github.com/ansible/ansible/pull/35165 FIX: multiple nested tasks include levels


https://github.com/ansible/ansible/pull/27320 crypto: Add new module openssl_pkcs12


https://github.com/ansible/ansible/pull/28439 Add integration tests for multiline passwordstore lookups (#28436)


https://github.com/ansible/ansible/pull/30340 Remove all cli provider options from nxos tests


https://github.com/ansible/ansible/issues/31413 Ansible hangs indefinitely on any junos_* networking modules on NetBSD


https://github.com/ansible/ansible/issues/34885 aci_domain needs support for VMM domain creation


https://github.com/ansible/ansible/pull/27634 Adding new Windows module win_disk_management


https://github.com/ansible/ansible/pull/32798 DatacenterModule for HPE OneView


https://github.com/ansible/ansible/pull/25647 Add new CloudStack module cs_physical_network


https://github.com/ansible/ansible/pull/35166 Include roles with tags in meta/main.yml make a role run more than neccesary


https://github.com/ansible/ansible/pull/28112 New module: Xfconf-based management of the Xfce 4 DE


https://github.com/ansible/ansible/pull/34612 [new module] azure_rm_sqldatabase_facts


https://github.com/ansible/ansible/pull/31970 Update input parameters handlers using pgutils like postgresql_db module


https://github.com/ansible/ansible/pull/30340 Remove all cli provider options from nxos tests


https://github.com/ansible/ansible/pull/25902 win_iis_website: Add integration tests, check mode and better param support


https://github.com/ansible/ansible/pull/30340 Remove all cli provider options from nxos tests


https://github.com/ansible/ansible/pull/28535 Added feature: Setup module's filter parameter accepts list of patterns


https://github.com/ansible/ansible/pull/35164 Include role honour allow duplicates


https://github.com/ansible/ansible/pull/35164 Include role honour allow duplicates


https://github.com/ansible/ansible/pull/34232 Remove deprecated get_exception API


https://github.com/ansible/ansible/pull/21971 Adding hdfs file module and hdfsbase module_utils


https://github.com/ansible/ansible/pull/25246 WIP: locale_gen: simplify/refactor, improve tests, add RedHat/CentOS support


https://github.com/ansible/ansible/pull/33040 LDAP: Refactor and add ldap_passwd module


https://github.com/ansible/ansible/pull/34614 [new module] azure_rm_postgresqldatabase_facts


https://github.com/ansible/ansible/pull/30470 add ios_pmtud network module


https://github.com/ansible/ansible/issues/33381 docs example of using notify in a block: to call a handler doesn't work


https://github.com/ansible/ansible/issues/34988 Failed to connect to the host via ssh despite successful auth


https://github.com/ansible/ansible/pull/28663 Allow logging format configuration


https://github.com/ansible/ansible/pull/33109 Add new network modules for Edgeos


https://github.com/ansible/ansible/pull/20152 Added Datadog Downtime module


https://github.com/ansible/ansible/issues/33381 docs example of using notify in a block: to call a handler doesn't work


https://github.com/ansible/ansible/pull/28548 [WIP] Integration tests for rabbitmq_plugin


https://github.com/ansible/ansible/pull/32227 Improve ios_logging log host deletion


https://github.com/ansible/ansible/pull/20848 oracle: initial commit


https://github.com/ansible/ansible/pull/31960 aws_kms enhancements


https://github.com/ansible/ansible/pull/20974 Make a generalized OpenStack cloud constructor


https://github.com/ansible/ansible/pull/35416 Rename show_processes_node-id_1__grep_Mem: to show_processes_node-id_


https://github.com/ansible/ansible/issues/33414 aruba_command and aruba_config authenticates the connection but fails running the task


https://github.com/ansible/ansible/issues/33950 Provider Documentation is missing from multiple Network Modules


https://github.com/ansible/ansible/pull/31765 New Module: digital_ocean_domain_record - manage domain records


https://github.com/ansible/ansible/pull/31079 Elasticbeanstalk app


https://github.com/ansible/ansible/pull/23443 Resolves #23442 If included file is a symlink, symlinked path should be added in lookup paths for files and templates


https://github.com/ansible/ansible/pull/29021 cloud: Add module for Hashicorp nomad (nomad_job)


https://github.com/ansible/ansible/pull/27634 Adding new Windows module win_disk_management


https://github.com/ansible/ansible/pull/20974 Make a generalized OpenStack cloud constructor


https://github.com/ansible/ansible/issues/33950 Provider Documentation is missing from multiple Network Modules


https://github.com/ansible/ansible/pull/33124 aws_waf_rule module


https://github.com/ansible/ansible/pull/34614 [new module] azure_rm_postgresqldatabase_facts


https://github.com/ansible/ansible/pull/35068 New module: manage 1&1 monitoring policy (cloud/oneandone/oneandone_monitoring_policy)


https://github.com/ansible/ansible/pull/27795 WIP: Update CI to test Fedora 25 and 26 with Python 3.


https://github.com/ansible/ansible/pull/23443 Resolves #23442 If included file is a symlink, symlinked path should be added in lookup paths for files and templates


https://github.com/ansible/ansible/pull/22585 Monit Module: FIx Pending Issue, Support Program Checks


https://github.com/ansible/ansible/pull/31010 Integrations tests for iptables (destructive and needs privileges)


https://github.com/ansible/ansible/pull/34022 Integration tests for route53_zone


https://github.com/ansible/ansible/pull/31010 Integrations tests for iptables (destructive and needs privileges)


https://github.com/ansible/ansible/pull/10398 Changes to unittests that verify units for interval and ttl durations.


https://github.com/ansible/ansible/pull/26483 [WIP] New module - elb_target


https://github.com/ansible/ansible/pull/20974 Make a generalized OpenStack cloud constructor


https://github.com/ansible/ansible/pull/33124 aws_waf_rule module


https://github.com/ansible/ansible/pull/22708 Module granting project_access to various resources


https://github.com/ansible/ansible/pull/34428 new module panos_op.py


https://github.com/ansible/ansible/issues/24236 Add support for `docker * prune`


https://github.com/ansible/ansible/pull/35159 HostTech DNS records managing module


https://github.com/ansible/ansible/pull/29007 Add possibility to append records to dns


https://github.com/ansible/ansible/pull/35014 GCP: DNS Managed Zones


https://github.com/ansible/ansible/pull/35292 Fix network cli prompts to bind to the newline


https://github.com/ansible/ansible/pull/32826 Adding support for managing AWS IOT things


https://github.com/ansible/ansible/pull/24505 GCE Dynamic Inventory script using Google API Client library


https://github.com/ansible/ansible/issues/33381 docs example of using notify in a block: to call a handler doesn't work


https://github.com/ansible/ansible/pull/34609 [new module] azure_rm_mysqlserver_facts


https://github.com/ansible/ansible/pull/34030 Added icinga service module


https://github.com/ansible/ansible/pull/18086 Start adding unit tests for facts cpuinfo


https://github.com/ansible/ansible/pull/20974 Make a generalized OpenStack cloud constructor


https://github.com/ansible/ansible/pull/28856 Added Azure Traffic Manager Profile Support


https://github.com/ansible/ansible/pull/30340 Remove all cli provider options from nxos tests


https://github.com/ansible/ansible/pull/22159 Add bindep module


https://github.com/ansible/ansible/pull/30340 Remove all cli provider options from nxos tests


https://github.com/ansible/ansible/pull/33416 update terminal plugin to use cli()


https://github.com/ansible/ansible/pull/29960 Digital Ocean Integration tests


https://github.com/ansible/ansible/issues/33381 docs example of using notify in a block: to call a handler doesn't work


https://github.com/ansible/ansible/pull/32137 Ecr lifecycle


https://github.com/ansible/ansible/pull/21576 [WIP] Replace Foreman and Katello all encompassing modules with specific mo


https://github.com/ansible/ansible/pull/32420 Add ability to remove tags by key only


https://github.com/ansible/ansible/pull/31140 New aws_ses_identity module to manage AWS Simple Email Service Identity


https://github.com/ansible/ansible/pull/35203 new module panos_query_rules


https://github.com/ansible/ansible/pull/26290 [WIP]New aws module iam_user


https://github.com/ansible/ansible/pull/33271 draft libvirt inv plugin


https://github.com/ansible/ansible/pull/28856 Added Azure Traffic Manager Profile Support


https://github.com/ansible/ansible/pull/26954 [WIP] Docs network 2.4 Declarative intent


https://github.com/ansible/ansible/pull/30804 New lookup plugin snow: Lookup record data from Service-Now


https://github.com/ansible/ansible/pull/33548 add vim modeline to galaxy-templates


https://github.com/ansible/ansible/pull/35167 fix Include role: exposed/shared vars


https://github.com/ansible/ansible/pull/35127 Upgrade to openshift 4.0


https://github.com/ansible/ansible/issues/33381 docs example of using notify in a block: to call a handler doesn't work


https://github.com/ansible/ansible/issues/34144 two random password lookups in same task return same value


https://github.com/ansible/ansible/pull/24588 New module: add docker_stack module (clound/docker/docker_stack)


https://github.com/ansible/ansible/issues/33950 Provider Documentation is missing from multiple Network Modules


https://github.com/ansible/ansible/pull/31748 win_nssm AppEnvironmentExtra support


https://github.com/ansible/ansible/pull/32467 Initial commit for Pure Storage FlashBlade module


https://github.com/ansible/ansible/pull/11819 Tests for amazon ecs modules


https://github.com/ansible/ansible/pull/32666 Added a new module that can manage rules in pg_hba files.


https://github.com/ansible/ansible/pull/11501 Integration tests for notify with variable list.


https://github.com/ansible/ansible/issues/29638 ec2_ami_find fails due missing 'creationDate' when run against a Helion Eucalyptus EC2 cloud


https://github.com/ansible/ansible/pull/32021 WIP: Fix include_task in include_role


https://github.com/ansible/ansible/pull/30340 Remove all cli provider options from nxos tests


https://github.com/ansible/ansible/pull/35300 VMware: New module vmware_vm_host_drs_rule


https://github.com/ansible/ansible/pull/31899 [cloud] ec2_vpc_nat_gateway: fix check mode when eip_address is provided


https://github.com/ansible/ansible/pull/34635 [new module] azure_rm_containerinstance_facts


https://github.com/ansible/ansible/pull/27320 crypto: Add new module openssl_pkcs12


https://github.com/ansible/ansible/pull/11315 Adding lookup plugin for postgresql database


https://github.com/ansible/ansible/pull/26404 win_xml module for manipulating XML files on Windows


https://github.com/ansible/ansible/issues/33381 docs example of using notify in a block: to call a handler doesn't work


https://github.com/ansible/ansible/issues/33381 docs example of using notify in a block: to call a handler doesn't work


https://github.com/ansible/ansible/pull/33978 win_firewall options added


https://github.com/ansible/ansible/issues/33655 Test case ResourceWarning


https://github.com/ansible/ansible/pull/31452 replace - fixed combined before and after usage


https://github.com/ansible/ansible/pull/21971 Adding hdfs file module and hdfsbase module_utils


https://github.com/ansible/ansible/pull/33740 osx_say callback plugin: add espeak support, rename to say


https://github.com/ansible/ansible/pull/35099 [WIP] Fix jinja2>=2.9 nested include vars


https://github.com/ansible/ansible/pull/32156 Add new Pure Storage Protection Group Snap module


https://github.com/ansible/ansible/pull/27842 Added module for handling volumes in the Packet Host


https://github.com/ansible/ansible/pull/24040 azure_rm_common: only remove tags from new_tags if append_tags is not


https://github.com/ansible/ansible/issues/33414 aruba_command and aruba_config authenticates the connection but fails running the task


https://github.com/ansible/ansible/pull/26640 Added rounds parameter support for lookup password


https://github.com/ansible/ansible/issues/33381 docs example of using notify in a block: to call a handler doesn't work


https://github.com/ansible/ansible/issues/33381 docs example of using notify in a block: to call a handler doesn't work


https://github.com/ansible/ansible/pull/26558 VMware SPBM Module


https://github.com/ansible/ansible/issues/33381 docs example of using notify in a block: to call a handler doesn't work


https://github.com/ansible/ansible/pull/35164 Include role honour allow duplicates


https://github.com/ansible/ansible/pull/32467 Initial commit for Pure Storage FlashBlade module


https://github.com/ansible/ansible/pull/35066 New module: manage 1&1 firewall policy (cloud/oneandone/oneandone_firewall_policy)


https://github.com/ansible/ansible/issues/33414 aruba_command and aruba_config authenticates the connection but fails running the task


https://github.com/ansible/ansible/pull/34618 [new module] azure_rm_sqlfirewallrule_facts


https://github.com/ansible/ansible/issues/33414 aruba_command and aruba_config authenticates the connection but fails running the task


https://github.com/ansible/ansible/pull/24153 New module: Add Openstack Tempest parse_results module. (cloud/openstack/os_tempest_parse_results)


https://github.com/ansible/ansible/pull/27944 Added the ability to define tags for elasticache


https://github.com/ansible/ansible/pull/25813 intg tests for 'any_errors_fatal'


https://github.com/ansible/ansible/pull/35410 Contrib infoblox exattrs Fixes #35409


https://github.com/ansible/ansible/issues/33381 docs example of using notify in a block: to call a handler doesn't work


https://github.com/ansible/ansible/issues/33655 Test case ResourceWarning


https://github.com/ansible/ansible/pull/24040 azure_rm_common: only remove tags from new_tags if append_tags is not


https://github.com/ansible/ansible/pull/34232 Remove deprecated get_exception API


https://github.com/ansible/ansible/pull/27944 Added the ability to define tags for elasticache


https://github.com/ansible/ansible/pull/30945 Rejiggering apache2_module as apache2_enable


https://github.com/ansible/ansible/pull/34232 Remove deprecated get_exception API


https://github.com/ansible/ansible/pull/23443 Resolves #23442 If included file is a symlink, symlinked path should be added in lookup paths for files and templates


https://github.com/ansible/ansible/pull/22159 Add bindep module


https://github.com/ansible/ansible/pull/35165 FIX: multiple nested tasks include levels


https://github.com/ansible/ansible/pull/17337 Add test of the selinux module (as a start)


https://github.com/ansible/ansible/issues/33971 vmware_guest_facts does not return snapshot information


https://github.com/ansible/ansible/pull/16748 More tolerant unit parsing


https://github.com/ansible/ansible/pull/23775 Fix issue #23774 Make transport_test use exec


https://github.com/ansible/ansible/issues/34152 Avoid github rate limit issues in github_issues tests


https://github.com/ansible/ansible/pull/32679 sanity tests - avoid integration test tox directories


https://github.com/ansible/ansible/pull/24370 [WIP] New module: Add apache2_conf module (web_infrastructure/apache2_conf)


https://github.com/ansible/ansible/pull/29037 inventory: ovirt4: Add support for Kerberos authentication


https://github.com/ansible/ansible/pull/21742 Netbox external inventory script.


https://github.com/ansible/ansible/pull/34636 [new module] azure_rm_containerregistryreplication


https://github.com/ansible/ansible/pull/34962 sysvinit service module


https://github.com/ansible/ansible/pull/33212 New aws_waf_web_acl module


https://github.com/ansible/ansible/pull/34247 added a new module to enable/disable balancer manager for apache 2.2


https://github.com/ansible/ansible/pull/34108 doc: guide how to use vultr


https://github.com/ansible/ansible/pull/31442 New module standup with fixes for the issues reported by sanity checks


https://github.com/ansible/ansible/pull/19386 Add vultr inventory script


https://github.com/ansible/ansible/pull/20974 Make a generalized OpenStack cloud constructor


https://github.com/ansible/ansible/pull/19788 Add a module to manage Datadog dashboards


https://github.com/ansible/ansible/issues/33381 docs example of using notify in a block: to call a handler doesn't work


https://github.com/ansible/ansible/issues/33381 docs example of using notify in a block: to call a handler doesn't work


https://github.com/ansible/ansible/issues/33381 docs example of using notify in a block: to call a handler doesn't work


https://github.com/ansible/ansible/pull/13612 Add a guestfs connexion plugin


https://github.com/ansible/ansible/pull/30828 WIP PostgreSQL: allow to escape identifier


https://github.com/ansible/ansible/pull/22460 added module for defining a supervisor program config


https://github.com/ansible/ansible/pull/34998 win_iis_webapplication: added additional parameters


https://github.com/ansible/ansible/pull/28238 Jinja2 2.9 Templating KeyError Fix (stable-2.3 backport)


https://github.com/ansible/ansible/issues/33392 fortios_config backups not working with "B" models


https://github.com/ansible/ansible/issues/34209 Template lookup filter should decrypt vault-encrypted templates


https://github.com/ansible/ansible/pull/25886 Logicmonitor modules


https://github.com/ansible/ansible/pull/34232 Remove deprecated get_exception API


https://github.com/ansible/ansible/pull/29050 azure_rm_loadbalancer_facts.py: list() takes at least 2 arguments. Fixes #29046


https://github.com/ansible/ansible/pull/10398 Changes to unittests that verify units for interval and ttl durations.


https://github.com/ansible/ansible/pull/26041 added RETURN structure to ec2_remote_facts.py


https://github.com/ansible/ansible/pull/32272 new module to create cloudwatch log group


https://github.com/ansible/ansible/pull/34609 [new module] azure_rm_mysqlserver_facts


https://github.com/ansible/ansible/pull/35406 Fix call to hash functions


https://github.com/ansible/ansible/pull/21036 Adding clouder_cluster module to manage Cloudera Manager cluster. http://www.cloudera.com/


https://github.com/ansible/ansible/issues/33414 aruba_command and aruba_config authenticates the connection but fails running the task


https://github.com/ansible/ansible/pull/27795 WIP: Update CI to test Fedora 25 and 26 with Python 3.


https://github.com/ansible/ansible/pull/34232 Remove deprecated get_exception API


https://github.com/ansible/ansible/pull/33591 Initial commit for fortios_cmdb


https://github.com/ansible/ansible/pull/30945 Rejiggering apache2_module as apache2_enable


https://github.com/ansible/ansible/issues/33655 Test case ResourceWarning


https://github.com/ansible/ansible/pull/10532 Date and Time filters.


https://github.com/ansible/ansible/pull/34114 Feature/mysql user require ssl compatibility


https://github.com/ansible/ansible/issues/33029 unable to elevate privilege to enable mode


https://github.com/ansible/ansible/issues/26292 ec2_vpc_route_table EC2ResponseError: 412 Precondition Failed


https://github.com/ansible/ansible/issues/25133 vmware_vmotion fails with msg = 'A specified parameter was not correct: spec.pool'


https://github.com/ansible/ansible/issues/29416 route53_zone fails if the private zone configured in the play already exists.


https://github.com/ansible/ansible/pull/33634 Fix bug in `consul_acl` to allow an ACL's token to be chagned


https://github.com/ansible/ansible/pull/21971 Adding hdfs file module and hdfsbase module_utils


https://github.com/ansible/ansible/pull/34831 WIP - Trigger complete CI run.


https://github.com/ansible/ansible/issues/33381 docs example of using notify in a block: to call a handler doesn't work


https://github.com/ansible/ansible/pull/33338 VMware: Add support for more than 15 disks


https://github.com/ansible/ansible/pull/34268 nmcli: Allow setting ipv4.dhcp-client-id parameter


https://github.com/ansible/ansible/pull/32679 sanity tests - avoid integration test tox directories


https://github.com/ansible/ansible/pull/32480 safer task results


https://github.com/ansible/ansible/pull/19113 Add new OpenStack module for changing metadata of compute instances


https://github.com/ansible/ansible/pull/14357 Git module tests for local modified and git clean files


https://github.com/ansible/ansible/pull/30340 Remove all cli provider options from nxos tests


https://github.com/ansible/ansible/pull/30340 Remove all cli provider options from nxos tests


https://github.com/ansible/ansible/issues/33381 docs example of using notify in a block: to call a handler doesn't work


https://github.com/ansible/ansible/pull/23133 New module: Add module for Packet API IP address assignment (cloud/packet/packet_ip_address)


https://github.com/ansible/ansible/pull/22330 Convert README from Markdown to ReStructured Text and use as longdesc


https://github.com/ansible/ansible/pull/21531 Added sudo user if using become method sudo for synchronize


https://github.com/ansible/ansible/pull/31317 Kinesis Firehose delivery stream cloud module fixes #30639


https://github.com/ansible/ansible/pull/30467 Fix crypttab module adding extra newlines


https://github.com/ansible/ansible/pull/17337 Add test of the selinux module (as a start)


https://github.com/ansible/ansible/pull/34649 Error if a module is found to shadow a reserved keyword


https://github.com/ansible/ansible/pull/35262 open_iscsi fails to login when discovery returns multiple portals #29309


https://github.com/ansible/ansible/pull/30714 [WIP] include role intg tests


https://github.com/ansible/ansible/pull/35312 provide compat_platform replacement for deprecated platform.dist() Fixes #30489


https://github.com/ansible/ansible/pull/33416 update terminal plugin to use cli()


https://github.com/ansible/ansible/pull/11819 Tests for amazon ecs modules


https://github.com/ansible/ansible/pull/23026 New module: Add module to create Zabbix maps based on data written in DOT language. (monitoring/zabbix_map)


https://github.com/ansible/ansible/pull/26404 win_xml module for manipulating XML files on Windows


https://github.com/ansible/ansible/pull/20974 Make a generalized OpenStack cloud constructor


https://github.com/ansible/ansible/pull/35322 [wip] Roles path unfrack cli


https://github.com/ansible/ansible/pull/33416 update terminal plugin to use cli()


https://github.com/ansible/ansible/issues/33381 docs example of using notify in a block: to call a handler doesn't work


https://github.com/ansible/ansible/pull/11501 Integration tests for notify with variable list.


https://github.com/ansible/ansible/pull/30764 [fix] pylint errors on module packaging os


https://github.com/ansible/ansible/pull/25975 New module: support Alibaba Cloud ECS (cloud/alicloud/alicloud_instance)


https://github.com/ansible/ansible/issues/33381 docs example of using notify in a block: to call a handler doesn't work


https://github.com/ansible/ansible/pull/29170 Windows: Introduce Set-Fact and set reboot_pending


https://github.com/ansible/ansible/pull/28513 iam_role: allow retention of existing policies


https://github.com/ansible/ansible/issues/31406 documentation: what is the order of inventory/var plugins?


https://github.com/ansible/ansible/pull/27298 WIP conditional: allow a var defined as dict with invalid key to be skipped - fixes #27268


https://github.com/ansible/ansible/pull/30340 Remove all cli provider options from nxos tests


https://github.com/ansible/ansible/pull/22159 Add bindep module


https://github.com/ansible/ansible/pull/20974 Make a generalized OpenStack cloud constructor


https://github.com/ansible/ansible/pull/30340 Remove all cli provider options from nxos tests


https://github.com/ansible/ansible/pull/11501 Integration tests for notify with variable list.


https://github.com/ansible/ansible/pull/30746 [WIP/TEST] Mdd rds split testing wip - demo branch for future RDS


https://github.com/ansible/ansible/issues/32274 tower_project module fails if no scm_credential is specified


https://github.com/ansible/ansible/pull/30340 Remove all cli provider options from nxos tests


https://github.com/ansible/ansible/issues/33381 docs example of using notify in a block: to call a handler doesn't work


https://github.com/ansible/ansible/pull/31985 Update input parameters handlers using pgutils like postgresql_lang module


https://github.com/ansible/ansible/pull/34800 Netscaler various fixes


https://github.com/ansible/ansible/pull/22159 Add bindep module


https://github.com/ansible/ansible/issues/19813 macports module: support for state=latest (upgrade) and for variants


https://github.com/ansible/ansible/pull/35165 FIX: multiple nested tasks include levels


https://github.com/ansible/ansible/pull/34609 [new module] azure_rm_mysqlserver_facts


https://github.com/ansible/ansible/pull/33817 Add os-release file parsing, partially fix #25897


https://github.com/ansible/ansible/issues/33381 docs example of using notify in a block: to call a handler doesn't work


https://github.com/ansible/ansible/issues/33414 aruba_command and aruba_config authenticates the connection but fails running the task


https://github.com/ansible/ansible/pull/25919 Add support for direct http template uploading.


https://github.com/ansible/ansible/pull/20974 Make a generalized OpenStack cloud constructor


https://github.com/ansible/ansible/pull/32941 Add module lvm_info


https://github.com/ansible/ansible/issues/22034 mqtt: make tls_version configurable


https://github.com/ansible/ansible/pull/27817 New module: Manage processes via pm2


https://github.com/ansible/ansible/pull/35099 [WIP] Fix jinja2>=2.9 nested include vars


https://github.com/ansible/ansible/pull/34619 [new module] azure_rm_mysqlfirewallrule_facts


https://github.com/ansible/ansible/pull/26954 [WIP] Docs network 2.4 Declarative intent


https://github.com/ansible/ansible/pull/29170 Windows: Introduce Set-Fact and set reboot_pending


https://github.com/ansible/ansible/pull/19191 WIP: New match module to select by regexp


https://github.com/ansible/ansible/pull/18086 Start adding unit tests for facts cpuinfo


https://github.com/ansible/ansible/pull/26404 win_xml module for manipulating XML files on Windows


https://github.com/ansible/ansible/pull/25975 New module: support Alibaba Cloud ECS (cloud/alicloud/alicloud_instance)


https://github.com/ansible/ansible/pull/24370 [WIP] New module: Add apache2_conf module (web_infrastructure/apache2_conf)


https://github.com/ansible/ansible/pull/30945 Rejiggering apache2_module as apache2_enable


https://github.com/ansible/ansible/pull/31664 Add module ldap_attrs; deprecate ldap_attr


https://github.com/ansible/ansible/pull/25902 win_iis_website: Add integration tests, check mode and better param support


https://github.com/ansible/ansible/pull/34232 Remove deprecated get_exception API


https://github.com/ansible/ansible/pull/28238 Jinja2 2.9 Templating KeyError Fix (stable-2.3 backport)


https://github.com/ansible/ansible/pull/30340 Remove all cli provider options from nxos tests


https://github.com/ansible/ansible/pull/11819 Tests for amazon ecs modules


https://github.com/ansible/ansible/pull/32707 StorageSystemFactsModule for HPE OneView


https://github.com/ansible/ansible/pull/33634 Fix bug in `consul_acl` to allow an ACL's token to be chagned


https://github.com/ansible/ansible/pull/21972 Add Nutanix external inventory script


https://github.com/ansible/ansible/issues/32050 net_static_route -> invalid connection specified, expected connection=local, got ssh


https://github.com/ansible/ansible/pull/34232 Remove deprecated get_exception API


https://github.com/ansible/ansible/issues/33381 docs example of using notify in a block: to call a handler doesn't work


https://github.com/ansible/ansible/pull/35165 FIX: multiple nested tasks include levels


https://github.com/ansible/ansible/pull/22854 New module: Add module to configure inbound email reception with Amazon Simple Email (cloud/amazon/ses_rule)


https://github.com/ansible/ansible/pull/35165 FIX: multiple nested tasks include levels


https://github.com/ansible/ansible/pull/32798 DatacenterModule for HPE OneView


https://github.com/ansible/ansible/pull/22467 add osquery_facts module; closes #14066


https://github.com/ansible/ansible/issues/33414 aruba_command and aruba_config authenticates the connection but fails running the task


https://github.com/ansible/ansible/pull/30340 Remove all cli provider options from nxos tests


https://github.com/ansible/ansible/pull/30340 Remove all cli provider options from nxos tests


https://github.com/ansible/ansible/pull/35166 Include roles with tags in meta/main.yml make a role run more than neccesary


https://github.com/ansible/ansible/issues/33581 Name of task containing block is not printed to stdout


https://github.com/ansible/ansible/pull/21723 Add to haproxy.py feature wait_connections


https://github.com/ansible/ansible/pull/30340 Remove all cli provider options from nxos tests


https://github.com/ansible/ansible/issues/27351 delegate_to uses None when host ansible_ssh_host var specified


https://github.com/ansible/ansible/pull/28469 WIP: New module: diff (string, file or command output vs string, file or command output)


https://github.com/ansible/ansible/pull/34390 timezone module: Enhanced update command for Debian/Ubuntu


https://github.com/ansible/ansible/issues/29046 ansible_module_azure_rm_loadbalancer_facts.py: The error was: TypeError: list() takes at least 2 arguments (1 given)


https://github.com/ansible/ansible/issues/33381 docs example of using notify in a block: to call a handler doesn't work


https://github.com/ansible/ansible/pull/30381 new module: AIX Volume Group creating, resizing, removing


https://github.com/ansible/ansible/pull/31079 Elasticbeanstalk app


https://github.com/ansible/ansible/pull/22434 Enhance maven_artifact with repository_snapshot_url and unique_snapshot props + removed dependency on lxml


https://github.com/ansible/ansible/pull/31637 Allow module parameters of type 'list' to have choices


https://github.com/ansible/ansible/pull/19231 Support for simpleinit-msb init system


https://github.com/ansible/ansible/pull/32137 Ecr lifecycle


https://github.com/ansible/ansible/pull/34837 New module to manage OVH's failover IPs.


https://github.com/ansible/ansible/issues/33655 Test case ResourceWarning


https://github.com/ansible/ansible/pull/33040 LDAP: Refactor and add ldap_passwd module


https://github.com/ansible/ansible/pull/31126 New Lookup plugin: spacewalk - Lookup data from spacewalk/Satellite 5


https://github.com/ansible/ansible/pull/35014 GCP: DNS Managed Zones


https://github.com/ansible/ansible/pull/20848 oracle: initial commit


https://github.com/ansible/ansible/pull/31010 Integrations tests for iptables (destructive and needs privileges)


https://github.com/ansible/ansible/issues/34567 BUG: Pear module reports "changed" even if PHP extension was already installed


https://github.com/ansible/ansible/pull/30340 Remove all cli provider options from nxos tests


https://github.com/ansible/ansible/pull/31010 Integrations tests for iptables (destructive and needs privileges)


https://github.com/ansible/ansible/pull/20873 Refactor E-Series AMG sync module to use module_utils


https://github.com/ansible/ansible/issues/17704 Problem when use jinja2 loops in action variables


https://github.com/ansible/ansible/pull/25424 document fail module parameters feeding behavior.


https://github.com/ansible/ansible/pull/34232 Remove deprecated get_exception API


https://github.com/ansible/ansible/pull/33607 Az mod keyvault key


https://github.com/ansible/ansible/pull/22434 Enhance maven_artifact with repository_snapshot_url and unique_snapshot props + removed dependency on lxml


https://github.com/ansible/ansible/pull/30764 [fix] pylint errors on module packaging os


https://github.com/ansible/ansible/issues/33414 aruba_command and aruba_config authenticates the connection but fails running the task


https://github.com/ansible/ansible/pull/22281 Add task firewall/blocker strategy plugin


https://github.com/ansible/ansible/pull/34613 [new module] azure_rm_mysqldatabase_facts


https://github.com/ansible/ansible/issues/33381 docs example of using notify in a block: to call a handler doesn't work


https://github.com/ansible/ansible/issues/34401 add return values and support querying in gce_img module


https://github.com/ansible/ansible/pull/34873 Netact cm command2


https://github.com/ansible/ansible/issues/33381 docs example of using notify in a block: to call a handler doesn't work


https://github.com/ansible/ansible/pull/34834 profitbricks: support for update state, check mode, custom API URL & other improvements


https://github.com/ansible/ansible/pull/35014 GCP: DNS Managed Zones


https://github.com/ansible/ansible/pull/19015 unarchive: Various changes/improvements, add debugging output


https://github.com/ansible/ansible/pull/30340 Remove all cli provider options from nxos tests


https://github.com/ansible/ansible/pull/35165 FIX: multiple nested tasks include levels


https://github.com/ansible/ansible/pull/22159 Add bindep module


https://github.com/ansible/ansible/pull/22273 Add warning if playbook references a var that shadows a builtin method


https://github.com/ansible/ansible/pull/25692 Add new module cs_storage_ip_range


https://github.com/ansible/ansible/issues/33381 docs example of using notify in a block: to call a handler doesn't work


https://github.com/ansible/ansible/pull/27361 Made at_revision part within hg source control module working properly, no matter in what form revision parameters gets passed


https://github.com/ansible/ansible/issues/33414 aruba_command and aruba_config authenticates the connection but fails running the task


https://github.com/ansible/ansible/pull/30340 Remove all cli provider options from nxos tests


https://github.com/ansible/ansible/issues/33414 aruba_command and aruba_config authenticates the connection but fails running the task


https://github.com/ansible/ansible/pull/33124 aws_waf_rule module


https://github.com/ansible/ansible/pull/31010 Integrations tests for iptables (destructive and needs privileges)


https://github.com/ansible/ansible/pull/33210 [new module] Adding Azure RM SQL Elastic Pool support


https://github.com/ansible/ansible/issues/20062 adding multiple tags with ec2_vpc_dhcp_options is failing only in us-east-1 region


https://github.com/ansible/ansible/pull/24370 [WIP] New module: Add apache2_conf module (web_infrastructure/apache2_conf)


https://github.com/ansible/ansible/pull/34232 Remove deprecated get_exception API


https://github.com/ansible/ansible/pull/22273 Add warning if playbook references a var that shadows a builtin method


https://github.com/ansible/ansible/issues/17750 Support 256-color terminals


https://github.com/ansible/ansible/pull/33078 add new net_tools module for fly ADN


https://github.com/ansible/ansible/issues/31413 Ansible hangs indefinitely on any junos_* networking modules on NetBSD


https://github.com/ansible/ansible/issues/25662 Support docker service / stack / swarm


https://github.com/ansible/ansible/pull/34619 [new module] azure_rm_mysqlfirewallrule_facts


https://github.com/ansible/ansible/issues/33381 docs example of using notify in a block: to call a handler doesn't work


https://github.com/ansible/ansible/pull/35165 FIX: multiple nested tasks include levels


https://github.com/ansible/ansible/pull/35218 Storage: Add glusterfs_volume module.


https://github.com/ansible/ansible/pull/30340 Remove all cli provider options from nxos tests


https://github.com/ansible/ansible/pull/23048 add uncompress module


https://github.com/ansible/ansible/issues/33932 openssl_privatekey fails when key file exists with `'_cffi_backend.CDataGCP' object has no attribute 'type'`


https://github.com/ansible/ansible/pull/30340 Remove all cli provider options from nxos tests


https://github.com/ansible/ansible/issues/33381 docs example of using notify in a block: to call a handler doesn't work


https://github.com/ansible/ansible/pull/26699 Initial support for AWS Batch Compute Environment


https://github.com/ansible/ansible/pull/26889 New module: sleep the task execution (utilities/logic/sleep)


https://github.com/ansible/ansible/pull/32137 Ecr lifecycle


https://github.com/ansible/ansible/pull/31192 [WIP] Installer


https://github.com/ansible/ansible/pull/21166 Epic fail


https://github.com/ansible/ansible/pull/23443 Resolves #23442 If included file is a symlink, symlinked path should be added in lookup paths for files and templates


https://github.com/ansible/ansible/pull/19198 Add ovh_dns module


https://github.com/ansible/ansible/pull/34878 ovirt: Support env variable in ovirt_auth module


https://github.com/ansible/ansible/pull/34613 [new module] azure_rm_mysqldatabase_facts


https://github.com/ansible/ansible/pull/23769 Add MQTT notification callback plugin


https://github.com/ansible/ansible/pull/29170 Windows: Introduce Set-Fact and set reboot_pending


https://github.com/ansible/ansible/pull/32066 Feat: new pacemaker_docker module


https://github.com/ansible/ansible/pull/10532 Date and Time filters.


https://github.com/ansible/ansible/pull/26479 add php_module for PHP module management on Debian/Ubuntu


https://github.com/ansible/ansible/pull/33230 VMware: Add support for multiple datastores


https://github.com/ansible/ansible/pull/17628 Add tests for the ipaddr filter


https://github.com/ansible/ansible/pull/33065 Add support for mysqldump --ignore-table switch


https://github.com/ansible/ansible/issues/29639 Add limit of number of backup files to file modules with backup option


https://github.com/ansible/ansible/issues/33381 docs example of using notify in a block: to call a handler doesn't work


https://github.com/ansible/ansible/issues/15491 speedup git integration tests


https://github.com/ansible/ansible/pull/20064 Add jsonmod module


https://github.com/ansible/ansible/issues/23784 Use MECP for WinRM for Ansible


https://github.com/ansible/ansible/pull/28536 [WIP] Module except hook


https://github.com/ansible/ansible/pull/34610 [new module] azure_rm_postgresqlserver_facts


https://github.com/ansible/ansible/pull/31143 Fixes #25725: strip quotes from lsb_release and distribution descript


https://github.com/ansible/ansible/pull/11819 Tests for amazon ecs modules


https://github.com/ansible/ansible/pull/35079 New module: manage 1&1 public ip (cloud/oneandone/oneandone_public_ip)


https://github.com/ansible/ansible/pull/25865 New module: database and key management for ManageIQ (monitoring/manageiq/manageiq_{database,key})


https://github.com/ansible/ansible/pull/30680 [WIP] Elasticache replication group


https://github.com/ansible/ansible/pull/34636 [new module] azure_rm_containerregistryreplication


https://github.com/ansible/ansible/pull/34800 Netscaler various fixes


https://github.com/ansible/ansible/pull/34873 Netact cm command2


https://github.com/ansible/ansible/pull/32403 Add support for imaging VMs in Azure


https://github.com/ansible/ansible/pull/29108 Adds manageiq_user as an action_plugin


https://github.com/ansible/ansible/pull/35173 exo_dns_record: remove limitation for multiple reocrds only for A type


https://github.com/ansible/ansible/issues/33381 docs example of using notify in a block: to call a handler doesn't work


https://github.com/ansible/ansible/pull/17337 Add test of the selinux module (as a start)


https://github.com/ansible/ansible/pull/10686 Add a generic libvirt inventory plugin


https://github.com/ansible/ansible/issues/30403 net_l3_interface KeyError: 'ansible_facts'


https://github.com/ansible/ansible/pull/34232 Remove deprecated get_exception API


https://github.com/ansible/ansible/pull/35014 GCP: DNS Managed Zones


https://github.com/ansible/ansible/pull/23200 New module: Add module for configuring the exports file for NFS servers (system/nfsexport.py)


https://github.com/ansible/ansible/pull/32221 Na cdot volume features


https://github.com/ansible/ansible/pull/18086 Start adding unit tests for facts cpuinfo


https://github.com/ansible/ansible/issues/19968 postgresql_user emits traceback on missing relation


https://github.com/ansible/ansible/issues/35032 An error occurred (RequestLimitExceeded) when calling the DescribeSubnets operation


https://github.com/ansible/ansible/issues/33950 Provider Documentation is missing from multiple Network Modules


https://github.com/ansible/ansible/pull/31010 Integrations tests for iptables (destructive and needs privileges)


https://github.com/ansible/ansible/pull/31742 Hacking folder should not be excluded from Archive


https://github.com/ansible/ansible/pull/32801 StorageSystemModule for HPE OneView


https://github.com/ansible/ansible/pull/30340 Remove all cli provider options from nxos tests


https://github.com/ansible/ansible/pull/32727 freebsdport module for managing FreeBSD ports


https://github.com/ansible/ansible/issues/35110 s3_bucket default encryption upon bucket create and http mode in same module


https://github.com/ansible/ansible/issues/32167 vsphere_guest's module with Cluster DRS


https://github.com/ansible/ansible/pull/13612 Add a guestfs connexion plugin


https://github.com/ansible/ansible/issues/33414 aruba_command and aruba_config authenticates the connection but fails running the task


https://github.com/ansible/ansible/issues/33414 aruba_command and aruba_config authenticates the connection but fails running the task


https://github.com/ansible/ansible/issues/33381 docs example of using notify in a block: to call a handler doesn't work


https://github.com/ansible/ansible/pull/17337 Add test of the selinux module (as a start)


https://github.com/ansible/ansible/pull/35381 Bot testing. Do not merge.


https://github.com/ansible/ansible/pull/33591 Initial commit for fortios_cmdb


https://github.com/ansible/ansible/pull/34800 Netscaler various fixes


https://github.com/ansible/ansible/pull/34256 task_executor.py: Raise 'conditional exception' in case of 'include_*'


https://github.com/ansible/ansible/pull/35218 Storage: Add glusterfs_volume module.


https://github.com/ansible/ansible/pull/20974 Make a generalized OpenStack cloud constructor


https://github.com/ansible/ansible/pull/31783 [WIP] configurable list of facts modules


https://github.com/ansible/ansible/pull/25002 Support ELB pagination for environments with 400+ ELBs


https://github.com/ansible/ansible/pull/34888 Changing BSD to GPL


https://github.com/ansible/ansible/pull/31570 Add Opsview Host module


https://github.com/ansible/ansible/pull/35312 provide compat_platform replacement for deprecated platform.dist() Fixes #30489


https://github.com/ansible/ansible/pull/30340 Remove all cli provider options from nxos tests


https://github.com/ansible/ansible/pull/30714 [WIP] include role intg tests


https://github.com/ansible/ansible/issues/33381 docs example of using notify in a block: to call a handler doesn't work


https://github.com/ansible/ansible/issues/33414 aruba_command and aruba_config authenticates the connection but fails running the task


https://github.com/ansible/ansible/pull/25708 Report fact exceptions 25365


https://github.com/ansible/ansible/pull/35165 FIX: multiple nested tasks include levels


https://github.com/ansible/ansible/pull/35166 Include roles with tags in meta/main.yml make a role run more than neccesary


https://github.com/ansible/ansible/pull/30340 Remove all cli provider options from nxos tests


https://github.com/ansible/ansible/pull/19191 WIP: New match module to select by regexp


https://github.com/ansible/ansible/pull/20974 Make a generalized OpenStack cloud constructor


https://github.com/ansible/ansible/issues/33381 docs example of using notify in a block: to call a handler doesn't work


https://github.com/ansible/ansible/pull/22486 ovirt: Add dynamic inventory for oVirt hosts


https://github.com/ansible/ansible/pull/31308 wip: pylint: enable import-error


https://github.com/ansible/ansible/pull/30340 Remove all cli provider options from nxos tests


https://github.com/ansible/ansible/pull/32480 safer task results


https://github.com/ansible/ansible/pull/30945 Rejiggering apache2_module as apache2_enable


https://github.com/ansible/ansible/pull/20974 Make a generalized OpenStack cloud constructor


https://github.com/ansible/ansible/pull/20367 Adding benchmark stress module


https://github.com/ansible/ansible/pull/20875 Refactor E-Series auth module to use module_utils


https://github.com/ansible/ansible/pull/21576 [WIP] Replace Foreman and Katello all encompassing modules with specific mo


https://github.com/ansible/ansible/pull/30470 add ios_pmtud network module


https://github.com/ansible/ansible/pull/28957 Change ignore configcheck behavior. Fixes #26923


https://github.com/ansible/ansible/pull/34800 Netscaler various fixes


https://github.com/ansible/ansible/pull/31783 [WIP] configurable list of facts modules


https://github.com/ansible/ansible/pull/30340 Remove all cli provider options from nxos tests


https://github.com/ansible/ansible/pull/34634 [new module] azure_rm_containerregistry_facts


https://github.com/ansible/ansible/pull/34114 Feature/mysql user require ssl compatibility


https://github.com/ansible/ansible/issues/33381 docs example of using notify in a block: to call a handler doesn't work


https://github.com/ansible/ansible/issues/33381 docs example of using notify in a block: to call a handler doesn't work


https://github.com/ansible/ansible/pull/25865 New module: database and key management for ManageIQ (monitoring/manageiq/manageiq_{database,key})


https://github.com/ansible/ansible/pull/27795 WIP: Update CI to test Fedora 25 and 26 with Python 3.


https://github.com/ansible/ansible/pull/20367 Adding benchmark stress module


https://github.com/ansible/ansible/issues/33950 Provider Documentation is missing from multiple Network Modules


https://github.com/ansible/ansible/pull/24173 New module: Add Openstack Tempest run module (cloud/openstack/os_tempest_run)


https://github.com/ansible/ansible/pull/33416 update terminal plugin to use cli()


https://github.com/ansible/ansible/pull/35164 Include role honour allow duplicates


https://github.com/ansible/ansible/issues/33381 docs example of using notify in a block: to call a handler doesn't work


https://github.com/ansible/ansible/pull/30340 Remove all cli provider options from nxos tests


https://github.com/ansible/ansible/pull/30340 Remove all cli provider options from nxos tests


https://github.com/ansible/ansible/pull/31010 Integrations tests for iptables (destructive and needs privileges)


https://github.com/ansible/ansible/issues/33381 docs example of using notify in a block: to call a handler doesn't work


https://github.com/ansible/ansible/pull/28662 Introduce new 'required_by' argument_spec option


https://github.com/ansible/ansible/pull/35127 Upgrade to openshift 4.0


https://github.com/ansible/ansible/pull/34620 [new module] azure_rm_postgresqlfirewallrule_facts


https://github.com/ansible/ansible/pull/25902 win_iis_website: Add integration tests, check mode and better param support


https://github.com/ansible/ansible/issues/33414 aruba_command and aruba_config authenticates the connection but fails running the task


https://github.com/ansible/ansible/pull/25235 Fixes: 2256. Replaces expected librato annotation response code with


https://github.com/ansible/ansible/pull/34386 [WIP] windows: added Ansible.IO c# code to work on paths greater than 260


https://github.com/ansible/ansible/pull/28536 [WIP] Module except hook


https://github.com/ansible/ansible/pull/19782 New AWS module to manage RDS Clusters


https://github.com/ansible/ansible/pull/22578 New module: Add module to collect Amazon Redshift Cluster security group facts (/cloud/amazon/redshift_security_group_facts)


https://github.com/ansible/ansible/pull/20881 new launchd module for OS X services


https://github.com/ansible/ansible/pull/24040 azure_rm_common: only remove tags from new_tags if append_tags is not


https://github.com/ansible/ansible/issues/33381 docs example of using notify in a block: to call a handler doesn't work


https://github.com/ansible/ansible/pull/31128 New Module: vsphere_fetch - download files from datastores


https://github.com/ansible/ansible/pull/30340 Remove all cli provider options from nxos tests


https://github.com/ansible/ansible/pull/29160 Create Pagerduty namespace and update existing module names


https://github.com/ansible/ansible/pull/25902 win_iis_website: Add integration tests, check mode and better param support


https://github.com/ansible/ansible/pull/22978 Add support for Elastic EBS Volumes. Fixes #21588


https://github.com/ansible/ansible/issues/33381 docs example of using notify in a block: to call a handler doesn't work


https://github.com/ansible/ansible/issues/23801 Clarification of role ./vars/main.yml required structure and permitted options


https://github.com/ansible/ansible/pull/30340 Remove all cli provider options from nxos tests


https://github.com/ansible/ansible/pull/33074 [WIP] Windows and SSH


https://github.com/ansible/ansible/pull/30340 Remove all cli provider options from nxos tests


https://github.com/ansible/ansible/pull/31140 New aws_ses_identity module to manage AWS Simple Email Service Identity


https://github.com/ansible/ansible/pull/33548 add vim modeline to galaxy-templates


https://github.com/ansible/ansible/pull/35166 Include roles with tags in meta/main.yml make a role run more than neccesary


https://github.com/ansible/ansible/pull/35127 Upgrade to openshift 4.0


https://github.com/ansible/ansible/pull/20974 Make a generalized OpenStack cloud constructor


https://github.com/ansible/ansible/pull/20974 Make a generalized OpenStack cloud constructor


https://github.com/ansible/ansible/pull/31308 wip: pylint: enable import-error


https://github.com/ansible/ansible/issues/31309 cronvar chokes on some cron commands


https://github.com/ansible/ansible/issues/33381 docs example of using notify in a block: to call a handler doesn't work


https://github.com/ansible/ansible/issues/33950 Provider Documentation is missing from multiple Network Modules


https://github.com/ansible/ansible/pull/34100 [WIP] Module deprecation: docs, scheme and tests


https://github.com/ansible/ansible/pull/27008 Account for additional error codes for users and roles


https://github.com/ansible/ansible/pull/35312 provide compat_platform replacement for deprecated platform.dist() Fixes #30489


https://github.com/ansible/ansible/pull/24040 azure_rm_common: only remove tags from new_tags if append_tags is not


https://github.com/ansible/ansible/issues/21897 Network modules to use `module.deprecate` for deprecated options


https://github.com/ansible/ansible/pull/34381 WIP: awsvpc configuration for ECS


https://github.com/ansible/ansible/issues/32974 oVirt dynamic inventory script should invoke request asynchronously


https://github.com/ansible/ansible/issues/33381 docs example of using notify in a block: to call a handler doesn't work


https://github.com/ansible/ansible/issues/33381 docs example of using notify in a block: to call a handler doesn't work


https://github.com/ansible/ansible/pull/19475 Added listen_ports_facts module


https://github.com/ansible/ansible/issues/33950 Provider Documentation is missing from multiple Network Modules


https://github.com/ansible/ansible/pull/27252 Introduces a gce_route module


https://github.com/ansible/ansible/pull/19695 [PATCH] [rhn_channel] Add support for setting base channels


https://github.com/ansible/ansible/issues/33655 Test case ResourceWarning


https://github.com/ansible/ansible/pull/33109 Add new network modules for Edgeos


https://github.com/ansible/ansible/pull/33548 add vim modeline to galaxy-templates


https://github.com/ansible/ansible/pull/11819 Tests for amazon ecs modules


https://github.com/ansible/ansible/issues/33414 aruba_command and aruba_config authenticates the connection but fails running the task


https://github.com/ansible/ansible/pull/27819 Add dynamic inventory for Icinga1 REST API


https://github.com/ansible/ansible/pull/19035 New AWS module: iam_saml_federation for IAM Identity Federation (SAML)


https://github.com/ansible/ansible/pull/35127 Upgrade to openshift 4.0


https://github.com/ansible/ansible/pull/34710 Azure rm routetable


https://github.com/ansible/ansible/pull/25813 intg tests for 'any_errors_fatal'


https://github.com/ansible/ansible/pull/33109 Add new network modules for Edgeos


https://github.com/ansible/ansible/pull/30340 Remove all cli provider options from nxos tests


https://github.com/ansible/ansible/issues/32334 Weird error with shell heredocs in 2.4.1.0


https://github.com/ansible/ansible/pull/29009 messaging: Add new modules for kafka-configs


https://github.com/ansible/ansible/issues/33604 getent module should support specifying which service to lookup with


https://github.com/ansible/ansible/pull/29170 Windows: Introduce Set-Fact and set reboot_pending


https://github.com/ansible/ansible/pull/21576 [WIP] Replace Foreman and Katello all encompassing modules with specific mo


https://github.com/ansible/ansible/pull/33222 new module: dyn_record


https://github.com/ansible/ansible/pull/31396 pip module: allow to use both 'name' and 'requirements' parameters


https://github.com/ansible/ansible/pull/33548 add vim modeline to galaxy-templates


https://github.com/ansible/ansible/issues/33655 Test case ResourceWarning


https://github.com/ansible/ansible/pull/12272 Added support for generating OTP tokens using filters


https://github.com/ansible/ansible/pull/34381 WIP: awsvpc configuration for ECS


https://github.com/ansible/ansible/issues/33381 docs example of using notify in a block: to call a handler doesn't work


https://github.com/ansible/ansible/issues/33414 aruba_command and aruba_config authenticates the connection but fails running the task


https://github.com/ansible/ansible/pull/19785 New AWS module for describing RDS facts using boto3


https://github.com/ansible/ansible/pull/11819 Tests for amazon ecs modules


https://github.com/ansible/ansible/pull/26889 New module: sleep the task execution (utilities/logic/sleep)


https://github.com/ansible/ansible/pull/28238 Jinja2 2.9 Templating KeyError Fix (stable-2.3 backport)


https://github.com/ansible/ansible/pull/35201 new module that allows for adding DynamicAddressGroup tags to the firewall


https://github.com/ansible/ansible/pull/35111 New module: ezjail - manage FreeBSD jails with ezjail


https://github.com/ansible/ansible/pull/34800 Netscaler various fixes


https://github.com/ansible/ansible/pull/31079 Elasticbeanstalk app


https://github.com/ansible/ansible/pull/32467 Initial commit for Pure Storage FlashBlade module


https://github.com/ansible/ansible/pull/27012 [passwordstore] Add dependencies to Dockerfiles


https://github.com/ansible/ansible/pull/35167 fix Include role: exposed/shared vars


https://github.com/ansible/ansible/pull/27195 Add module to search and get ldap entries


https://github.com/ansible/ansible/pull/21421 cloud/vmware/vmware_vmotion: added storage vmotion capabilities.


https://github.com/ansible/ansible/issues/33381 docs example of using notify in a block: to call a handler doesn't work


https://github.com/ansible/ansible/pull/24550 new lookup plugin: LMDB


https://github.com/ansible/ansible/pull/34710 Azure rm routetable


https://github.com/ansible/ansible/pull/30828 WIP PostgreSQL: allow to escape identifier


https://github.com/ansible/ansible/pull/28238 Jinja2 2.9 Templating KeyError Fix (stable-2.3 backport)


https://github.com/ansible/ansible/issues/33950 Provider Documentation is missing from multiple Network Modules


https://github.com/ansible/ansible/pull/20848 oracle: initial commit


https://github.com/ansible/ansible/pull/26012 Added shell out errors


https://github.com/ansible/ansible/pull/34617 [new module] azure_rm_postgresqlfirewallrule


https://github.com/ansible/ansible/pull/35405 fix nxos_pim_interface issues


https://github.com/ansible/ansible/pull/23382 New module: Add module to collect Amazon AWS IAM user facts (cloud/amazon/iam_user_facts)


https://github.com/ansible/ansible/pull/19172 introduce `module_utils.urls.fetch_file` as a wrapper to download and save files


https://github.com/ansible/ansible/issues/33381 docs example of using notify in a block: to call a handler doesn't work


https://github.com/ansible/ansible/pull/30470 add ios_pmtud network module


https://github.com/ansible/ansible/issues/33381 docs example of using notify in a block: to call a handler doesn't work


https://github.com/ansible/ansible/issues/33688 Serverless Module - Support Verbose Mode


https://github.com/ansible/ansible/pull/26476 ec2_scaling_policy boto3 rewrite for step scaling


https://github.com/ansible/ansible/pull/17337 Add test of the selinux module (as a start)


https://github.com/ansible/ansible/pull/20848 oracle: initial commit


https://github.com/ansible/ansible/pull/30340 Remove all cli provider options from nxos tests


https://github.com/ansible/ansible/pull/19768 Add `mas` module for installing applications via the Mac App Store


https://github.com/ansible/ansible/pull/23007 pkg returns 4 for "nothing to do"


https://github.com/ansible/ansible/issues/33381 docs example of using notify in a block: to call a handler doesn't work


https://github.com/ansible/ansible/pull/34294 Add Mesos Marathon application module for being managable with Ansible


https://github.com/ansible/ansible/pull/34616 [new module] azure_rm_mysqlfirewallrule


https://github.com/ansible/ansible/pull/28856 Added Azure Traffic Manager Profile Support


https://github.com/ansible/ansible/pull/28808 Adding flatpak_remote module


https://github.com/ansible/ansible/pull/26584 New module: Add Pritunl VPN user module (net_tools/pritunl/) (Fixing #26583)


https://github.com/ansible/ansible/pull/35239 Fix ios_facts return values


https://github.com/ansible/ansible/issues/33381 docs example of using notify in a block: to call a handler doesn't work


https://github.com/ansible/ansible/pull/22234 Mongo Inventory


https://github.com/ansible/ansible/pull/34834 profitbricks: support for update state, check mode, custom API URL & other improvements


https://github.com/ansible/ansible/pull/19229 add docker_swarm_service module


https://github.com/ansible/ansible/pull/28238 Jinja2 2.9 Templating KeyError Fix (stable-2.3 backport)


https://github.com/ansible/ansible/pull/31948 xml filter plugin


https://github.com/ansible/ansible/pull/35406 Fix call to hash functions


https://github.com/ansible/ansible/issues/33381 docs example of using notify in a block: to call a handler doesn't work


https://github.com/ansible/ansible/pull/26520 Add missing aliases to vyos_linkagg integration test target


https://github.com/ansible/ansible/pull/19191 WIP: New match module to select by regexp


https://github.com/ansible/ansible/issues/29730 junos_command issue with argument rpcs (if there is an IP @ in the RPC parameter).


https://github.com/ansible/ansible/pull/29108 Adds manageiq_user as an action_plugin


https://github.com/ansible/ansible/issues/33381 docs example of using notify in a block: to call a handler doesn't work


https://github.com/ansible/ansible/issues/33381 docs example of using notify in a block: to call a handler doesn't work


https://github.com/ansible/ansible/issues/33414 aruba_command and aruba_config authenticates the connection but fails running the task


https://github.com/ansible/ansible/pull/31153 Add .py extension to hacking/test-module


https://github.com/ansible/ansible/pull/24986 Add comment about group merge in yaml inventory example


https://github.com/ansible/ansible/issues/29575 declare a "port" parameter for os_security_group_rule


https://github.com/ansible/ansible/issues/33381 docs example of using notify in a block: to call a handler doesn't work


https://github.com/ansible/ansible/pull/34395 include interface info in ansible_interfaces


https://github.com/ansible/ansible/pull/21531 Added sudo user if using become method sudo for synchronize


https://github.com/ansible/ansible/pull/28976 Add --convert-type flag for use with --extra-vars (#23485)


https://github.com/ansible/ansible/issues/33950 Provider Documentation is missing from multiple Network Modules


https://github.com/ansible/ansible/pull/35394 Aws ssm return fixes


https://github.com/ansible/ansible/pull/31013 Adds new inventory option for linode


https://github.com/ansible/ansible/pull/31960 aws_kms enhancements


https://github.com/ansible/ansible/pull/34793 Changing order of load and loadfp


https://github.com/ansible/ansible/issues/33381 docs example of using notify in a block: to call a handler doesn't work


https://github.com/ansible/ansible/pull/26476 ec2_scaling_policy boto3 rewrite for step scaling


https://github.com/ansible/ansible/pull/28976 Add --convert-type flag for use with --extra-vars (#23485)


https://github.com/ansible/ansible/pull/35390 Infoblox should be run locally


https://github.com/ansible/ansible/issues/33414 aruba_command and aruba_config authenticates the connection but fails running the task


https://github.com/ansible/ansible/pull/21972 Add Nutanix external inventory script


https://github.com/ansible/ansible/pull/24086 New module: Add Jboss Cli module (web_infrastructure/jbosscli)


https://github.com/ansible/ansible/pull/35307 english corrections


https://github.com/ansible/ansible/pull/34256 task_executor.py: Raise 'conditional exception' in case of 'include_*'


https://github.com/ansible/ansible/pull/32495 Handle dict subelements in the subelements plugin


https://github.com/ansible/ansible/pull/35127 Upgrade to openshift 4.0


https://github.com/ansible/ansible/pull/34636 [new module] azure_rm_containerregistryreplication


https://github.com/ansible/ansible/pull/34568 Throw error if with_* is given as a module arg


https://github.com/ansible/ansible/pull/34022 Integration tests for route53_zone


https://github.com/ansible/ansible/pull/25813 intg tests for 'any_errors_fatal'


https://github.com/ansible/ansible/issues/33381 docs example of using notify in a block: to call a handler doesn't work


https://github.com/ansible/ansible/pull/25975 New module: support Alibaba Cloud ECS (cloud/alicloud/alicloud_instance)


https://github.com/ansible/ansible/pull/28238 Jinja2 2.9 Templating KeyError Fix (stable-2.3 backport)


https://github.com/ansible/ansible/pull/26476 ec2_scaling_policy boto3 rewrite for step scaling


https://github.com/ansible/ansible/pull/30340 Remove all cli provider options from nxos tests


https://github.com/ansible/ansible/issues/33381 docs example of using notify in a block: to call a handler doesn't work


https://github.com/ansible/ansible/issues/16526 documentation for docker_container: b, k, m, or g units should probably read b, kb, mb, gb


https://github.com/ansible/ansible/pull/34637 [new module] azure_rm_containerregistryreplication_facts


https://github.com/ansible/ansible/pull/22941 Update ec2_eni_facts to boto3


https://github.com/ansible/ansible/pull/29170 Windows: Introduce Set-Fact and set reboot_pending


https://github.com/ansible/ansible/pull/20878 Refactor E-Series facts module to use module_utils


https://github.com/ansible/ansible/pull/25123 including webhooks events


https://github.com/ansible/ansible/pull/31044 Add module scalable_target


https://github.com/ansible/ansible/pull/12644 You can create private instances in SoftLayer without a primaryIpAddress


https://github.com/ansible/ansible/issues/33381 docs example of using notify in a block: to call a handler doesn't work


https://github.com/ansible/ansible/pull/26476 ec2_scaling_policy boto3 rewrite for step scaling


https://github.com/ansible/ansible/pull/33607 Az mod keyvault key


https://github.com/ansible/ansible/pull/34022 Integration tests for route53_zone


https://github.com/ansible/ansible/pull/34612 [new module] azure_rm_sqldatabase_facts


https://github.com/ansible/ansible/pull/30462 Adds ServiceNow external inventory script


https://github.com/ansible/ansible/pull/25813 intg tests for 'any_errors_fatal'


https://github.com/ansible/ansible/pull/28662 Introduce new 'required_by' argument_spec option


https://github.com/ansible/ansible/pull/35100 Win lineinfile fix


https://github.com/ansible/ansible/issues/33381 docs example of using notify in a block: to call a handler doesn't work


https://github.com/ansible/ansible/pull/34617 [new module] azure_rm_postgresqlfirewallrule


https://github.com/ansible/ansible/pull/34100 [WIP] Module deprecation: docs, scheme and tests


https://github.com/ansible/ansible/pull/26225 cloudformation module - show only relevant events


https://github.com/ansible/ansible/pull/33591 Initial commit for fortios_cmdb


https://github.com/ansible/ansible/pull/31733 Allow lists and dicts as msg/var parameters to debug module


https://github.com/ansible/ansible/pull/30470 add ios_pmtud network module


https://github.com/ansible/ansible/pull/16690 Add intg for apt_repo's mode argument.


https://github.com/ansible/ansible/pull/31428 Add new module lxd_network


https://github.com/ansible/ansible/pull/26404 win_xml module for manipulating XML files on Windows


https://github.com/ansible/ansible/issues/33950 Provider Documentation is missing from multiple Network Modules


https://github.com/ansible/ansible/issues/33381 docs example of using notify in a block: to call a handler doesn't work


https://github.com/ansible/ansible/issues/33381 docs example of using notify in a block: to call a handler doesn't work


https://github.com/ansible/ansible/pull/20974 Make a generalized OpenStack cloud constructor


https://github.com/ansible/ansible/pull/23440 Changes in the django_admin module


https://github.com/ansible/ansible/pull/35300 VMware: New module vmware_vm_host_drs_rule


https://github.com/ansible/ansible/pull/25689 Add new module cs_vlan_ip_range


https://github.com/ansible/ansible/pull/31059 [WIP] integration tests for ec2_snapshot


https://github.com/ansible/ansible/pull/30810 new module: Configure LVM and NFS file systems for AIX


https://github.com/ansible/ansible/pull/25246 WIP: locale_gen: simplify/refactor, improve tests, add RedHat/CentOS support


https://github.com/ansible/ansible/pull/22585 Monit Module: FIx Pending Issue, Support Program Checks


https://github.com/ansible/ansible/pull/23261 New module: Add module to gather AWS CodeCommit SSH public key facts (cloud/amazon/codecommit_ssh_key_facts)


https://github.com/ansible/ansible/pull/18596 New module: remove_host


https://github.com/ansible/ansible/pull/34526 sqs_queue BOTO3 + FIFO + tagging


https://github.com/ansible/ansible/pull/27634 Adding new Windows module win_disk_management


https://github.com/ansible/ansible/pull/35166 Include roles with tags in meta/main.yml make a role run more than neccesary


https://github.com/ansible/ansible/pull/35067 New module: manage 1&1 load balancer (cloud/oneandone/oneandone_load_balancer)


https://github.com/ansible/ansible/issues/33381 docs example of using notify in a block: to call a handler doesn't work


https://github.com/ansible/ansible/pull/33416 update terminal plugin to use cli()


https://github.com/ansible/ansible/issues/35414 Ansible-Test Sanity fails at pylint with exit code 0


https://github.com/ansible/ansible/pull/18086 Start adding unit tests for facts cpuinfo


https://github.com/ansible/ansible/pull/35182 manageiq_config.py - add ability to modify ManageIQ config


https://github.com/ansible/ansible/pull/20848 oracle: initial commit


https://github.com/ansible/ansible/issues/33381 docs example of using notify in a block: to call a handler doesn't work


https://github.com/ansible/ansible/issues/25329 Module doc return table issues


https://github.com/ansible/ansible/pull/21576 [WIP] Replace Foreman and Katello all encompassing modules with specific mo


https://github.com/ansible/ansible/pull/26922 synchronize: add support for the 'lxd' transport


https://github.com/ansible/ansible/pull/33124 aws_waf_rule module


https://github.com/ansible/ansible/pull/35166 Include roles with tags in meta/main.yml make a role run more than neccesary


https://github.com/ansible/ansible/pull/27012 [passwordstore] Add dependencies to Dockerfiles


https://github.com/ansible/ansible/pull/26449 New module Moira Trigger


https://github.com/ansible/ansible/issues/33381 docs example of using notify in a block: to call a handler doesn't work


https://github.com/ansible/ansible/pull/35165 FIX: multiple nested tasks include levels


https://github.com/ansible/ansible/pull/31140 New aws_ses_identity module to manage AWS Simple Email Service Identity


https://github.com/ansible/ansible/issues/33414 aruba_command and aruba_config authenticates the connection but fails running the task


https://github.com/ansible/ansible/issues/33381 docs example of using notify in a block: to call a handler doesn't work


https://github.com/ansible/ansible/pull/35165 FIX: multiple nested tasks include levels


https://github.com/ansible/ansible/pull/24567 New module: Add cloudfront_invalidation module (cloud/amazon/cloudfront_invalidation)


https://github.com/ansible/ansible/issues/33936 at_module "now"


https://github.com/ansible/ansible/pull/20974 Make a generalized OpenStack cloud constructor


https://github.com/ansible/ansible/pull/33550 Patch 1


https://github.com/ansible/ansible/pull/35159 HostTech DNS records managing module


https://github.com/ansible/ansible/pull/34617 [new module] azure_rm_postgresqlfirewallrule


https://github.com/ansible/ansible/issues/28879 dellos6_config deletes previous backups


https://github.com/ansible/ansible/pull/34228 Hardlink follow


https://github.com/ansible/ansible/pull/34891 Tests symlinks


https://github.com/ansible/ansible/pull/31748 win_nssm AppEnvironmentExtra support


https://github.com/ansible/ansible/pull/34635 [new module] azure_rm_containerinstance_facts


https://github.com/ansible/ansible/pull/18596 New module: remove_host


https://github.com/ansible/ansible/pull/35167 fix Include role: exposed/shared vars


https://github.com/ansible/ansible/pull/22975 M/Monit Inventory


https://github.com/ansible/ansible/issues/33950 Provider Documentation is missing from multiple Network Modules


https://github.com/ansible/ansible/pull/11819 Tests for amazon ecs modules


https://github.com/ansible/ansible/pull/33124 aws_waf_rule module


https://github.com/ansible/ansible/pull/26922 synchronize: add support for the 'lxd' transport


https://github.com/ansible/ansible/pull/35166 Include roles with tags in meta/main.yml make a role run more than neccesary


https://github.com/ansible/ansible/issues/30996 split the changelog


https://github.com/ansible/ansible/pull/29170 Windows: Introduce Set-Fact and set reboot_pending


https://github.com/ansible/ansible/issues/27371 Unexpected keyword argument 'use_gax' when creating a pubsub topic


https://github.com/ansible/ansible/pull/33591 Initial commit for fortios_cmdb


https://github.com/ansible/ansible/pull/11501 Integration tests for notify with variable list.


https://github.com/ansible/ansible/pull/33211 new module - AWS Direct Connect virtual interface


https://github.com/ansible/ansible/pull/30714 [WIP] include role intg tests


https://github.com/ansible/ansible/pull/28716 Use remote_tmp as async_wrapper's jobdir (#28318)


https://github.com/ansible/ansible/pull/20974 Make a generalized OpenStack cloud constructor


https://github.com/ansible/ansible/issues/33670 AWS_PROFILE is no longer respected by aws modules in ansible 2.4


https://github.com/ansible/ansible/pull/31059 [WIP] integration tests for ec2_snapshot


https://github.com/ansible/ansible/pull/24690 Support glob pattern for creates= and removes=


https://github.com/ansible/ansible/pull/31140 New aws_ses_identity module to manage AWS Simple Email Service Identity


https://github.com/ansible/ansible/pull/22330 Convert README from Markdown to ReStructured Text and use as longdesc


https://github.com/ansible/ansible/pull/33124 aws_waf_rule module


https://github.com/ansible/ansible/pull/34232 Remove deprecated get_exception API


https://github.com/ansible/ansible/pull/25052 logentries: Fix `le rm` invocation to correctly unfollow log files with `state=absent`


https://github.com/ansible/ansible/pull/34318 Fix for with_ini when used with YAML parameters.


https://github.com/ansible/ansible/pull/22952 add some integration tests for s3_bucket


https://github.com/ansible/ansible/pull/25565 forman as inv plugin


https://github.com/ansible/ansible/issues/33381 docs example of using notify in a block: to call a handler doesn't work


https://github.com/ansible/ansible/issues/17268 with_inventory_hostnames doesn't support wildcards in patterns


https://github.com/ansible/ansible/pull/35273 Add a module to create a java key store (jks) from a certificate


https://github.com/ansible/ansible/issues/33655 Test case ResourceWarning


https://github.com/ansible/ansible/pull/26404 win_xml module for manipulating XML files on Windows


https://github.com/ansible/ansible/pull/34086 Add inventory cache


https://github.com/ansible/ansible/pull/33446 Adding artifactory_repo module and unit tests


https://github.com/ansible/ansible/pull/31637 Allow module parameters of type 'list' to have choices


https://github.com/ansible/ansible/pull/34928 fix connection gets overridden by network_cli for transport nxapi,eapi net_* modules


https://github.com/ansible/ansible/issues/25344 Powershell over SSH


https://github.com/ansible/ansible/pull/27012 [passwordstore] Add dependencies to Dockerfiles


https://github.com/ansible/ansible/pull/16690 Add intg for apt_repo's mode argument.


https://github.com/ansible/ansible/issues/33415 The module ios_vlan always assume the interface is in access mode


https://github.com/ansible/ansible/pull/27223 Add host groups by custom attributes


https://github.com/ansible/ansible/pull/21130 added qemu_img module to interact with qemu-img


https://github.com/ansible/ansible/pull/31396 pip module: allow to use both 'name' and 'requirements' parameters


https://github.com/ansible/ansible/issues/31918 XML module can't add element with namespaced attribute


https://github.com/ansible/ansible/pull/35167 fix Include role: exposed/shared vars


https://github.com/ansible/ansible/pull/35167 fix Include role: exposed/shared vars


https://github.com/ansible/ansible/pull/17989 Making the ANSI escape regexes configurable in the Shell class


https://github.com/ansible/ansible/pull/31960 aws_kms enhancements


https://github.com/ansible/ansible/pull/34100 [WIP] Module deprecation: docs, scheme and tests


https://github.com/ansible/ansible/pull/34834 profitbricks: support for update state, check mode, custom API URL & other improvements


https://github.com/ansible/ansible/pull/26476 ec2_scaling_policy boto3 rewrite for step scaling


https://github.com/ansible/ansible/pull/30340 Remove all cli provider options from nxos tests


https://github.com/ansible/ansible/issues/33950 Provider Documentation is missing from multiple Network Modules


https://github.com/ansible/ansible/pull/33210 [new module] Adding Azure RM SQL Elastic Pool support


https://github.com/ansible/ansible/pull/34100 [WIP] Module deprecation: docs, scheme and tests


https://github.com/ansible/ansible/pull/27113 A module for Packet project


https://github.com/ansible/ansible/pull/30340 Remove all cli provider options from nxos tests


https://github.com/ansible/ansible/pull/31219 add telegraf callback for turning playbook results into metrics


https://github.com/ansible/ansible/pull/20974 Make a generalized OpenStack cloud constructor


https://github.com/ansible/ansible/issues/19618 with requests==2.12.1 os_network fails when auth_url has ipv6 address for host


https://github.com/ansible/ansible/pull/21531 Added sudo user if using become method sudo for synchronize


https://github.com/ansible/ansible/pull/34800 Netscaler various fixes


https://github.com/ansible/ansible/pull/33124 aws_waf_rule module


https://github.com/ansible/ansible/pull/28535 Added feature: Setup module's filter parameter accepts list of patterns


https://github.com/ansible/ansible/pull/28856 Added Azure Traffic Manager Profile Support


https://github.com/ansible/ansible/pull/25948 Allow setting hash merging per hash


https://github.com/ansible/ansible/pull/27320 crypto: Add new module openssl_pkcs12


https://github.com/ansible/ansible/pull/32052 [WIP] New section dev_guide/module_utils


https://github.com/ansible/ansible/pull/28957 Change ignore configcheck behavior. Fixes #26923


https://github.com/ansible/ansible/issues/33381 docs example of using notify in a block: to call a handler doesn't work


https://github.com/ansible/ansible/pull/18596 New module: remove_host


https://github.com/ansible/ansible/issues/33381 docs example of using notify in a block: to call a handler doesn't work


https://github.com/ansible/ansible/pull/34634 [new module] azure_rm_containerregistry_facts


https://github.com/ansible/ansible/pull/33634 Fix bug in `consul_acl` to allow an ACL's token to be chagned


https://github.com/ansible/ansible/pull/34638 [new module] azure_rm_containerregistrywebhook


https://github.com/ansible/ansible/pull/32857 Nmap inv


https://github.com/ansible/ansible/pull/20814 Refactor format_allowed_section in gce_net module.


https://github.com/ansible/ansible/pull/34114 Feature/mysql user require ssl compatibility


https://github.com/ansible/ansible/pull/28365 Added the Set-FileAttributes


https://github.com/ansible/ansible/pull/19240 A module for managing ZFS admin privileges


https://github.com/ansible/ansible/pull/35165 FIX: multiple nested tasks include levels


https://github.com/ansible/ansible/pull/30340 Remove all cli provider options from nxos tests


https://github.com/ansible/ansible/pull/34616 [new module] azure_rm_mysqlfirewallrule


https://github.com/ansible/ansible/pull/29160 Create Pagerduty namespace and update existing module names


https://github.com/ansible/ansible/issues/33950 Provider Documentation is missing from multiple Network Modules


https://github.com/ansible/ansible/pull/30340 Remove all cli provider options from nxos tests


https://github.com/ansible/ansible/pull/19784 New AWS module for managing RDS Cluster parameter groups


https://github.com/ansible/ansible/issues/24632 "backup" command from dellos6_config module fails with 'IndexError: list index out of range'


https://github.com/ansible/ansible/pull/34100 [WIP] Module deprecation: docs, scheme and tests


https://github.com/ansible/ansible/pull/32756 Azure rm keyvault module


https://github.com/ansible/ansible/issues/33381 docs example of using notify in a block: to call a handler doesn't work


https://github.com/ansible/ansible/pull/34046 Link to the Galaxy platforms list from the meta file template


https://github.com/ansible/ansible/pull/35166 Include roles with tags in meta/main.yml make a role run more than neccesary


https://github.com/ansible/ansible/pull/24370 [WIP] New module: Add apache2_conf module (web_infrastructure/apache2_conf)


https://github.com/ansible/ansible/pull/30340 Remove all cli provider options from nxos tests


https://github.com/ansible/ansible/pull/20276 Auth0 modules


https://github.com/ansible/ansible/pull/34290 fix passing of package paths+URLs to package module when using apt


https://github.com/ansible/ansible/pull/16500 Add some test cases for parsing/data_loader


https://github.com/ansible/ansible/pull/25886 Logicmonitor modules


https://github.com/ansible/ansible/pull/28238 Jinja2 2.9 Templating KeyError Fix (stable-2.3 backport)


https://github.com/ansible/ansible/pull/31052 Do not fail if gce_ip state is absent and ip does not exist


https://github.com/ansible/ansible/pull/33606 Az mod keyvault ops


https://github.com/ansible/ansible/issues/33381 docs example of using notify in a block: to call a handler doesn't work


https://github.com/ansible/ansible/pull/25865 New module: database and key management for ManageIQ (monitoring/manageiq/manageiq_{database,key})


https://github.com/ansible/ansible/pull/31138 vsphere_copy - Add state:absent and fix transfer of zero byte files


https://github.com/ansible/ansible/pull/33350 HTML Documentation: More complete toctree.


https://github.com/ansible/ansible/issues/33381 docs example of using notify in a block: to call a handler doesn't work


https://github.com/ansible/ansible/issues/33381 docs example of using notify in a block: to call a handler doesn't work


https://github.com/ansible/ansible/pull/31746 allow become methods for Jail connection plugin


https://github.com/ansible/ansible/pull/30340 Remove all cli provider options from nxos tests


https://github.com/ansible/ansible/pull/30340 Remove all cli provider options from nxos tests


https://github.com/ansible/ansible/pull/16500 Add some test cases for parsing/data_loader


https://github.com/ansible/ansible/issues/17358 with_dict/item.value behaves differently than with_dict/dict[item.key] in some cases


https://github.com/ansible/ansible/pull/28716 Use remote_tmp as async_wrapper's jobdir (#28318)


https://github.com/ansible/ansible/issues/34763 openbsd_pkg: does not install latest version if multiple versions are available


https://github.com/ansible/ansible/pull/21036 Adding clouder_cluster module to manage Cloudera Manager cluster. http://www.cloudera.com/


https://github.com/ansible/ansible/pull/35165 FIX: multiple nested tasks include levels


https://github.com/ansible/ansible/pull/24359 added dynamic docker swarm + gitlab runner inventory


https://github.com/ansible/ansible/pull/32495 Handle dict subelements in the subelements plugin


https://github.com/ansible/ansible/pull/23888 New module: Add module for marking Consul nodes or services as maintenance mode (clustering/consul_maint)


https://github.com/ansible/ansible/pull/27012 [passwordstore] Add dependencies to Dockerfiles


https://github.com/ansible/ansible/pull/11501 Integration tests for notify with variable list.


https://github.com/ansible/ansible/issues/33381 docs example of using notify in a block: to call a handler doesn't work


https://github.com/ansible/ansible/pull/18019 add an 'uncensored' callback.


https://github.com/ansible/ansible/issues/33950 Provider Documentation is missing from multiple Network Modules


https://github.com/ansible/ansible/issues/35185 aci_contract_subject_to_filter must support common tenant


https://github.com/ansible/ansible/pull/26251 add rc service module and sysrc utils


https://github.com/ansible/ansible/pull/31733 Allow lists and dicts as msg/var parameters to debug module


https://github.com/ansible/ansible/pull/24568 New module: manage Amazon CloudFront origin access identities (cloud/amazon/cloudfront_origin_access_identity)


https://github.com/ansible/ansible/issues/33950 Provider Documentation is missing from multiple Network Modules


https://github.com/ansible/ansible/pull/32826 Adding support for managing AWS IOT things


https://github.com/ansible/ansible/pull/34232 Remove deprecated get_exception API


https://github.com/ansible/ansible/issues/34343 Windows: become other users without requiring passwords


https://github.com/ansible/ansible/pull/35381 Bot testing. Do not merge.


https://github.com/ansible/ansible/issues/35140 aci_config_rollback: integration test fails


https://github.com/ansible/ansible/issues/33414 aruba_command and aruba_config authenticates the connection but fails running the task


https://github.com/ansible/ansible/pull/34639 [new module] azure_rm_containerregistrywebhook_facts


https://github.com/ansible/ansible/pull/31415 add new module na_cdot_snapshot


https://github.com/ansible/ansible/pull/34976 [WIP] Unwrap debug


https://github.com/ansible/ansible/pull/31850 aws doc fragment fixes #30184 and #30244


https://github.com/ansible/ansible/issues/35342 win_iis_webbinding does not change certificate


https://github.com/ansible/ansible/pull/34100 [WIP] Module deprecation: docs, scheme and tests


https://github.com/ansible/ansible/pull/32976 Fix ec2_group integration test


https://github.com/ansible/ansible/pull/33109 Add new network modules for Edgeos


https://github.com/ansible/ansible/pull/34637 [new module] azure_rm_containerregistryreplication_facts


https://github.com/ansible/ansible/pull/26080 New module: Manage RabbitMQ global parameters [messaging/rabbitmq_global_parameter]


https://github.com/ansible/ansible/issues/31528 Flattened lookup plugin gives inconsistent results with string lists.


https://github.com/ansible/ansible/pull/34200 Accept interfaces without address family or method


https://github.com/ansible/ansible/pull/31079 Elasticbeanstalk app


https://github.com/ansible/ansible/pull/32021 WIP: Fix include_task in include_role


https://github.com/ansible/ansible/issues/33381 docs example of using notify in a block: to call a handler doesn't work


https://github.com/ansible/ansible/pull/19026 Add Yarn module


https://github.com/ansible/ansible/pull/33817 Add os-release file parsing, partially fix #25897


https://github.com/ansible/ansible/pull/33548 add vim modeline to galaxy-templates


https://github.com/ansible/ansible/pull/35210 ec2_vpc_vpn.py: Facilitate VPN TunnelOptions


https://github.com/ansible/ansible/pull/31059 [WIP] integration tests for ec2_snapshot


https://github.com/ansible/ansible/pull/35390 Infoblox should be run locally


https://github.com/ansible/ansible/issues/35119 Creating Docker secrets from file system


https://github.com/ansible/ansible/issues/33381 docs example of using notify in a block: to call a handler doesn't work


https://github.com/ansible/ansible/pull/28976 Add --convert-type flag for use with --extra-vars (#23485)


https://github.com/ansible/ansible/pull/31143 Fixes #25725: strip quotes from lsb_release and distribution descript


https://github.com/ansible/ansible/pull/33210 [new module] Adding Azure RM SQL Elastic Pool support


https://github.com/ansible/ansible/issues/32872 ecs_task fails with versioned task definition


https://github.com/ansible/ansible/issues/33381 docs example of using notify in a block: to call a handler doesn't work


https://github.com/ansible/ansible/pull/30340 Remove all cli provider options from nxos tests


https://github.com/ansible/ansible/pull/22159 Add bindep module


https://github.com/ansible/ansible/pull/11819 Tests for amazon ecs modules


https://github.com/ansible/ansible/pull/33780 Thycotic module dev


https://github.com/ansible/ansible/issues/33381 docs example of using notify in a block: to call a handler doesn't work


https://github.com/ansible/ansible/pull/27245 add fstab module to perform functions removed from mount module


https://github.com/ansible/ansible/pull/27944 Added the ability to define tags for elasticache


https://github.com/ansible/ansible/issues/33414 aruba_command and aruba_config authenticates the connection but fails running the task


https://github.com/ansible/ansible/pull/25813 intg tests for 'any_errors_fatal'


https://github.com/ansible/ansible/pull/35164 Include role honour allow duplicates


https://github.com/ansible/ansible/pull/34386 [WIP] windows: added Ansible.IO c# code to work on paths greater than 260


https://github.com/ansible/ansible/pull/35166 Include roles with tags in meta/main.yml make a role run more than neccesary


https://github.com/ansible/ansible/pull/25246 WIP: locale_gen: simplify/refactor, improve tests, add RedHat/CentOS support


https://github.com/ansible/ansible/pull/31396 pip module: allow to use both 'name' and 'requirements' parameters


https://github.com/ansible/ansible/pull/19297 fileglob: make fileglob work with globbed path components again (Fixes: #17136)


https://github.com/ansible/ansible/pull/19446 Resubmission of dataproc module PR post repo merge


https://github.com/ansible/ansible/pull/34100 [WIP] Module deprecation: docs, scheme and tests


https://github.com/ansible/ansible/pull/11819 Tests for amazon ecs modules


https://github.com/ansible/ansible/pull/34250 Credential in tower_project module should be optional


https://github.com/ansible/ansible/pull/31783 [WIP] configurable list of facts modules


https://github.com/ansible/ansible/pull/31010 Integrations tests for iptables (destructive and needs privileges)


https://github.com/ansible/ansible/pull/35167 fix Include role: exposed/shared vars


https://github.com/ansible/ansible/pull/30340 Remove all cli provider options from nxos tests


https://github.com/ansible/ansible/issues/33950 Provider Documentation is missing from multiple Network Modules


https://github.com/ansible/ansible/pull/34993 Updating lvol.py to better handle %PVS options when creating/resizing lvols.


https://github.com/ansible/ansible/pull/11819 Tests for amazon ecs modules


https://github.com/ansible/ansible/pull/27117 Adds module to configure dns on Cisco UCS Server.


https://github.com/ansible/ansible/pull/33585 StoragePoolFactsModule for HPE OneView


https://github.com/ansible/ansible/pull/34232 Remove deprecated get_exception API


https://github.com/ansible/ansible/pull/31637 Allow module parameters of type 'list' to have choices


https://github.com/ansible/ansible/issues/33381 docs example of using notify in a block: to call a handler doesn't work


https://github.com/ansible/ansible/pull/34615 [new module] azure_rm_sqlfirewallrule


https://github.com/ansible/ansible/pull/35167 fix Include role: exposed/shared vars


https://github.com/ansible/ansible/pull/35167 fix Include role: exposed/shared vars


https://github.com/ansible/ansible/issues/33414 aruba_command and aruba_config authenticates the connection but fails running the task


https://github.com/ansible/ansible/pull/33313 [WIP] Docs network auth, become & proxy


https://github.com/ansible/ansible/pull/24370 [WIP] New module: Add apache2_conf module (web_infrastructure/apache2_conf)


https://github.com/ansible/ansible/issues/33381 docs example of using notify in a block: to call a handler doesn't work


https://github.com/ansible/ansible/issues/33381 docs example of using notify in a block: to call a handler doesn't work


https://github.com/ansible/ansible/issues/33950 Provider Documentation is missing from multiple Network Modules


https://github.com/ansible/ansible/issues/33381 docs example of using notify in a block: to call a handler doesn't work


https://github.com/ansible/ansible/pull/33416 update terminal plugin to use cli()


https://github.com/ansible/ansible/pull/30462 Adds ServiceNow external inventory script


https://github.com/ansible/ansible/pull/31334 Add flags to regex filters


https://github.com/ansible/ansible/issues/33381 docs example of using notify in a block: to call a handler doesn't work


https://github.com/ansible/ansible/pull/35164 Include role honour allow duplicates


https://github.com/ansible/ansible/pull/22990 Add pushsafer.com notification


https://github.com/ansible/ansible/pull/19172 introduce `module_utils.urls.fetch_file` as a wrapper to download and save files


https://github.com/ansible/ansible/pull/30340 Remove all cli provider options from nxos tests


https://github.com/ansible/ansible/issues/33381 docs example of using notify in a block: to call a handler doesn't work


https://github.com/ansible/ansible/pull/27012 [passwordstore] Add dependencies to Dockerfiles


https://github.com/ansible/ansible/pull/30340 Remove all cli provider options from nxos tests


https://github.com/ansible/ansible/pull/30470 add ios_pmtud network module


https://github.com/ansible/ansible/pull/33788 Fix the docs link to Ohai in the Ohai module


https://github.com/ansible/ansible/pull/29010 messaging: Add new modules for kafka-acls


https://github.com/ansible/ansible/pull/34634 [new module] azure_rm_containerregistry_facts


https://github.com/ansible/ansible/pull/27005 vcenter_folder: New module to manage folders on vCenter


https://github.com/ansible/ansible/pull/22779 seboolean: Fix issue with changing persistent SELinux boolean values


https://github.com/ansible/ansible/issues/33381 docs example of using notify in a block: to call a handler doesn't work


https://github.com/ansible/ansible/pull/27223 Add host groups by custom attributes


https://github.com/ansible/ansible/pull/26529 WIP: runc: Initial runc module package


https://github.com/ansible/ansible/pull/25294 Add dynamic inventory for Scaleway


https://github.com/ansible/ansible/issues/33381 docs example of using notify in a block: to call a handler doesn't work


https://github.com/ansible/ansible/pull/27320 crypto: Add new module openssl_pkcs12


https://github.com/ansible/ansible/pull/27012 [passwordstore] Add dependencies to Dockerfiles


https://github.com/ansible/ansible/pull/20974 Make a generalized OpenStack cloud constructor


https://github.com/ansible/ansible/issues/33381 docs example of using notify in a block: to call a handler doesn't work


https://github.com/ansible/ansible/issues/23564 Setting a sync plan in Katello Module will result in Organization Error


https://github.com/ansible/ansible/pull/30340 Remove all cli provider options from nxos tests


https://github.com/ansible/ansible/pull/25585 Module quagga command


https://github.com/ansible/ansible/pull/20275 Add initial version of mdadm module for managing linux raid disks.


https://github.com/ansible/ansible/issues/33381 docs example of using notify in a block: to call a handler doesn't work


https://github.com/ansible/ansible/pull/27819 Add dynamic inventory for Icinga1 REST API


https://github.com/ansible/ansible/pull/34759 draft async action


https://github.com/ansible/ansible/pull/24939 New module: manage Foreman Global Parameters (remote_management/foreman/foreman_global_parameter)


https://github.com/ansible/ansible/pull/22000 Added 'easy_install' --no-deps and --find-links options.


https://github.com/ansible/ansible/pull/35165 FIX: multiple nested tasks include levels


https://github.com/ansible/ansible/issues/33381 docs example of using notify in a block: to call a handler doesn't work


https://github.com/ansible/ansible/pull/24131 New module: Add Icinga2 downtime module to allow users to schedule and remove downtime (monitoring/icinga2_downtime)


https://github.com/ansible/ansible/pull/21630 Fixes #21401 file module failing to create links


https://github.com/ansible/ansible/issues/34997 Add secure network session tracing capability for newtork_cli and netconf connections


https://github.com/ansible/ansible/pull/22975 M/Monit Inventory


https://github.com/ansible/ansible/pull/33210 [new module] Adding Azure RM SQL Elastic Pool support


https://github.com/ansible/ansible/issues/33655 Test case ResourceWarning


https://github.com/ansible/ansible/issues/35084 net_interface: Undocumented restriction on local connections


https://github.com/ansible/ansible/issues/33950 Provider Documentation is missing from multiple Network Modules


https://github.com/ansible/ansible/pull/35165 FIX: multiple nested tasks include levels


https://github.com/ansible/ansible/issues/33381 docs example of using notify in a block: to call a handler doesn't work


https://github.com/ansible/ansible/pull/30340 Remove all cli provider options from nxos tests


https://github.com/ansible/ansible/pull/34100 [WIP] Module deprecation: docs, scheme and tests


https://github.com/ansible/ansible/pull/33585 StoragePoolFactsModule for HPE OneView


https://github.com/ansible/ansible/issues/33381 docs example of using notify in a block: to call a handler doesn't work


https://github.com/ansible/ansible/pull/31134 minor fix in docs for gce_backend_service examples


https://github.com/ansible/ansible/pull/24359 added dynamic docker swarm + gitlab runner inventory


https://github.com/ansible/ansible/pull/28548 [WIP] Integration tests for rabbitmq_plugin


https://github.com/ansible/ansible/pull/30415 New filter getmountfrompath to retrieve a mountpoint from a given path.


https://github.com/ansible/ansible/pull/28238 Jinja2 2.9 Templating KeyError Fix (stable-2.3 backport)


https://github.com/ansible/ansible/pull/10730 Ec2 snapshot tests


https://github.com/ansible/ansible/pull/32403 Add support for imaging VMs in Azure


https://github.com/ansible/ansible/pull/22159 Add bindep module


https://github.com/ansible/ansible/pull/13612 Add a guestfs connexion plugin


https://github.com/ansible/ansible/issues/22922 unarchive fails when the zip files has non-ASCII characters


https://github.com/ansible/ansible/pull/27174 Remove fstab features from mount, call new module mount2


https://github.com/ansible/ansible/pull/18986 Consul inventory : take in account boolean value in config file


https://github.com/ansible/ansible/pull/26558 VMware SPBM Module


https://github.com/ansible/ansible/pull/11819 Tests for amazon ecs modules


https://github.com/ansible/ansible/pull/35276 Added gce_facts module to collect Google cloud instance facts.


https://github.com/ansible/ansible/pull/11819 Tests for amazon ecs modules


https://github.com/ansible/ansible/pull/35312 provide compat_platform replacement for deprecated platform.dist() Fixes #30489


https://github.com/ansible/ansible/pull/22294 wildfly module for domain and standalone mode deployment


https://github.com/ansible/ansible/pull/34612 [new module] azure_rm_sqldatabase_facts


https://github.com/ansible/ansible/pull/35165 FIX: multiple nested tasks include levels


https://github.com/ansible/ansible/pull/23780 Refactor homebrew family of modules


https://github.com/ansible/ansible/issues/25991 "msg": "Failed to connect to the host via ssh: Received message too long 458960955\r\n"


https://github.com/ansible/ansible/pull/17483 Implement 'pathglob' filter plugin and lookup plugin


https://github.com/ansible/ansible/pull/21576 [WIP] Replace Foreman and Katello all encompassing modules with specific mo


https://github.com/ansible/ansible/issues/33950 Provider Documentation is missing from multiple Network Modules


https://github.com/ansible/ansible/pull/22854 New module: Add module to configure inbound email reception with Amazon Simple Email (cloud/amazon/ses_rule)


https://github.com/ansible/ansible/issues/33381 docs example of using notify in a block: to call a handler doesn't work


https://github.com/ansible/ansible/pull/22010 Add intg tests for delegate_to/delegate_facts/run_once together


https://github.com/ansible/ansible/pull/23603 New module: Add a module to handle postgresql table space (database/postgresql/postgresql_tablespace)


https://github.com/ansible/ansible/pull/30945 Rejiggering apache2_module as apache2_enable


https://github.com/ansible/ansible/pull/29960 Digital Ocean Integration tests


https://github.com/ansible/ansible/pull/25865 New module: database and key management for ManageIQ (monitoring/manageiq/manageiq_{database,key})


https://github.com/ansible/ansible/issues/33950 Provider Documentation is missing from multiple Network Modules


https://github.com/ansible/ansible/pull/34386 [WIP] windows: added Ansible.IO c# code to work on paths greater than 260


https://github.com/ansible/ansible/pull/19394 added vmware_add_nic module


https://github.com/ansible/ansible/pull/35165 FIX: multiple nested tasks include levels


https://github.com/ansible/ansible/pull/27012 [passwordstore] Add dependencies to Dockerfiles


https://github.com/ansible/ansible/pull/35127 Upgrade to openshift 4.0


https://github.com/ansible/ansible/issues/29335 npm: module crashes du to malformed npm output


https://github.com/ansible/ansible/pull/34620 [new module] azure_rm_postgresqlfirewallrule_facts


https://github.com/ansible/ansible/pull/35167 fix Include role: exposed/shared vars


https://github.com/ansible/ansible/pull/34232 Remove deprecated get_exception API


https://github.com/ansible/ansible/issues/26030 no integration tests for vmware_inventory.py


https://github.com/ansible/ansible/pull/30340 Remove all cli provider options from nxos tests


https://github.com/ansible/ansible/pull/34232 Remove deprecated get_exception API


https://github.com/ansible/ansible/pull/35099 [WIP] Fix jinja2>=2.9 nested include vars


https://github.com/ansible/ansible/pull/30340 Remove all cli provider options from nxos tests


https://github.com/ansible/ansible/pull/26922 synchronize: add support for the 'lxd' transport


https://github.com/ansible/ansible/issues/34094 cloud:ovirt: add the capability to register user as QuotaConsumer for a specific quota


https://github.com/ansible/ansible/pull/26889 New module: sleep the task execution (utilities/logic/sleep)


https://github.com/ansible/ansible/issues/24757 aws lambda does not support empty (unspecified) role


https://github.com/ansible/ansible/pull/34100 [WIP] Module deprecation: docs, scheme and tests


https://github.com/ansible/ansible/pull/20974 Make a generalized OpenStack cloud constructor


https://github.com/ansible/ansible/pull/25356 added new type 'psobject' to powershell Param parser


https://github.com/ansible/ansible/pull/28536 [WIP] Module except hook


https://github.com/ansible/ansible/pull/35202 new panos_match_rule module


https://github.com/ansible/ansible/pull/33607 Az mod keyvault key


https://github.com/ansible/ansible/pull/35302 [ec2_vpc_net_facts] Fix UnsupportedOperation for regions other than u


https://github.com/ansible/ansible/pull/35095 Make a list for default value of prompts


https://github.com/ansible/ansible/issues/33950 Provider Documentation is missing from multiple Network Modules


https://github.com/ansible/ansible/pull/26404 win_xml module for manipulating XML files on Windows


https://github.com/ansible/ansible/pull/13536 Add version_check callback plugin.


https://github.com/ansible/ansible/pull/33211 new module - AWS Direct Connect virtual interface


https://github.com/ansible/ansible/issues/30239 Fix docker volume creation when there are no docker volumes present yet.


https://github.com/ansible/ansible/issues/33381 docs example of using notify in a block: to call a handler doesn't work


https://github.com/ansible/ansible/pull/31059 [WIP] integration tests for ec2_snapshot


https://github.com/ansible/ansible/pull/32021 WIP: Fix include_task in include_role


https://github.com/ansible/ansible/pull/11501 Integration tests for notify with variable list.


https://github.com/ansible/ansible/issues/33381 docs example of using notify in a block: to call a handler doesn't work


https://github.com/ansible/ansible/pull/30764 [fix] pylint errors on module packaging os


https://github.com/ansible/ansible/pull/17337 Add test of the selinux module (as a start)


https://github.com/ansible/ansible/pull/23256 ssha.py convert a term to a SSHA encoded password


https://github.com/ansible/ansible/pull/35004 vmware: Add new module 'vmware_datastore_host'


https://github.com/ansible/ansible/issues/33381 docs example of using notify in a block: to call a handler doesn't work


https://github.com/ansible/ansible/pull/25741 Add new module cs_console_cert


https://github.com/ansible/ansible/pull/33416 update terminal plugin to use cli()


https://github.com/ansible/ansible/pull/30309 [WIP] New module vmware_deploy_ovf


https://github.com/ansible/ansible/pull/31140 New aws_ses_identity module to manage AWS Simple Email Service Identity


https://github.com/ansible/ansible/pull/26379 JBoss module now supports HTTP and CLI deployments


https://github.com/ansible/ansible/issues/33381 docs example of using notify in a block: to call a handler doesn't work


https://github.com/ansible/ansible/pull/34637 [new module] azure_rm_containerregistryreplication_facts


https://github.com/ansible/ansible/pull/30340 Remove all cli provider options from nxos tests


https://github.com/ansible/ansible/pull/35165 FIX: multiple nested tasks include levels


https://github.com/ansible/ansible/issues/33381 docs example of using notify in a block: to call a handler doesn't work


https://github.com/ansible/ansible/pull/20974 Make a generalized OpenStack cloud constructor


https://github.com/ansible/ansible/pull/34294 Add Mesos Marathon application module for being managable with Ansible


https://github.com/ansible/ansible/pull/35014 GCP: DNS Managed Zones


https://github.com/ansible/ansible/pull/32707 StorageSystemFactsModule for HPE OneView


https://github.com/ansible/ansible/issues/33950 Provider Documentation is missing from multiple Network Modules


https://github.com/ansible/ansible/pull/30340 Remove all cli provider options from nxos tests


https://github.com/ansible/ansible/issues/25957 Add vault support for json file in contrib/inventory/gce.py


https://github.com/ansible/ansible/pull/18596 New module: remove_host


https://github.com/ansible/ansible/issues/33381 docs example of using notify in a block: to call a handler doesn't work


https://github.com/ansible/ansible/issues/33414 aruba_command and aruba_config authenticates the connection but fails running the task


https://github.com/ansible/ansible/pull/31452 replace - fixed combined before and after usage


https://github.com/ansible/ansible/pull/23659 New module: Add module to manage linux packet steering settings (system/pkt_steering)


https://github.com/ansible/ansible/issues/33950 Provider Documentation is missing from multiple Network Modules


https://github.com/ansible/ansible/pull/27117 Adds module to configure dns on Cisco UCS Server.


https://github.com/ansible/ansible/issues/33381 docs example of using notify in a block: to call a handler doesn't work


https://github.com/ansible/ansible/pull/20974 Make a generalized OpenStack cloud constructor


https://github.com/ansible/ansible/pull/35364 Add initial ACI guide


https://github.com/ansible/ansible/issues/33414 aruba_command and aruba_config authenticates the connection but fails running the task


https://github.com/ansible/ansible/issues/33381 docs example of using notify in a block: to call a handler doesn't work


https://github.com/ansible/ansible/pull/31079 Elasticbeanstalk app


https://github.com/ansible/ansible/pull/29960 Digital Ocean Integration tests


https://github.com/ansible/ansible/pull/33109 Add new network modules for Edgeos


https://github.com/ansible/ansible/pull/33357 allow ANSIBLE_KEEP_REMOTE_FILES for local test runner


https://github.com/ansible/ansible/pull/31960 aws_kms enhancements


https://github.com/ansible/ansible/pull/30340 Remove all cli provider options from nxos tests


https://github.com/ansible/ansible/pull/34889 Changing BSD to GPL


https://github.com/ansible/ansible/issues/33381 docs example of using notify in a block: to call a handler doesn't work


https://github.com/ansible/ansible/pull/30340 Remove all cli provider options from nxos tests


https://github.com/ansible/ansible/pull/34046 Link to the Galaxy platforms list from the meta file template


https://github.com/ansible/ansible/pull/27358 Add ldap lookup plugin to search and get ldap entries


https://github.com/ansible/ansible/pull/30340 Remove all cli provider options from nxos tests


https://github.com/ansible/ansible/pull/35164 Include role honour allow duplicates


https://github.com/ansible/ansible/pull/20974 Make a generalized OpenStack cloud constructor


https://github.com/ansible/ansible/issues/33950 Provider Documentation is missing from multiple Network Modules


https://github.com/ansible/ansible/pull/29170 Windows: Introduce Set-Fact and set reboot_pending


https://github.com/ansible/ansible/pull/27012 [passwordstore] Add dependencies to Dockerfiles


https://github.com/ansible/ansible/issues/33414 aruba_command and aruba_config authenticates the connection but fails running the task


https://github.com/ansible/ansible/issues/35308 azure_rm_mysqldatabase integration test fails


https://github.com/ansible/ansible/pull/34616 [new module] azure_rm_mysqlfirewallrule


https://github.com/ansible/ansible/pull/32290 new module: aix_devices, manage AIX devices


https://github.com/ansible/ansible/issues/31568 Supporting loading hierarchical config in netcfg module


https://github.com/ansible/ansible/issues/35368 Take ipa_* authentication default values from environment


https://github.com/ansible/ansible/issues/32910 packet_device not working with ipxe_script_url set


https://github.com/ansible/ansible/pull/32480 safer task results


https://github.com/ansible/ansible/issues/33414 aruba_command and aruba_config authenticates the connection but fails running the task


https://github.com/ansible/ansible/pull/35378 aci_config_rollback: Fix test to use dict output


https://github.com/ansible/ansible/issues/24148 Sysctl module fails on OEL5


https://github.com/ansible/ansible/pull/35016 Fix copy for implicit relative paths


https://github.com/ansible/ansible/issues/35387 region _s required when using gce_lb but docs say it's not


https://github.com/ansible/ansible/pull/30896 added name parameter


https://github.com/ansible/ansible/pull/35165 FIX: multiple nested tasks include levels


https://github.com/ansible/ansible/issues/33381 docs example of using notify in a block: to call a handler doesn't work


https://github.com/ansible/ansible/issues/33381 docs example of using notify in a block: to call a handler doesn't work


https://github.com/ansible/ansible/issues/33867 ovirt_host_networks.py: netmask incorrectly converted to prefix causing ValueError


https://github.com/ansible/ansible/pull/30470 add ios_pmtud network module


https://github.com/ansible/ansible/pull/34634 [new module] azure_rm_containerregistry_facts


https://github.com/ansible/ansible/pull/30746 [WIP/TEST] Mdd rds split testing wip - demo branch for future RDS


https://github.com/ansible/ansible/pull/31939 New module: postgresql_publication


https://github.com/ansible/ansible/pull/25975 New module: support Alibaba Cloud ECS (cloud/alicloud/alicloud_instance)


https://github.com/ansible/ansible/pull/28825 Add GELF callback


https://github.com/ansible/ansible/issues/29369 asa_config: Clearer message when `authorize: yes` isn't set


https://github.com/ansible/ansible/pull/24258 [Fix] Commented out Section due to no Quotes


https://github.com/ansible/ansible/issues/33381 docs example of using notify in a block: to call a handler doesn't work


https://github.com/ansible/ansible/pull/19191 WIP: New match module to select by regexp


https://github.com/ansible/ansible/pull/32052 [WIP] New section dev_guide/module_utils


https://github.com/ansible/ansible/pull/18276 add new test 'contains' alias in


https://github.com/ansible/ansible/issues/33381 docs example of using notify in a block: to call a handler doesn't work


https://github.com/ansible/ansible/pull/33239 Cast int for expire field to avoid call failure to sensu API


https://github.com/ansible/ansible/pull/28503 urldecode and urlencode filters for Jinja2


https://github.com/ansible/ansible/pull/27634 Adding new Windows module win_disk_management


https://github.com/ansible/ansible/pull/11819 Tests for amazon ecs modules


https://github.com/ansible/ansible/pull/33984 Add Digital Ocean Droplet module


https://github.com/ansible/ansible/pull/11819 Tests for amazon ecs modules


https://github.com/ansible/ansible/pull/26889 New module: sleep the task execution (utilities/logic/sleep)


https://github.com/ansible/ansible/pull/20848 oracle: initial commit


https://github.com/ansible/ansible/pull/34635 [new module] azure_rm_containerinstance_facts


https://github.com/ansible/ansible/issues/28480 tower_group.py not accepting file


https://github.com/ansible/ansible/pull/34273 Change DataDog to Datadog


https://github.com/ansible/ansible/pull/30340 Remove all cli provider options from nxos tests


https://github.com/ansible/ansible/pull/35205 [WIP] Add reboot action plugin


https://github.com/ansible/ansible/issues/27433 apache2_mod_proxy_module fails to parse apache version from Red Hat Apache server


https://github.com/ansible/ansible/pull/31192 [WIP] Installer


https://github.com/ansible/ansible/pull/27831 20958 Feature Request: Allow 'file' module to optionally shred directory/files #20958


https://github.com/ansible/ansible/pull/22952 add some integration tests for s3_bucket


https://github.com/ansible/ansible/pull/29960 Digital Ocean Integration tests


https://github.com/ansible/ansible/issues/33381 docs example of using notify in a block: to call a handler doesn't work


https://github.com/ansible/ansible/pull/25813 intg tests for 'any_errors_fatal'


https://github.com/ansible/ansible/pull/34100 [WIP] Module deprecation: docs, scheme and tests


https://github.com/ansible/ansible/issues/33414 aruba_command and aruba_config authenticates the connection but fails running the task


https://github.com/ansible/ansible/pull/21531 Added sudo user if using become method sudo for synchronize


https://github.com/ansible/ansible/pull/27223 Add host groups by custom attributes


https://github.com/ansible/ansible/issues/33381 docs example of using notify in a block: to call a handler doesn't work


https://github.com/ansible/ansible/issues/33381 docs example of using notify in a block: to call a handler doesn't work


https://github.com/ansible/ansible/issues/35046 s3_lifecycle: Add support for non-current versions


https://github.com/ansible/ansible/pull/30680 [WIP] Elasticache replication group


https://github.com/ansible/ansible/issues/33655 Test case ResourceWarning


https://github.com/ansible/ansible/pull/34619 [new module] azure_rm_mysqlfirewallrule_facts


https://github.com/ansible/ansible/pull/16690 Add intg for apt_repo's mode argument.


https://github.com/ansible/ansible/pull/25865 New module: database and key management for ManageIQ (monitoring/manageiq/manageiq_{database,key})


https://github.com/ansible/ansible/pull/30238 New module: installp for AIX packages


https://github.com/ansible/ansible/issues/33381 docs example of using notify in a block: to call a handler doesn't work


https://github.com/ansible/ansible/pull/25546 New module: ETCD, Fixes #25542


https://github.com/ansible/ansible/issues/33381 docs example of using notify in a block: to call a handler doesn't work


https://github.com/ansible/ansible/issues/34045 elasticache_parameter_group breaks when looping with_items


https://github.com/ansible/ansible/issues/33381 docs example of using notify in a block: to call a handler doesn't work


https://github.com/ansible/ansible/issues/33381 docs example of using notify in a block: to call a handler doesn't work


https://github.com/ansible/ansible/pull/30945 Rejiggering apache2_module as apache2_enable


https://github.com/ansible/ansible/pull/31899 [cloud] ec2_vpc_nat_gateway: fix check mode when eip_address is provided


https://github.com/ansible/ansible/pull/30340 Remove all cli provider options from nxos tests


https://github.com/ansible/ansible/pull/27117 Adds module to configure dns on Cisco UCS Server.


https://github.com/ansible/ansible/pull/21576 [WIP] Replace Foreman and Katello all encompassing modules with specific mo


https://github.com/ansible/ansible/pull/29160 Create Pagerduty namespace and update existing module names


https://github.com/ansible/ansible/pull/25290 New module: manage the creation, modification, deletion of AWS RDS Option Groups (cloud/amazon/rds_option_group)


https://github.com/ansible/ansible/pull/35239 Fix ios_facts return values


https://github.com/ansible/ansible/issues/18619 ansible connection closed when running task


https://github.com/ansible/ansible/pull/34619 [new module] azure_rm_mysqlfirewallrule_facts


https://github.com/ansible/ansible/pull/35164 Include role honour allow duplicates


https://github.com/ansible/ansible/pull/25948 Allow setting hash merging per hash


https://github.com/ansible/ansible/pull/34615 [new module] azure_rm_sqlfirewallrule


https://github.com/ansible/ansible/pull/26700 Initial support for AWS Batch Job Definitions


https://github.com/ansible/ansible/pull/30340 Remove all cli provider options from nxos tests


https://github.com/ansible/ansible/pull/30340 Remove all cli provider options from nxos tests


https://github.com/ansible/ansible/pull/21946 Let inventory directories store files


https://github.com/ansible/ansible/pull/34618 [new module] azure_rm_sqlfirewallrule_facts


https://github.com/ansible/ansible/issues/28928 Implement sshkey option on ios_user


https://github.com/ansible/ansible/pull/35165 FIX: multiple nested tasks include levels


https://github.com/ansible/ansible/pull/35014 GCP: DNS Managed Zones


https://github.com/ansible/ansible/pull/31860 Improve route53_facts to modern Ansible standards


https://github.com/ansible/ansible/pull/21054 Adds iptables_raw module


https://github.com/ansible/ansible/pull/27457 Fix proposal for apache2_mod_proxy_module failing to parse apache version (issue #27433)


https://github.com/ansible/ansible/pull/10730 Ec2 snapshot tests


https://github.com/ansible/ansible/issues/33950 Provider Documentation is missing from multiple Network Modules


https://github.com/ansible/ansible/pull/30764 [fix] pylint errors on module packaging os


https://github.com/ansible/ansible/pull/20848 oracle: initial commit


https://github.com/ansible/ansible/pull/30340 Remove all cli provider options from nxos tests


https://github.com/ansible/ansible/pull/24282 New module: Add Pritunl VPN organisation module (net_tools/pritunl/)


https://github.com/ansible/ansible/issues/33381 docs example of using notify in a block: to call a handler doesn't work


https://github.com/ansible/ansible/issues/27445 hacking/README.md should state pytest should be installed


https://github.com/ansible/ansible/issues/33414 aruba_command and aruba_config authenticates the connection but fails running the task


https://github.com/ansible/ansible/issues/33381 docs example of using notify in a block: to call a handler doesn't work


https://github.com/ansible/ansible/pull/31137 New Module: vmware_register - Register/un-register VMs and templates


https://github.com/ansible/ansible/pull/20974 Make a generalized OpenStack cloud constructor


https://github.com/ansible/ansible/issues/34185 openvswitch_bridge requires the fail_mode parameter


https://github.com/ansible/ansible/pull/27634 Adding new Windows module win_disk_management


https://github.com/ansible/ansible/pull/19191 WIP: New match module to select by regexp


https://github.com/ansible/ansible/pull/21531 Added sudo user if using become method sudo for synchronize


https://github.com/ansible/ansible/pull/33416 update terminal plugin to use cli()


https://github.com/ansible/ansible/pull/20872 Refactor E-Series AMG role module to use module_utils


https://github.com/ansible/ansible/pull/25975 New module: support Alibaba Cloud ECS (cloud/alicloud/alicloud_instance)


https://github.com/ansible/ansible/issues/34588 gce_instance_template won't select image for centos-7


https://github.com/ansible/ansible/pull/32030 Fix issue-32019: [Python 3] znode fails to create node (It uses string value instead of bytes value)


https://github.com/ansible/ansible/pull/28716 Use remote_tmp as async_wrapper's jobdir (#28318)


https://github.com/ansible/ansible/pull/27320 crypto: Add new module openssl_pkcs12


https://github.com/ansible/ansible/pull/34395 include interface info in ansible_interfaces


https://github.com/ansible/ansible/pull/26922 synchronize: add support for the 'lxd' transport


https://github.com/ansible/ansible/pull/26701 Initial support for AWS Batch Job Queues


https://github.com/ansible/ansible/issues/33381 docs example of using notify in a block: to call a handler doesn't work


https://github.com/ansible/ansible/pull/34834 profitbricks: support for update state, check mode, custom API URL & other improvements


https://github.com/ansible/ansible/pull/33606 Az mod keyvault ops


https://github.com/ansible/ansible/pull/30714 [WIP] include role intg tests


https://github.com/ansible/ansible/pull/30340 Remove all cli provider options from nxos tests


https://github.com/ansible/ansible/pull/34610 [new module] azure_rm_postgresqlserver_facts


https://github.com/ansible/ansible/issues/32747 Error during "make rpm" build from repo


https://github.com/ansible/ansible/issues/34392 win_firewall_rule module defaults prevents use of "leave existing"


https://github.com/ansible/ansible/issues/33950 Provider Documentation is missing from multiple Network Modules


https://github.com/ansible/ansible/issues/34281 Conditionally import_playbook


https://github.com/ansible/ansible/pull/21742 Netbox external inventory script.


https://github.com/ansible/ansible/pull/25085 New module for building pex files


https://github.com/ansible/ansible/pull/34232 Remove deprecated get_exception API


https://github.com/ansible/ansible/pull/16500 Add some test cases for parsing/data_loader


https://github.com/ansible/ansible/pull/26604 new rds_snapshot module - split of RDS module


https://github.com/ansible/ansible/pull/31960 aws_kms enhancements


https://github.com/ansible/ansible/issues/33381 docs example of using notify in a block: to call a handler doesn't work


https://github.com/ansible/ansible/pull/25865 New module: database and key management for ManageIQ (monitoring/manageiq/manageiq_{database,key})


https://github.com/ansible/ansible/pull/30680 [WIP] Elasticache replication group


https://github.com/ansible/ansible/issues/33414 aruba_command and aruba_config authenticates the connection but fails running the task


https://github.com/ansible/ansible/pull/30340 Remove all cli provider options from nxos tests


https://github.com/ansible/ansible/issues/33414 aruba_command and aruba_config authenticates the connection but fails running the task


https://github.com/ansible/ansible/issues/28161 netapp_e_storagepool module - pool creation fails


https://github.com/ansible/ansible/issues/28757 junos_rpc crashes when output is set to json


https://github.com/ansible/ansible/pull/33752 win_startlayout: Customize start menu on Windows images


https://github.com/ansible/ansible/pull/27843 Added module for attaching volumes in the Packet host


https://github.com/ansible/ansible/pull/30340 Remove all cli provider options from nxos tests


https://github.com/ansible/ansible/issues/32084 [NET_CONN] nxapi connection plugin


https://github.com/ansible/ansible/pull/35390 Infoblox should be run locally


https://github.com/ansible/ansible/pull/34635 [new module] azure_rm_containerinstance_facts


https://github.com/ansible/ansible/pull/21531 Added sudo user if using become method sudo for synchronize


https://github.com/ansible/ansible/pull/35165 FIX: multiple nested tasks include levels


https://github.com/ansible/ansible/pull/10398 Changes to unittests that verify units for interval and ttl durations.


https://github.com/ansible/ansible/pull/30470 add ios_pmtud network module


https://github.com/ansible/ansible/pull/35173 exo_dns_record: remove limitation for multiple reocrds only for A type


https://github.com/ansible/ansible/pull/35127 Upgrade to openshift 4.0


https://github.com/ansible/ansible/pull/34712 [fix] foreman.py unsupported entity error handling


https://github.com/ansible/ansible/pull/19963 aws Redshift Security Group module


https://github.com/ansible/ansible/pull/19191 WIP: New match module to select by regexp


https://github.com/ansible/ansible/pull/24112 Route53 health check module fix


https://github.com/ansible/ansible/pull/26051 New module for Ambari Blueprints


https://github.com/ansible/ansible/issues/33381 docs example of using notify in a block: to call a handler doesn't work


https://github.com/ansible/ansible/pull/30680 [WIP] Elasticache replication group


https://github.com/ansible/ansible/pull/28792 influxdb_retention_policy: don't fail with empty error message


https://github.com/ansible/ansible/pull/27012 [passwordstore] Add dependencies to Dockerfiles


https://github.com/ansible/ansible/pull/11819 Tests for amazon ecs modules


https://github.com/ansible/ansible/pull/30340 Remove all cli provider options from nxos tests


https://github.com/ansible/ansible/issues/33950 Provider Documentation is missing from multiple Network Modules


https://github.com/ansible/ansible/issues/35372 pause module no longer allows abort


https://github.com/ansible/ansible/pull/34616 [new module] azure_rm_mysqlfirewallrule


https://github.com/ansible/ansible/pull/25002 Support ELB pagination for environments with 400+ ELBs


https://github.com/ansible/ansible/pull/21531 Added sudo user if using become method sudo for synchronize


https://github.com/ansible/ansible/issues/29486 nxos_command paramiko.ssh_exception.BadHostKeyException bad key exception failure


https://github.com/ansible/ansible/pull/35014 GCP: DNS Managed Zones


https://github.com/ansible/ansible/issues/33381 docs example of using notify in a block: to call a handler doesn't work


https://github.com/ansible/ansible/pull/32930 Windows Facts: add WinSystemLocale


https://github.com/ansible/ansible/pull/35296 Add param force to ipa_user to optionally not set user password


https://github.com/ansible/ansible/pull/19868 Added cloud/Amazon module for SSM


https://github.com/ansible/ansible/issues/33381 docs example of using notify in a block: to call a handler doesn't work


https://github.com/ansible/ansible/pull/35362 Adapt hpilo related modules to the current version of python-hpilo


https://github.com/ansible/ansible/pull/31733 Allow lists and dicts as msg/var parameters to debug module


https://github.com/ansible/ansible/pull/18596 New module: remove_host


https://github.com/ansible/ansible/issues/22992 Filter quote fails to escape concatenated strings


https://github.com/ansible/ansible/issues/33381 docs example of using notify in a block: to call a handler doesn't work


https://github.com/ansible/ansible/issues/33381 docs example of using notify in a block: to call a handler doesn't work


https://github.com/ansible/ansible/pull/31010 Integrations tests for iptables (destructive and needs privileges)


https://github.com/ansible/ansible/issues/35233 document tx_rate and rx_rate operator for network modules


https://github.com/ansible/ansible/pull/26596 ec2_eni: Add a purge option for secondary ip addresses - fixes #26575


https://github.com/ansible/ansible/pull/35166 Include roles with tags in meta/main.yml make a role run more than neccesary


https://github.com/ansible/ansible/pull/33335 openvswitch_db: Split key-value pairs correctly


https://github.com/ansible/ansible/issues/33381 docs example of using notify in a block: to call a handler doesn't work


https://github.com/ansible/ansible/issues/33381 docs example of using notify in a block: to call a handler doesn't work


https://github.com/ansible/ansible/pull/28548 [WIP] Integration tests for rabbitmq_plugin


https://github.com/ansible/ansible/issues/33950 Provider Documentation is missing from multiple Network Modules


https://github.com/ansible/ansible/pull/33986 add new fact "goarch"


https://github.com/ansible/ansible/pull/30470 add ios_pmtud network module


https://github.com/ansible/ansible/pull/30714 [WIP] include role intg tests


https://github.com/ansible/ansible/pull/32021 WIP: Fix include_task in include_role


https://github.com/ansible/ansible/pull/30764 [fix] pylint errors on module packaging os


https://github.com/ansible/ansible/pull/32021 WIP: Fix include_task in include_role


https://github.com/ansible/ansible/pull/24370 [WIP] New module: Add apache2_conf module (web_infrastructure/apache2_conf)


https://github.com/ansible/ansible/pull/24027 fixed irc plugin not responding to ping


https://github.com/ansible/ansible/pull/21166 Epic fail


https://github.com/ansible/ansible/issues/33381 docs example of using notify in a block: to call a handler doesn't work


https://github.com/ansible/ansible/issues/33414 aruba_command and aruba_config authenticates the connection but fails running the task


https://github.com/ansible/ansible/pull/14034 Use SSH askpass instead of sshpass for password logins


https://github.com/ansible/ansible/pull/35167 fix Include role: exposed/shared vars


https://github.com/ansible/ansible/pull/34873 Netact cm command2


https://github.com/ansible/ansible/pull/35321 Added playbook to setup OpenSSH on a Windows host


https://github.com/ansible/ansible/pull/34614 [new module] azure_rm_postgresqldatabase_facts


https://github.com/ansible/ansible/issues/33414 aruba_command and aruba_config authenticates the connection but fails running the task


https://github.com/ansible/ansible/issues/33381 docs example of using notify in a block: to call a handler doesn't work


https://github.com/ansible/ansible/pull/30340 Remove all cli provider options from nxos tests


https://github.com/ansible/ansible/issues/26518 Unable to add new key value pair to consul using consul_kv module


https://github.com/ansible/ansible/pull/24040 azure_rm_common: only remove tags from new_tags if append_tags is not


https://github.com/ansible/ansible/pull/28297 New module: xmlrpc_client


https://github.com/ansible/ansible/pull/21971 Adding hdfs file module and hdfsbase module_utils


https://github.com/ansible/ansible/pull/33808 [WIP] AWS Network load balancer


https://github.com/ansible/ansible/pull/30340 Remove all cli provider options from nxos tests


https://github.com/ansible/ansible/issues/29744 decode error when using nxos_template module


https://github.com/ansible/ansible/pull/25408 YAML inventory doc: add info about 'all' group, remove unused option


https://github.com/ansible/ansible/pull/21576 [WIP] Replace Foreman and Katello all encompassing modules with specific mo


https://github.com/ansible/ansible/pull/28238 Jinja2 2.9 Templating KeyError Fix (stable-2.3 backport)


https://github.com/ansible/ansible/pull/32849 ManagedSANFactsModule for HPE OneView


https://github.com/ansible/ansible/pull/32359 Run var_prec tests with/without fact caching


https://github.com/ansible/ansible/pull/11819 Tests for amazon ecs modules


https://github.com/ansible/ansible/issues/33381 docs example of using notify in a block: to call a handler doesn't work


https://github.com/ansible/ansible/pull/25813 intg tests for 'any_errors_fatal'


https://github.com/ansible/ansible/pull/32562 new vagrant_box module


https://github.com/ansible/ansible/issues/33414 aruba_command and aruba_config authenticates the connection but fails running the task


https://github.com/ansible/ansible/pull/34640 New module for google storage bucket operations based on google-cloud-storage client.


https://github.com/ansible/ansible/pull/20974 Make a generalized OpenStack cloud constructor


https://github.com/ansible/ansible/pull/35165 FIX: multiple nested tasks include levels


https://github.com/ansible/ansible/pull/24918 apt: suppress automatic daemon startups


https://github.com/ansible/ansible/pull/31137 New Module: vmware_register - Register/un-register VMs and templates


https://github.com/ansible/ansible/pull/35164 Include role honour allow duplicates


https://github.com/ansible/ansible/pull/34976 [WIP] Unwrap debug


https://github.com/ansible/ansible/pull/22959 [WIP] Add ini filters to_ini and from_ini


https://github.com/ansible/ansible/pull/31664 Add module ldap_attrs; deprecate ldap_attr


https://github.com/ansible/ansible/pull/34613 [new module] azure_rm_mysqldatabase_facts


https://github.com/ansible/ansible/issues/33178 Creating application pool with win_iis_webapppool on ansible 2.4 isn't working


https://github.com/ansible/ansible/issues/34245 URI module to check the status


https://github.com/ansible/ansible/issues/35055 Generalize HPUX arch check in facts/hardware/hpux.py cpu facts


https://github.com/ansible/ansible/issues/33381 docs example of using notify in a block: to call a handler doesn't work


https://github.com/ansible/ansible/issues/33381 docs example of using notify in a block: to call a handler doesn't work


https://github.com/ansible/ansible/pull/28536 [WIP] Module except hook


https://github.com/ansible/ansible/pull/22330 Convert README from Markdown to ReStructured Text and use as longdesc


https://github.com/ansible/ansible/pull/11819 Tests for amazon ecs modules


https://github.com/ansible/ansible/pull/16500 Add some test cases for parsing/data_loader


https://github.com/ansible/ansible/pull/30340 Remove all cli provider options from nxos tests


https://github.com/ansible/ansible/issues/33381 docs example of using notify in a block: to call a handler doesn't work


https://github.com/ansible/ansible/pull/28238 Jinja2 2.9 Templating KeyError Fix (stable-2.3 backport)


https://github.com/ansible/ansible/issues/13406 When roles are run with tags, dependent roles are only run for the first role in a playbook.


https://github.com/ansible/ansible/pull/35100 Win lineinfile fix


https://github.com/ansible/ansible/pull/16500 Add some test cases for parsing/data_loader


https://github.com/ansible/ansible/issues/32405 net_vlan seems to still require provider transport (needs to default to cli)


https://github.com/ansible/ansible/pull/35099 [WIP] Fix jinja2>=2.9 nested include vars


https://github.com/ansible/ansible/pull/27194 Splits and rewrites gce_net


https://github.com/ansible/ansible/pull/16500 Add some test cases for parsing/data_loader


https://github.com/ansible/ansible/issues/31612 filetree doesn't implement with_first_found logic correctly


https://github.com/ansible/ansible/issues/33381 docs example of using notify in a block: to call a handler doesn't work


https://github.com/ansible/ansible/pull/24767 Allow idempotent use of ec2_ami_copy


https://github.com/ansible/ansible/issues/33381 docs example of using notify in a block: to call a handler doesn't work


https://github.com/ansible/ansible/pull/26922 synchronize: add support for the 'lxd' transport


https://github.com/ansible/ansible/pull/24370 [WIP] New module: Add apache2_conf module (web_infrastructure/apache2_conf)


https://github.com/ansible/ansible/pull/30340 Remove all cli provider options from nxos tests


https://github.com/ansible/ansible/pull/34928 fix connection gets overridden by network_cli for transport nxapi,eapi net_* modules


https://github.com/ansible/ansible/pull/20848 oracle: initial commit


https://github.com/ansible/ansible/pull/34100 [WIP] Module deprecation: docs, scheme and tests


https://github.com/ansible/ansible/pull/10686 Add a generic libvirt inventory plugin


https://github.com/ansible/ansible/issues/33381 docs example of using notify in a block: to call a handler doesn't work


https://github.com/ansible/ansible/pull/28274 systemd/service: check is-enabled stdout as well


https://github.com/ansible/ansible/pull/20974 Make a generalized OpenStack cloud constructor


https://github.com/ansible/ansible/pull/29021 cloud: Add module for Hashicorp nomad (nomad_job)


https://github.com/ansible/ansible/pull/35165 FIX: multiple nested tasks include levels


https://github.com/ansible/ansible/pull/34202 Adding update_cache_timeout option to tower_group


https://github.com/ansible/ansible/pull/16500 Add some test cases for parsing/data_loader


https://github.com/ansible/ansible/pull/26558 VMware SPBM Module


https://github.com/ansible/ansible/issues/35190 proxied option from in cloudflare_dns module not working in the ansible 2.3.0.0


https://github.com/ansible/ansible/issues/33381 docs example of using notify in a block: to call a handler doesn't work


https://github.com/ansible/ansible/pull/26861 New module: Add kinit (identity/kinit)


https://github.com/ansible/ansible/pull/25975 New module: support Alibaba Cloud ECS (cloud/alicloud/alicloud_instance)


https://github.com/ansible/ansible/pull/30680 [WIP] Elasticache replication group


https://github.com/ansible/ansible/issues/33127 Problems displaying German umlauts


https://github.com/ansible/ansible/pull/25214 New module: manage CodeDeploy applications and deployment groups (cloud/amazon/aws_codedeploy_application)


https://github.com/ansible/ansible/pull/29960 Digital Ocean Integration tests


https://github.com/ansible/ansible/pull/28783 Update ec2_vpc_igw.py


https://github.com/ansible/ansible/pull/33416 update terminal plugin to use cli()


https://github.com/ansible/ansible/pull/35165 FIX: multiple nested tasks include levels


https://github.com/ansible/ansible/pull/30970 New cloud module to manage websphere application server on cloud


https://github.com/ansible/ansible/pull/34381 WIP: awsvpc configuration for ECS


https://github.com/ansible/ansible/issues/34732 AWS direct connect modules are unable to create direct connect resources when 'ec2_url' is specified.


https://github.com/ansible/ansible/issues/32167 vsphere_guest's module with Cluster DRS


https://github.com/ansible/ansible/issues/18881 Easier management of remote hosts for lxd connection plugin; consistency with lxd_container?


https://github.com/ansible/ansible/pull/14357 Git module tests for local modified and git clean files


https://github.com/ansible/ansible/pull/34356 FreeIPA inventory (ipalib 4.6.2): avoid exception


https://github.com/ansible/ansible/pull/29960 Digital Ocean Integration tests


https://github.com/ansible/ansible/pull/24111 New module: Add Uptrends module. (monitoring/uptrends)


https://github.com/ansible/ansible/pull/34100 [WIP] Module deprecation: docs, scheme and tests


https://github.com/ansible/ansible/pull/33109 Add new network modules for Edgeos


https://github.com/ansible/ansible/issues/29102 SNS_Topic


https://github.com/ansible/ansible/pull/34232 Remove deprecated get_exception API


https://github.com/ansible/ansible/pull/27117 Adds module to configure dns on Cisco UCS Server.


https://github.com/ansible/ansible/pull/32591 Added support to password manager pro (PMP)


https://github.com/ansible/ansible/issues/33381 docs example of using notify in a block: to call a handler doesn't work


https://github.com/ansible/ansible/pull/14235 Groups naming convention in vagrant hosts provider


https://github.com/ansible/ansible/pull/33393 Fix lineinfile to insert line when pattern exists elsewhere in the file.


https://github.com/ansible/ansible/issues/34094 cloud:ovirt: add the capability to register user as QuotaConsumer for a specific quota


https://github.com/ansible/ansible/pull/29960 Digital Ocean Integration tests


https://github.com/ansible/ansible/pull/32495 Handle dict subelements in the subelements plugin


https://github.com/ansible/ansible/pull/21971 Adding hdfs file module and hdfsbase module_utils


https://github.com/ansible/ansible/pull/31447 Param type path need subspec list


https://github.com/ansible/ansible/pull/11819 Tests for amazon ecs modules


https://github.com/ansible/ansible/pull/33634 Fix bug in `consul_acl` to allow an ACL's token to be chagned


https://github.com/ansible/ansible/pull/33585 StoragePoolFactsModule for HPE OneView


https://github.com/ansible/ansible/issues/33381 docs example of using notify in a block: to call a handler doesn't work


https://github.com/ansible/ansible/pull/30340 Remove all cli provider options from nxos tests


https://github.com/ansible/ansible/pull/22330 Convert README from Markdown to ReStructured Text and use as longdesc


https://github.com/ansible/ansible/pull/22514 New module: Add module for Bugzilla (web_infrastructure/bugzilla_bug)


https://github.com/ansible/ansible/issues/33950 Provider Documentation is missing from multiple Network Modules


https://github.com/ansible/ansible/issues/33381 docs example of using notify in a block: to call a handler doesn't work


https://github.com/ansible/ansible/pull/33109 Add new network modules for Edgeos


https://github.com/ansible/ansible/pull/30340 Remove all cli provider options from nxos tests


https://github.com/ansible/ansible/issues/19618 with requests==2.12.1 os_network fails when auth_url has ipv6 address for host


https://github.com/ansible/ansible/issues/33381 docs example of using notify in a block: to call a handler doesn't work


https://github.com/ansible/ansible/pull/32267 New Ansible module for Virtual Data Optimizer


https://github.com/ansible/ansible/pull/22330 Convert README from Markdown to ReStructured Text and use as longdesc


https://github.com/ansible/ansible/issues/23423 play._included_path does not have playbook file name


https://github.com/ansible/ansible/pull/32021 WIP: Fix include_task in include_role


https://github.com/ansible/ansible/issues/33381 docs example of using notify in a block: to call a handler doesn't work


https://github.com/ansible/ansible/pull/25902 win_iis_website: Add integration tests, check mode and better param support


https://github.com/ansible/ansible/pull/25978 Correct documentation for deployment_mode flag


https://github.com/ansible/ansible/issues/32077 [NETCONF][Feature] Add IOS NetConf plugin and module refactor


https://github.com/ansible/ansible/pull/20974 Make a generalized OpenStack cloud constructor


https://github.com/ansible/ansible/pull/27467 New Module: Add bitbucket_deploy_key (source_control/bitbucket_deploy_key)


https://github.com/ansible/ansible/pull/24370 [WIP] New module: Add apache2_conf module (web_infrastructure/apache2_conf)


https://github.com/ansible/ansible/pull/31192 [WIP] Installer


https://github.com/ansible/ansible/issues/33381 docs example of using notify in a block: to call a handler doesn't work


https://github.com/ansible/ansible/pull/11819 Tests for amazon ecs modules


https://github.com/ansible/ansible/pull/20272 Add influxdb user module to create users


https://github.com/ansible/ansible/pull/24918 apt: suppress automatic daemon startups


https://github.com/ansible/ansible/pull/26922 synchronize: add support for the 'lxd' transport


https://github.com/ansible/ansible/pull/27012 [passwordstore] Add dependencies to Dockerfiles


https://github.com/ansible/ansible/pull/18086 Start adding unit tests for facts cpuinfo


https://github.com/ansible/ansible/issues/33381 docs example of using notify in a block: to call a handler doesn't work


https://github.com/ansible/ansible/pull/34838 vars.clean: remove unused method inject_facts


https://github.com/ansible/ansible/issues/33414 aruba_command and aruba_config authenticates the connection but fails running the task


https://github.com/ansible/ansible/issues/33381 docs example of using notify in a block: to call a handler doesn't work


https://github.com/ansible/ansible/pull/35405 fix nxos_pim_interface issues


https://github.com/ansible/ansible/pull/11819 Tests for amazon ecs modules


https://github.com/ansible/ansible/pull/34100 [WIP] Module deprecation: docs, scheme and tests


https://github.com/ansible/ansible/issues/33381 docs example of using notify in a block: to call a handler doesn't work


https://github.com/ansible/ansible/pull/31396 pip module: allow to use both 'name' and 'requirements' parameters


https://github.com/ansible/ansible/pull/25883 Add unit test for delegated host test case


https://github.com/ansible/ansible/pull/24505 GCE Dynamic Inventory script using Google API Client library


https://github.com/ansible/ansible/pull/34232 Remove deprecated get_exception API


https://github.com/ansible/ansible/issues/33381 docs example of using notify in a block: to call a handler doesn't work


https://github.com/ansible/ansible/pull/20314 Add os_keystone_service_endpoint


https://github.com/ansible/ansible/pull/35300 VMware: New module vmware_vm_host_drs_rule


https://github.com/ansible/ansible/issues/29548 Network modules should provide the actual device CLI interaction logging (raw output)


https://github.com/ansible/ansible/pull/34255 Adds external param for gitlab_user module


https://github.com/ansible/ansible/pull/34100 [WIP] Module deprecation: docs, scheme and tests


https://github.com/ansible/ansible/pull/25902 win_iis_website: Add integration tests, check mode and better param support


https://github.com/ansible/ansible/pull/34615 [new module] azure_rm_sqlfirewallrule


https://github.com/ansible/ansible/issues/33381 docs example of using notify in a block: to call a handler doesn't work


https://github.com/ansible/ansible/pull/28548 [WIP] Integration tests for rabbitmq_plugin


https://github.com/ansible/ansible/pull/33446 Adding artifactory_repo module and unit tests


https://github.com/ansible/ansible/pull/30340 Remove all cli provider options from nxos tests


https://github.com/ansible/ansible/pull/10730 Ec2 snapshot tests


https://github.com/ansible/ansible/issues/33693 Variable undefined error when import_role is used within a child play


https://github.com/ansible/ansible/pull/23443 Resolves #23442 If included file is a symlink, symlinked path should be added in lookup paths for files and templates


https://github.com/ansible/ansible/pull/35014 GCP: DNS Managed Zones


https://github.com/ansible/ansible/pull/30340 Remove all cli provider options from nxos tests


https://github.com/ansible/ansible/pull/30340 Remove all cli provider options from nxos tests


https://github.com/ansible/ansible/issues/33381 docs example of using notify in a block: to call a handler doesn't work


https://github.com/ansible/ansible/pull/35312 provide compat_platform replacement for deprecated platform.dist() Fixes #30489


https://github.com/ansible/ansible/issues/33950 Provider Documentation is missing from multiple Network Modules