From 5fb6df1cf3a6856cdc39f4be70831d553d80b0bb Mon Sep 17 00:00:00 2001 From: leseb Date: Tue, 30 Jun 2015 13:44:58 +0200 Subject: [PATCH] Add group_vars for restapi Signed-off-by: leseb --- group_vars/restapis | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 group_vars/restapis 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