17 lines
166 B
YAML
17 lines
166 B
YAML
---
|
|
- name: Use bigboot role
|
|
hosts: bigboot
|
|
become: true
|
|
gather_facts: true
|
|
|
|
|
|
vars:
|
|
bigboot_size: 500M
|
|
|
|
|
|
roles:
|
|
- infra.lvm_snapshots.bigboot
|
|
|
|
|
|
...
|