summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2020-03-23 23:52:00 +0100
committerMichael Adam <obnox@samba.org>2020-03-25 22:32:23 +0100
commit18043f9fc739dbc4c15ea5efa51c9b6c24e33dd7 (patch)
tree4c8a0e710019c2187be2d2d0695559b795c4199b
parent6f3f4f3fad128200812000ec1d8837c59caac109 (diff)
downloadsamba-integration-18043f9fc739dbc4c15ea5efa51c9b6c24e33dd7.tar.gz
samba-integration-18043f9fc739dbc4c15ea5efa51c9b6c24e33dd7.tar.xz
samba-integration-18043f9fc739dbc4c15ea5efa51c9b6c24e33dd7.zip
Add vagrant/ansible/Makefile
Signed-off-by: Michael Adam <obnox@samba.org>
-rw-r--r--vagrant/ansible/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/vagrant/ansible/Makefile b/vagrant/ansible/Makefile
new file mode 100644
index 0000000..69ed4fc
--- /dev/null
+++ b/vagrant/ansible/Makefile
@@ -0,0 +1,6 @@
+INVENTORY := ./vagrant_ansible_inventory
+
+setup.cluster:
+ @ansible-playbook -i $(INVENTORY) ./setup-cluster.yml
+
+.PHONY: setup.cluster