mirror of https://github.com/ceph/ceph-ansible.git
10 lines
202 B
Plaintext
10 lines
202 B
Plaintext
|
# Dummy ansible host file
|
||
|
# Used for syntax check
|
||
|
# Before committing code please run: ansible-playbook --syntax-check site.yml -i dummy-ansible-hosts
|
||
|
[mons]
|
||
|
127.0.0.1
|
||
|
[osds]
|
||
|
127.0.0.1
|
||
|
[mdss]
|
||
|
127.0.0.1
|