ceph-ansible/dummy-ansible-hosts

10 lines
202 B
Plaintext
Raw Normal View History

2015-01-21 23:17:40 +08:00
# 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