blob: 1f2950283c3caebe811596f338f4afafa1a9cf91 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
- include_vars: "{{ ansible_os_family }}.yml"
tags:
- ceph_deploy
- ceph_openstack_pre
- ceph_openstack_conf
- ceph_openstack
- include: ceph_openstack_pre.yml
tags:
- ceph_deploy
- ceph_openstack_pre
- ceph_openstack
- include: ceph_openstack_conf.yml
tags:
- ceph_deploy
- ceph_openstack_conf
- ceph_openstack
|