add timeout change for physical hosts

This commit is contained in:
Chris Hammer 2024-05-01 11:36:39 -04:00
parent e1e8439623
commit 54a3a107fe

View File

@ -6,6 +6,13 @@
strategy: free
tasks:
- name: Re-define timeout values for physical hosts
ansible.builtin.set_fact:
initramfs_post_reboot_delay: 300
initramfs_reboot_timeout: 14400
when:
- ansible_virtualization_role is 'host'
- name: Expand the logical volume to support /boot expansion
ansible.builtin.import_role:
name: infra.lvm_snapshots.shrink_lv