|
|
@@ -1,3 +1,13 @@ |
|
|
|
_host_vars_filename: partitions |
|
|
|
_host_vars: |
|
|
|
hard_disks: "{{ hard_disks }}" |
|
|
|
mdraid_devices: "{{ mdraid_devices }}" |
|
|
|
dmcrypt_devices: "{{ dmcrypt_devices }}" |
|
|
|
volume_groups: "{{ volume_groups }}" |
|
|
|
logical_volumes: "{{ logical_volumes }}" |
|
|
|
filesystems: "{{ filesystems }}" |
|
|
|
|
|
|
|
|
|
|
|
filesystem_uuid_namespace: "{{ lookup('pipe','uuid -v4') }}" |
|
|
|
|
|
|
|
_fs_uuid_root: "{{ lookup('pipe','uuid -v5 '+filesystem_uuid_namespace+' root') }}" |
|
|
|