From: leseb Date: Tue, 30 Jun 2015 11:44:58 +0000 (+0200) Subject: Add group_vars for restapi X-Git-Tag: v1.0.0~196^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=5fb6df1cf3a6856cdc39f4be70831d553d80b0bb;p=ceph-ansible.git Add group_vars for restapi Signed-off-by: leseb --- diff --git a/group_vars/restapis b/group_vars/restapis new file mode 100644 index 000000000..2bb3591f3 --- /dev/null +++ b/group_vars/restapis @@ -0,0 +1,15 @@ +--- +# Variables here are applicable to all host groups NOT roles + +# Dummy variable to avoid error because ansible does not recognize the file as a good configuration file when no variable in it. +dummy: + +########## +# DOCKER # +########## + +#ceph_containerized_deployment: false +#ceph_restapi_docker_interface: eth0 +#ceph_restapi_port: 5000 +#ceph_restapi_docker_username: ceph +#ceph_restapi_docker_imagename: daemon