Revert changes which are not needed

This commit is contained in:
Chris Hammer 2024-08-20 14:20:02 -04:00
parent 862908fe0c
commit 80c1e0a09c
2 changed files with 1 additions and 26 deletions

View File

@ -1,25 +0,0 @@
---
- name: Perform logical volume and boot parition resizing as needed
hosts: all
become: true
gather_facts: true
strategy: free
vars_files:
- bigboot_vars.yml
tasks:
- name: Cleanup from any previous executions
ansible.builtin.import_tasks: tasks/cleanup.yml
# - name: Shrink the logical volume to support /boot expansion
# ansible.builtin.import_role:
# name: infra.lvm_snapshots.shrink_lv
# vars:
# shrink_lv_devices:
# - device: "/dev/mapper/vgapplog-lvapplog"
# size: "52156661760"
# - name: Expand the /boot partition as requested
# ansible.builtin.import_role:
# name: infra.lvm_snapshots.bigboot

View File

@ -1,7 +1,7 @@
---
ansible_ssh_retries: 10
bigboot_partition_size: 1.5G
bigboot_partition_size: 1G
bigboot_post_reboot_delay: 70
bigboot_reboot_timeout: 1800