1260f9a87e
Currently we configure the seed with a single VG containing a volume for Docker volumes.
11 lines
253 B
YAML
11 lines
253 B
YAML
---
|
|
- name: Ensure LVM configuration is applied
|
|
hosts: seed:controllers
|
|
roles:
|
|
- role: mrlesmithjr.manage-lvm
|
|
manage_lvm: True
|
|
become: True
|
|
when:
|
|
- "{{ lvm_groups is defined}}"
|
|
- "{{ lvm_groups | length > 0 }}"
|