* adding OS9 ansible collections * adding OS9 collections Co-authored-by: Patil <Komal_uttamrao_Patil@Dell.com>
16 lines
No EOL
671 B
YAML
16 lines
No EOL
671 B
YAML
---
|
|
# defaults file for dellemc.os9.os9_aaa
|
|
attribute_type:
|
|
mandatory: mandatory
|
|
on_for_login_auth: on-for-login-auth
|
|
include_in_access_req: include-in-access-req
|
|
mac: "mac format"
|
|
mac_ietf: "mac format ietf"
|
|
mac_ietf_lower_case: "mac format ietf lower-case"
|
|
mac_ietf_upper_case: "mac format ietf upper-case"
|
|
mac_legacy: "mac format legacy"
|
|
mac_legacy_lower_case: "mac format legacy lower-case"
|
|
mac_legacy_upper_case: "mac format legacy upper-case"
|
|
mac_unformatted: "mac format unformatted"
|
|
mac_unformatted_lower_case: "mac format unformatted lower-case"
|
|
mac_unformatted_upper_case: "mac format unformatted upper-case" |