mirror of https://github.com/ceph/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 <sebastien.han@enovance.com>pull/164/head
parent
2acef27064
commit
2a5a55a0d9
|
@ -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