initial project commit
This commit is contained in:
16
bigboot.yml
Normal file
16
bigboot.yml
Normal 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
|
||||
|
||||
|
||||
...
|
Reference in New Issue
Block a user