mirror of https://github.com/ceph/ceph-ansible.git
Merge pull request #493 from ceph/sudo-test
CI does not use root, but sudo will do finepull/511/head
commit
456e937d1e
2
test.yml
2
test.yml
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
- hosts: localhost
|
||||
remote_user: root
|
||||
sudo: true
|
||||
roles:
|
||||
- ceph-common
|
||||
- ceph-mon
|
||||
|
|
|
@ -0,0 +1,8 @@
|
|||
[mons]
|
||||
localhost
|
||||
|
||||
[osds]
|
||||
localhost
|
||||
|
||||
[rgws]
|
||||
localhost
|
Loading…
Reference in New Issue