]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
Add a dummy ansible host file for syntax checking 164/head
authorSébastien Han <sebastien.han@enovance.com>
Mon, 5 Jan 2015 10:53:21 +0000 (11:53 +0100)
committerSébastien Han <sebastien.han@enovance.com>
Mon, 5 Jan 2015 10:53:21 +0000 (11:53 +0100)
The Ansible YAML syntax checker needs an inventory file.

Signed-off-by: Sébastien Han <sebastien.han@enovance.com>
dummy-ansible-hosts [new file with mode: 0644]

diff --git a/dummy-ansible-hosts b/dummy-ansible-hosts
new file mode 100644 (file)
index 0000000..0f9fca8
--- /dev/null
@@ -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