From: Sébastien Han Date: Mon, 5 Jan 2015 10:53:21 +0000 (+0100) Subject: Add a dummy ansible host file for syntax checking X-Git-Tag: v1.0.0~289^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F164%2Fhead;p=ceph-ansible.git Add a dummy ansible host file for syntax checking The Ansible YAML syntax checker needs an inventory file. Signed-off-by: Sébastien Han --- diff --git a/dummy-ansible-hosts b/dummy-ansible-hosts new file mode 100644 index 000000000..0f9fca8fc --- /dev/null +++ b/dummy-ansible-hosts @@ -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