parent
9f3f392626
commit
31984db41c
@ -1,11 +1,2 @@ |
|||||||
- name: unlock_disk |
- name: unlock_disk |
||||||
block: |
include_tasks: tasks/unlock.yml |
||||||
- name: send unlock command |
|
||||||
raw: "printf '{{ autoinstall_disk_encryption_secret }}' | cryptroot-unlock" |
|
||||||
- name: wait for boot |
|
||||||
wait_for: |
|
||||||
delay: 5 |
|
||||||
port: '{{ ansible_ssh_port|default(22) }}' |
|
||||||
host: '{{ ansible_ssh_host }}' |
|
||||||
search_regex: OpenSSH|dropbear |
|
||||||
timeout: 300 |
|
||||||
|
|||||||
@ -0,0 +1,9 @@ |
|||||||
|
- name: send unlock command |
||||||
|
raw: "printf '{{ autoinstall_disk_encryption_secret }}' | cryptroot-unlock" |
||||||
|
- name: wait for boot |
||||||
|
wait_for: |
||||||
|
delay: 5 |
||||||
|
port: '{{ ansible_ssh_port|default(22) }}' |
||||||
|
host: '{{ ansible_ssh_host }}' |
||||||
|
search_regex: OpenSSH|dropbear |
||||||
|
timeout: 300 |
||||||
Loading…
Reference in new issue