Add common role to Ansible site file
TrivialFix Change-Id: I209a810e68bd0ad3fdaedb3cda8a3f7c7d9836e4
This commit is contained in:
parent
ea747d7ce2
commit
cf0c25c37d
@ -1,4 +1,10 @@
|
|||||||
---
|
---
|
||||||
|
- hosts:
|
||||||
|
- all
|
||||||
|
roles:
|
||||||
|
- { role: common,
|
||||||
|
tags: common }
|
||||||
|
|
||||||
- hosts:
|
- hosts:
|
||||||
- ceph-mon
|
- ceph-mon
|
||||||
- ceph-osd
|
- ceph-osd
|
||||||
|
Loading…
Reference in New Issue
Block a user