11Dell Switch
22===========
33
4- This role configures Dell switches using the ` dellos6 ` , ` dellos9 ` , or
5- ` dellos10 ` Ansible modules. It provides a fairly minimal abstraction of the
6- configuration interface provided by the ` dellos ` modules , allowing for
4+ This role configures Dell switches using the ` dellemc.os6 ` , ` dellemc.os9 ` , or
5+ ` dellemc.os10 ` Ansible collections. It provides a fairly minimal abstraction of
6+ the configuration interface provided by the collections , allowing for
77application of arbitrary switch configuration options.
88
99Requirements
@@ -17,9 +17,6 @@ Role Variables
1717` dell_switch_type ` is the type of Dell switch. One of ` dellos6 ` , ` dellos9 ` , or
1818` dellos10 ` .
1919
20- ` dell_switch_provider ` is authentication provider information passed as the
21- ` provider ` argument to the ` dellos ` modules.
22-
2320` dell_switch_config ` is a list of configuration lines to apply to the switch,
2421and defaults to an empty list.
2522
@@ -50,12 +47,6 @@ passwords. It applies global configuration for LLDP, and enables two
5047 roles:
5148 - role: dell-switch
5249 dell_switch_type: "dellos9"
53- dell_switch_provider:
54- host: "{{ switch_host }}"
55- username: "{{ switch_user }}"
56- password: "{{ switch_password }}"
57- authorize: yes
58- auth_pass: "{{ switch_auth_pass }}"
5950 dell_switch_config:
6051 - "protocol lldp"
6152 - " advertise dot3-tlv max-frame-size"
0 commit comments