Skip to content

Commit c6994e0

Browse files
committed
Updated sed tpm vars and play logic
Signed-off-by: Dhananjay Sonawane <dhananjay.sonawane1@ibm.com>
1 parent 81639e5 commit c6994e0

File tree

3 files changed

+22
-0
lines changed

3 files changed

+22
-0
lines changed

.ansible/.lock

Whitespace-only changes.

.vscode/settings.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"ansible.python.interpreterPath": "/Users/dhananjay/.pyenv/versions/3.11.8/bin/python"
3+
}

samples/vars/sed_tpm_vars.yml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
tpm_password_file: "/root/tpm_pwd"
2+
new_tpm_password_file: "/path/to/newpassword.txt"
3+
disable_clear: true
4+
nv_slot_count: 4
5+
nv_slot_id: "0x1500000"
6+
generate: true
7+
migrate: true
8+
enroll_drive: true
9+
rekey_drive: false
10+
backup_key: true
11+
restore_key: false
12+
recovery_group: "recoverygroup"
13+
io_nodes:
14+
- ionode1
15+
- ionode2
16+
utility_nodes:
17+
- utilitynode
18+
emsvm:
19+
- emsvmnode

0 commit comments

Comments
 (0)