Merge "Add common role to Ansible site file"

This commit is contained in:
Jenkins 2016-09-14 18:27:19 +00:00 committed by Gerrit Code Review
commit 239cea0c48

View File

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