The ldap_role_map.yml example playbook currently has switch_role: admin This will not actually give any permissions on a switch with VF enabled. The example should be something like switch_role: "admin=1-128"
The ldap_role_map.yml example playbook currently has
switch_role: admin
This will not actually give any permissions on a switch with VF enabled. The example should be something like
switch_role: "admin=1-128"