summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnoop C S <anoopcs@redhat.com>2020-05-29 11:40:30 +0530
committerspuiuk <sachin.prabhu@gmail.com>2020-06-15 11:04:39 +0100
commit174c5c8f629edd475c3442801bb3c56b1cc8b3c7 (patch)
treeba0372edc750689aafa16ef5152a89aef8f6c5db
parent048298572c5cf7ab7cac63b4a62fa4ffb0fc12f6 (diff)
downloadsamba-integration-174c5c8f629edd475c3442801bb3c56b1cc8b3c7.tar.gz
samba-integration-174c5c8f629edd475c3442801bb3c56b1cc8b3c7.tar.xz
samba-integration-174c5c8f629edd475c3442801bb3c56b1cc8b3c7.zip
Remove a debug block for node connectivity
-rw-r--r--vagrant/ansible/roles/node.prep/tasks/main.yml20
1 files changed, 0 insertions, 20 deletions
diff --git a/vagrant/ansible/roles/node.prep/tasks/main.yml b/vagrant/ansible/roles/node.prep/tasks/main.yml
index 4464bdb..6831e1f 100644
--- a/vagrant/ansible/roles/node.prep/tasks/main.yml
+++ b/vagrant/ansible/roles/node.prep/tasks/main.yml
@@ -1,23 +1,3 @@
-- name: Check for node connectivity
- block:
- - name: read list of nodes from file cluster_nodes.yml
- include_vars:
- file: cluster-vars.yml
-
- - name: get hostname
- command: hostname
- register: output
-
- - name: print hostname
- debug:
- var: output.stdout
-
- # this is the way gluster-ansible accesses the nodes
- - name: Test ssh to nodes via node address
- command: /bin/true
- delegate_to: "{{ item }}"
- with_items: "{{ gluster_cluster_hosts }}"
-
- name: Install GlusterFS rpms
yum:
name: "{{ gluster_rpms }}"