From cb6ff5d9851987ca18c7c286cb1638cb8d9bb53d Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Tue, 24 Mar 2020 15:19:53 +0100 Subject: Expand node connectivity test on setup machine Test if the nodes can ping each other Signed-off-by: Michael Adam --- vagrant/setup.test.yml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 vagrant/setup.test.yml (limited to 'vagrant/setup.test.yml') 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 -- cgit