summaryrefslogtreecommitdiffstats
path: root/vagrant/setup.test.yml
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2020-03-24 15:19:53 +0100
committerMichael Adam <obnox@samba.org>2020-03-25 22:32:23 +0100
commitcb6ff5d9851987ca18c7c286cb1638cb8d9bb53d (patch)
treed0a475acb5cf96cce765824cd485e7dc9b949cd3 /vagrant/setup.test.yml
parent3a6be3c935dbac16c24ae63f56f2ab99946bda6a (diff)
downloadsamba-integration-cb6ff5d9851987ca18c7c286cb1638cb8d9bb53d.tar.gz
samba-integration-cb6ff5d9851987ca18c7c286cb1638cb8d9bb53d.tar.xz
samba-integration-cb6ff5d9851987ca18c7c286cb1638cb8d9bb53d.zip
Expand node connectivity test on setup machine
Test if the nodes can ping each other Signed-off-by: Michael Adam <obnox@samba.org>
Diffstat (limited to 'vagrant/setup.test.yml')
-rw-r--r--vagrant/setup.test.yml8
1 files changed, 8 insertions, 0 deletions
diff --git a/vagrant/setup.test.yml b/vagrant/setup.test.yml
new file mode 100644
index 0000000..8926b19
--- /dev/null
+++ b/vagrant/setup.test.yml
@@ -0,0 +1,8 @@
+#
+# run the cluster creation on the setup machine
+#
+- hosts: setup
+ become: yes
+ become_method: sudo
+ roles:
+ - setup.test