Revert changes which are not needed
This commit is contained in:
parent
862908fe0c
commit
80c1e0a09c
@ -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
|
|
@ -1,7 +1,7 @@
|
|||||||
---
|
---
|
||||||
ansible_ssh_retries: 10
|
ansible_ssh_retries: 10
|
||||||
|
|
||||||
bigboot_partition_size: 1.5G
|
bigboot_partition_size: 1G
|
||||||
|
|
||||||
bigboot_post_reboot_delay: 70
|
bigboot_post_reboot_delay: 70
|
||||||
bigboot_reboot_timeout: 1800
|
bigboot_reboot_timeout: 1800
|
||||||
|
Loading…
x
Reference in New Issue
Block a user