Merge pull request #164 from leseb/ansible-yaml-parser

Add a dummy ansible host file for syntax checking
pull/165/head
Leseb 2015-01-05 11:54:37 +01:00
commit 4f2787e7fa
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