summaryrefslogtreecommitdiffstats
path: root/vagrant/ansible/roles/client.test.prep/defaults/main.yml
diff options
context:
space:
mode:
authorSachin Prabhu <sprabhu@redhat.com>2020-05-16 21:06:09 +0100
committerMichael Adam <obnox@samba.org>2020-05-18 13:05:50 +0200
commit9d1638757ddab05ebaca2248c28fd57830a2c4f4 (patch)
tree7d5d4e69d4b598e97f62689fe473ba8048785713 /vagrant/ansible/roles/client.test.prep/defaults/main.yml
parent53fe7a7065ef25d349f765fdefcdc787072ec776 (diff)
downloadsamba-integration-9d1638757ddab05ebaca2248c28fd57830a2c4f4.tar.gz
samba-integration-9d1638757ddab05ebaca2248c28fd57830a2c4f4.tar.xz
samba-integration-9d1638757ddab05ebaca2248c28fd57830a2c4f4.zip
Take extra environmental variable EXTRA_VARS
To allow users to override variables used in the ansible playbooks. This at the moment is only used for test_repo and test_repo_branch to allow users to specify the repo and branch to used to run their test. Extra variables specified in the form EXTRA_VARS="test_repo=https://github.com/spuiuk/samba-integration.git test_repo_branch=tests-consistency_check" make setup.site Signed-off-by: Sachin Prabhu <sprabhu@redhat.com>
Diffstat (limited to 'vagrant/ansible/roles/client.test.prep/defaults/main.yml')
-rw-r--r--vagrant/ansible/roles/client.test.prep/defaults/main.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/vagrant/ansible/roles/client.test.prep/defaults/main.yml b/vagrant/ansible/roles/client.test.prep/defaults/main.yml
new file mode 100644
index 0000000..614eb97
--- /dev/null
+++ b/vagrant/ansible/roles/client.test.prep/defaults/main.yml
@@ -0,0 +1,3 @@
+---
+test_repo: "https://github.com/gluster/samba-integration.git"
+test_repo_branch: "tests"