Merge "Add common role to Ansible site file"
This commit is contained in:
commit
239cea0c48
@ -1,4 +1,10 @@
|
||||
---
|
||||
- hosts:
|
||||
- all
|
||||
roles:
|
||||
- { role: common,
|
||||
tags: common }
|
||||
|
||||
- hosts:
|
||||
- ceph-mon
|
||||
- ceph-osd
|
||||
|
Loading…
Reference in New Issue
Block a user