add bigboot-v2.yml playbook; adds support to be resuced by calling shrink_lv if bigboot initially fails, then calls bigboot to resize
All checks were successful
Ansible Code Pipeline / Ansible-Development-Pipeline (ansible-dev-centos9) (push) Successful in 18s
Ansible Code Pipeline / Ansible-Development-Pipeline (ansible-dev-debian11) (push) Successful in 14s
Ansible Code Pipeline / Ansible-Development-Pipeline (ansible-dev-debian12) (push) Successful in 14s
Ansible Code Pipeline / Ansible-Development-Pipeline (ansible-dev-fedora39) (push) Successful in 15s

This commit is contained in:
2024-02-10 20:47:26 -05:00
parent d66f7d5f32
commit 9ed2241b03
3 changed files with 51 additions and 0 deletions

6
group_vars/all Normal file
View File

@ -0,0 +1,6 @@
---
# We use padding just to ensure that there's available
# space to expand /boot to.
#
# By default the value is 1.10, or 10%
bigboot_shrink_padding: 1.10