summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2020-03-24 23:46:16 +0100
committerMichael Adam <obnox@samba.org>2020-03-25 22:32:23 +0100
commit2aa4c5b1e5f13d85ffe0b135d956b2704f132964 (patch)
tree8edad3aec73346e8bd133003c5087d9b9497b854
parent346b7b49663436fbab6f16ab02334087cd164751 (diff)
downloadsamba-integration-2aa4c5b1e5f13d85ffe0b135d956b2704f132964.tar.gz
samba-integration-2aa4c5b1e5f13d85ffe0b135d956b2704f132964.tar.xz
samba-integration-2aa4c5b1e5f13d85ffe0b135d956b2704f132964.zip
Add setup.test target to ansible/Makefile
Signed-off-by: Michael Adam <obnox@samba.org>
-rw-r--r--vagrant/ansible/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/vagrant/ansible/Makefile b/vagrant/ansible/Makefile
index 69ed4fc..1e5975a 100644
--- a/vagrant/ansible/Makefile
+++ b/vagrant/ansible/Makefile
@@ -1,5 +1,8 @@
INVENTORY := ./vagrant_ansible_inventory
+setup.test:
+ @ansible-playbook -i $(INVENTORY) ./test.yml
+
setup.cluster:
@ansible-playbook -i $(INVENTORY) ./setup-cluster.yml