From: pprokop Date: Tue, 15 Mar 2016 11:48:22 +0000 (+0100) Subject: Adding common-coreos.sample X-Git-Tag: v1.0.3~11^2~7 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=b68b9506f2ec1a96b47acdf3cc435dfa595986bb;p=ceph-ansible.git Adding common-coreos.sample --- diff --git a/group_vars/common-coreoss.sample b/group_vars/common-coreoss.sample new file mode 100644 index 000000000..4cfc5bfa3 --- /dev/null +++ b/group_vars/common-coreoss.sample @@ -0,0 +1,16 @@ +--- +# Variables here are applicable to all host groups NOT roles + +# This sample file generated by generate-group-vars.sh + +# Dummy variable to avoid error because ansible does not recognize the +# file as a good configuration file when no variable in it. +dummy: + +#coreos_pypy_version: 4.0.1 +#coreos_pypy_arch: linux64 +#coreos_pypy_url: https://bitbucket.org/pypy/pypy/downloads/pypy-{{coreos_pypy_version}}-{{coreos_pypy_arch}}.tar.bz2 +#pypy_directory: /opt/pypy +#pypy_binary_directory: /opt/bin +#pip_url: https://bootstrap.pypa.io/get-pip.py +#local_temp_directory: /tmp