1ancestor: null
2releases:
3  1.0.0:
4    modules:
5    - description: Run commands on devices running Dell EMC os9.
6      name: os9_command
7      namespace: ''
8    - description:  Manage configuration on devices running os9.
9      name: os9_config
10      namespace: ''
11    - description: Collect facts from devices running os9.
12      name: os9_facts
13      namespace: ''
14    roles:
15    - description: Facilitates the configuration of Authentication Authorization and Accounting (AAA), TACACS and RADIUS server.
16      name: os9_aaa
17      namespace: ''
18    - description: Facilitates the configuration of Access Control lists.
19      name: os9_acl
20      namespace: ''
21    - description: Facilitates the configuration of border gateway protocol (BGP) attributes.
22      name: os9_bgp
23      namespace: ''
24    - description: This role pushes the backup running configuration into a OS9 device.
25      name: os9_copy_config
26      namespace: ''
27    - description: Facilitates the configuration of data center bridging (DCB).
28      name: os9_dcb
29      namespace: ''
30    - description: Facilitates the configuration of domain name service (DNS).
31      name: os9_dns
32      namespace: ''
33    - description: Facilitates the configuration of equal cost multi-path (ECMP) for IPv4.
34      name: os9_ecmp
35      namespace: ''
36    - description: Facilitates the configuration of interface attributes.
37      name: os9_interface
38      namespace: ''
39    - description: Facilitates the configuration of link aggregation group (LAG) attributes.
40      name: os9_lag
41      namespace: ''
42    - description: Facilitates the configuration of link layer discovery protocol (LLDP) attributes at global and interface level.
43      name: os9_lldp
44      namespace: ''
45    - description: Facilitates the configuration of global logging attributes and logging servers.
46      name: os9_logging
47      namespace: ''
48    - description: Facilitates the configuration of network time protocol (NTP) attributes.
49      name: os9_ntp
50      namespace: ''
51    - description: Facilitates the configuration of IP prefix-list.
52      name: os9_prefix_list
53      namespace: ''
54    - description: Facilitates the configuration of global and interface level sFlow attributes.
55      name: os9_sflow
56      namespace: ''
57    - description: Facilitates the configuration of  global SNMP attributes.
58      name: os9_snmp
59      namespace: ''
60    - description: Facilitates the configuration of hostname and hashing algorithm.
61      name: os9_system
62      namespace: ''
63    - description: Facilitates the configuration of global system user attributes.
64      name: os9_users
65      namespace: ''
66    - description: Facilitates the configuration of virtual LAN (VLAN) attributes.
67      name: os9_vlan
68      namespace: ''
69    - description: Facilitates the configuration of virtual link trunking (VLT).
70      name: os9_vlt
71      namespace: ''
72    - description: Facilitates the configuration of virtual routing and forwarding (VRF).
73      name: os9_vrf
74      namespace: ''
75    - description: Facilitates the configuration of virtual router redundancy protocol (VRRP) attributes.
76      name: os9_vrrp
77      namespace: ''
78    - description: Facilitates the configuration of xSTP attributes.
79      name: os9_xstp
80      namespace: ''
81    release_date: '2020-07-31'
82  1.0.1:
83    changes:
84      release_summary: Updated documentation review comments
85    fragments:
86    - 1.0.1.yaml
87    release_date: '2020-08-04'
88  1.0.2:
89    changes:
90      release_summary: Added changelogs.
91    fragments:
92    - 1.0.2.yaml
93    release_date: '2020-08-18'
94  1.0.3:
95    changes:
96      release_summary: Added bug fixes for bugs found during System Test.
97    fragments:
98    - 1.0.3.yaml
99    release_date: '2020-10-09'
100  1.0.4:
101    changes:
102      bugfixes:
103        - Fixed sanity error found during the sanity tst of automation hub upload
104        - Fix issue in using list of strings for commands argument for os10_command module (https://github.com/ansible-collections/dellemc.os9/issues/15)
105    fragments:
106    - 1.0.4.yaml
107    release_date: '2021-02-15'