mirror of https://github.com/ceph/ceph-ansible.git
Merge pull request #164 from leseb/ansible-yaml-parser
Add a dummy ansible host file for syntax checkingpull/165/head
commit
4f2787e7fa
|
@ -0,0 +1,9 @@
|
|||
# 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
|
Loading…
Reference in New Issue