forked from linux-system-roles/storage
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmain.yml
More file actions
20 lines (16 loc) · 634 Bytes
/
main.yml
File metadata and controls
20 lines (16 loc) · 634 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
---
- name: Set platform/version specific variables
include_tasks: tasks/set_vars.yml
- name: Define an empty list of pools to be used in testing
set_fact:
_storage_pools_list: []
- name: Define an empty list of volumes to be used in testing
set_fact:
_storage_volumes_list: []
- name: Include the appropriate provider tasks
include_tasks: "main-{{ storage_provider }}.yml"
- name: Record role success fingerprint
sr_fingerprint:
sr_message: >-
success system_role:storage ansible_version={{ ansible_version.full }}
{{ ansible_facts['distribution'] }}-{{ ansible_facts['distribution_version'] }}