Move develop into main #2

Merged
chris merged 53 commits from develop into main 2024-07-11 21:41:45 -04:00
2 changed files with 22 additions and 1 deletions
Showing only changes of commit c321faf4c5 - Show all commits

View File

@ -6,6 +6,13 @@
strategy: free
tasks:
- name: Run a filesystem check prior to performing disk activities
ansible.builtin.import_role:
name: autofsck
tasks_from: main.yml
when:
- (bigboot_execute_shrink_lv | bool or bigboot_execute_bigboot | bool)
- name: Extend the timeout values for physical hosts
ansible.builtin.set_fact:
initramfs_post_reboot_delay: 300
@ -26,6 +33,14 @@
- name: Expand the /boot partition as requested
ansible.builtin.import_role:
name: infra.lvm_snapshots.bigboot
when: bigboot_execute_bigboot | bool
when:
- bigboot_execute_bigboot | bool
- name: Cleanup Grub menu parameters for fsck
ansible.builtin.import_role:
name: autofsck
tasks_from: cleanup.yml
when:
- (bigboot_execute_shrink_lv | bool or bigboot_execute_bigboot | bool)
...

View File

@ -1,4 +1,10 @@
---
roles:
- name: autofsck
src: gitea@gitea.thezengarden.net:ansible_roles/autofsck.git
scm: git
version: main
collections:
# - name: infra.lvm_snapshots.shrink_lv
# source: https://github.com/redhat-cop/infra.lvm_snapshots.git