From b68b9506f2ec1a96b47acdf3cc435dfa595986bb Mon Sep 17 00:00:00 2001 From: pprokop Date: Tue, 15 Mar 2016 12:48:22 +0100 Subject: [PATCH] Adding common-coreos.sample --- group_vars/common-coreoss.sample | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 group_vars/common-coreoss.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 -- 2.47.3