@ -78,7 +93,7 @@ See [Porting Guide](http://docs.ansible.com/ansible/devel/porting_guides.html) f
### New Plugins
## Lookups
#### Lookups
* aws_ssm: Query AWS ssm data
* aws_account_attribute: Query AWS account attributes such as EC2-Classic
availability
@ -86,16 +101,16 @@ See [Porting Guide](http://docs.ansible.com/ansible/devel/porting_guides.html) f
* openshift: Return info from Openshift installation
* redis: look up date from Redis DB, deprecates the redis_kv one.
## Callbacks
#### Callbacks
* yaml
## Connections
#### Connections
* network_cli
* netconf
While neither is technically a new plugin, these connections may now be used directly with network modules. See [Network Best Practices for Ansible 2.5](http://docs.ansible.com/ansible/devel/network_best_practices_2.5.html) for more details.