You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: roles/password_policy/README.rst
+17-17Lines changed: 17 additions & 17 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,25 +19,25 @@ None
19
19
Role Variables
20
20
--------------
21
21
22
-
- password_policy_hmc_username:
22
+
- **password_policy_hmc_username**
23
23
24
24
- type: str
25
25
- required: true
26
26
- description: specifies the username of HMC that the password policy role is using.
27
27
28
-
- password_policy_hmc_password:
28
+
- **password_policy_hmc_password**
29
29
30
30
- type: str
31
31
- required: true
32
32
- description: specifies the logged in user HMC password. For security purposes, it is highly recommended to store this sensitive information in an encrypted secret vault file.
33
33
34
-
- password_policy_name:
34
+
- **password_policy_name**
35
35
36
36
- type: str
37
37
- required: true
38
38
- description: specifies the password policy name for which we want the role to execute.
39
39
40
-
- password_policy_configs:
40
+
- **password_policy_configs**
41
41
42
42
- type: dict
43
43
- required: true
@@ -55,7 +55,7 @@ Role Variables
55
55
- min_lowercase_chars
56
56
- min_special_chars
57
57
58
-
- password_policy_user_password:
58
+
- **password_policy_user_password**
59
59
60
60
- type: dict
61
61
- description: specifies the new password for the users in the HMC. For security purposes, it is highly recommended to store this sensitive information in an encrypted secret vault file. Required only when password_policy_password_change is true.
0 commit comments