-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathvariables.yaml
40 lines (36 loc) · 1.44 KB
/
variables.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
# The variables defined below represent examples
# Please update the variable names to suit your preferences and environment
ise_global:
ad_domain_name: "company.com" # example
ad_join_point_name: "Company_AD" # example
ad_orgunit: "OU=ISE,DC=Company,DC=com" # example
cap_name_1: "CertProf_AD"
iss_name_1: "ISS_AD_Cert"
secure_ssid_name: ":companywlan" # Colon (:) is used as a matching condition for 'Radius: Called-Station-ID ENDS_WITH :ssid'
airespace_acl_name: "ACL-ALLOW-ALL" # predefined ACL name on AireOS WLC
# Variables for Policy Set 1
ps1:
policy_set_name: "Wired_MM"
policy_set_desc: "Wired Monitor Mode"
authc_rule_name_1: "Dot1x EAP-TLS"
authc_rule_name_2: "MAB"
authz_rule_name_1: "AD User and Computer"
authz_rule_name_2: "AD User"
authz_rule_name_3: "AD Computer"
# Variables for Policy Set 2
ps2:
policy_set_name: "Wired_LIM"
policy_set_desc: "Wired Low Impact Mode"
authc_rule_name_1: "Dot1x EAP-TLS"
authc_rule_name_2: "MAB"
authz_rule_name_1: "AD User and Computer"
authz_rule_name_2: "AD User"
authz_rule_name_3: "AD Computer"
# Variables for Policy Set 3
ps3:
policy_set_name: "Wireless Secure"
policy_set_desc: "Wireless Secure"
authc_rule_name_1: "EAP-TLS"
authz_rule_name_1: "AD User and Computer"
authz_rule_name_2: "AD User"
authz_rule_name_3: "AD Computer"