From 0488813eaae61d9b3d3adc99ebd74ed87246916f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Han?= Date: Mon, 27 Apr 2015 18:46:51 +0200 Subject: [PATCH] Untrack vagrant_variables.yml and use a sample file MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Now to enable the variable file and modify it as much as you want simply: git clone ... cp vagrant_variables.yml.sample vagrant_variables.yml Edit vagrant_variables.yml Fixes: #241 Signed-off-by: Sébastien Han --- README.md | 1 + vagrant_variables.yml => vagrant_variables.yml.sample | 0 2 files changed, 1 insertion(+) rename vagrant_variables.yml => vagrant_variables.yml.sample (100%) diff --git a/README.md b/README.md index 88b7c2017..e461742d7 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,7 @@ Clone me: ```bash git clone https://github.com/ceph/ceph-ansible.git +cp vagrant_variables.yml.sample vagrant_variables.yml ``` ## What does it do? diff --git a/vagrant_variables.yml b/vagrant_variables.yml.sample similarity index 100% rename from vagrant_variables.yml rename to vagrant_variables.yml.sample