Add common role to Ansible site file

TrivialFix

Change-Id: I209a810e68bd0ad3fdaedb3cda8a3f7c7d9836e4
This commit is contained in:
Christian Berendt 2016-09-13 10:10:43 +02:00
parent ea747d7ce2
commit cf0c25c37d
1 changed files with 6 additions and 0 deletions

View File

@ -1,4 +1,10 @@
---
- hosts:
- all
roles:
- { role: common,
tags: common }
- hosts:
- ceph-mon
- ceph-osd