summaryrefslogtreecommitdiffstats
path: root/vagrant/ansible/client-test.yml
diff options
context:
space:
mode:
authorSachin Prabhu <sprabhu@redhat.com>2021-02-23 19:05:49 +0000
committerAnoop C S <anoopcs@cryptolab.net>2021-03-23 16:47:53 +0530
commit1a6283a687787a569b978d62492d7b5db5f1b678 (patch)
treec220ee46ee464d957261f771fe612b0d59b8047d /vagrant/ansible/client-test.yml
parentfe13be832b1f3e242cda6156aa1321fcdee457ca (diff)
downloadsamba-integration-1a6283a687787a569b978d62492d7b5db5f1b678.tar.gz
samba-integration-1a6283a687787a569b978d62492d7b5db5f1b678.tar.xz
samba-integration-1a6283a687787a569b978d62492d7b5db5f1b678.zip
Generate distro-vars.yml and use it
The distro-vars.yml will be used to set variables for a specific distro. This includes vagrant_image, which is used to specify the image to be used by Vagrant and distro_specific actions, which indicate the yaml file to include for distribution specific actions. Signed-off-by: Sachin Prabhu <sprabhu@redhat.com>
Diffstat (limited to 'vagrant/ansible/client-test.yml')
-rw-r--r--vagrant/ansible/client-test.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/vagrant/ansible/client-test.yml b/vagrant/ansible/client-test.yml
index cb93685..8a2b698 100644
--- a/vagrant/ansible/client-test.yml
+++ b/vagrant/ansible/client-test.yml
@@ -2,6 +2,7 @@
become: yes
become_method: sudo
vars_files:
+ - distro-vars.yml
- cluster-vars.yml
roles:
- client.test.prep