Add a dummy ansible host file for syntax checking

The Ansible YAML syntax checker needs an inventory file.

Signed-off-by: Sébastien Han <sebastien.han@enovance.com>
pull/164/head
Sébastien Han 2015-01-05 11:53:21 +01:00
parent 2acef27064
commit 2a5a55a0d9
1 changed files with 9 additions and 0 deletions

View File

@ -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