summaryrefslogtreecommitdiffstats
path: root/vagrant/ansible/Makefile
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2020-03-25 15:57:31 +0100
committerMichael Adam <obnox@samba.org>2020-03-25 22:32:23 +0100
commita20eae7db071c6ae640ec4d76b6a43e40b12d208 (patch)
treeace90f1d3b33a7f7a20f249230d7fa1cbcd5bef4 /vagrant/ansible/Makefile
parent5f51cb162e80d0f7b3678287ce1477c0ce233a8f (diff)
downloadsamba-integration-a20eae7db071c6ae640ec4d76b6a43e40b12d208.tar.gz
samba-integration-a20eae7db071c6ae640ec4d76b6a43e40b12d208.tar.xz
samba-integration-a20eae7db071c6ae640ec4d76b6a43e40b12d208.zip
Add a local test for the setup machine
Signed-off-by: Michael Adam <obnox@samba.org>
Diffstat (limited to 'vagrant/ansible/Makefile')
-rw-r--r--vagrant/ansible/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/vagrant/ansible/Makefile b/vagrant/ansible/Makefile
index 1e5975a..a8c80f3 100644
--- a/vagrant/ansible/Makefile
+++ b/vagrant/ansible/Makefile
@@ -1,6 +1,7 @@
INVENTORY := ./vagrant_ansible_inventory
setup.test:
+ @ansible-playbook -i $(INVENTORY) ./test.local.yml
@ansible-playbook -i $(INVENTORY) ./test.yml
setup.cluster: