1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

update CHANGELOG with network modules

This commit is contained in:
Peter Sprygada 2016-04-26 13:05:04 -04:00
parent 8c27018038
commit 7dd4dd2e2e

View file

@ -57,12 +57,55 @@ Ansible Changes By Release
* cs_zone_facts * cs_zone_facts
- clustering - clustering
* kubernetes * kubernetes
- cumulus
* cl_bond
* cl_bridge
* cl_img_install
* cl_interface
* cl_interface_policy
* cl_license
* cl_ports
- eos
* eos_command
* eos_config
* eos_eapi
* eos_template
- gitlab - gitlab
* gitlab_group * gitlab_group
* gitlab_project * gitlab_project
* gitlab_user * gitlab_user
- ios
* ios_command
* ios_config
* ios_template
- iosxr
* iosxr_command
* iosxr_config
* iosxr_template
- junos
* junos_command
* junos_config
* junos_facts
* junos_netconf
* junos_package
* junos_template
- make - make
- mongodb_parameter - mongodb_parameter
- nxos
* nxos_command
* nxos_config
* nxos_facts
* nxos_feature
* nxos_interface
* nxos_ip_interface
* nxos_nxapi
* nxos_ping
* nxos_switchport
* nxos_template
* nxos_vlan
* nxos_vrf
* nxos_vrf_interface
* nxos_vrrp
- openstack - openstack
* os_flavor_facts * os_flavor_facts
* os_group * os_group
@ -73,6 +116,11 @@ Ansible Changes By Release
* os_project_facts * os_project_facts
* os_user_facts * os_user_facts
* os_user_role * os_user_role
- openswitch
* ops_command
* ops_config
* ops_facts
* ops_template
- softlayer - softlayer
* sl_vm * sl_vm
- vmware - vmware
@ -93,6 +141,8 @@ Ansible Changes By Release
####New Filters: ####New Filters:
* extract * extract
* ip4_hex * ip4_hex
* regex_search
* regex_findall
####New Callbacks: ####New Callbacks:
* actionable (only shows changed and failed) * actionable (only shows changed and failed)