initial project commit

This commit is contained in:
2024-02-05 16:28:05 -05:00
commit 5861055c15
3299 changed files with 458518 additions and 0 deletions

16
bigboot.yml Normal file
View File

@ -0,0 +1,16 @@
---
- name: Use bigboot role
hosts: bigboot
become: true
gather_facts: true
vars:
bigboot_size: 500M
roles:
- infra.lvm_snapshots.bigboot
...