diff --git a/ansible/group_vars/all/switches/dell b/ansible/group_vars/all/switches/dell index 4e3004e4c..4545d75bd 100644 --- a/ansible/group_vars/all/switches/dell +++ b/ansible/group_vars/all/switches/dell @@ -10,6 +10,5 @@ switch_dellos_provider: host: "{{ ansible_host|default(inventory_hostname) }}" username: "{{ ansible_user }}" password: "{{ ansible_ssh_pass }}" - transport: cli authorize: yes auth_pass: "{{ switch_auth_pass }}" diff --git a/ansible/roles/dell-switch/README.md b/ansible/roles/dell-switch/README.md index b158c6cc1..ad2ecfd41 100644 --- a/ansible/roles/dell-switch/README.md +++ b/ansible/roles/dell-switch/README.md @@ -57,7 +57,6 @@ passwords. It applies global configuration for LLDP, and enables two host: "{{ switch_host }}" username: "{{ switch_user }}" password: "{{ switch_password }}" - transport: cli authorize: yes auth_pass: "{{ switch_auth_pass }}" dell_switch_config: diff --git a/releasenotes/notes/fix-dell-physical-network-config-b4eaf752e62eeadb.yaml b/releasenotes/notes/fix-dell-physical-network-config-b4eaf752e62eeadb.yaml new file mode 100644 index 000000000..b7ebe6677 --- /dev/null +++ b/releasenotes/notes/fix-dell-physical-network-config-b4eaf752e62eeadb.yaml @@ -0,0 +1,7 @@ +--- +fixes: + - | + Fixes a compatibility issue with Ansible modules for Dell switches which + was preventing physical network configuration for this type of hardware. + See `Story 2004588 `__ + for details.