aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/stor4nfv/roles/stor4nfv/templates/opensds.hosts.j2
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/stor4nfv/roles/stor4nfv/templates/opensds.hosts.j2')
-rw-r--r--plugins/stor4nfv/roles/stor4nfv/templates/opensds.hosts.j29
1 files changed, 0 insertions, 9 deletions
diff --git a/plugins/stor4nfv/roles/stor4nfv/templates/opensds.hosts.j2 b/plugins/stor4nfv/roles/stor4nfv/templates/opensds.hosts.j2
deleted file mode 100644
index 97068b90..00000000
--- a/plugins/stor4nfv/roles/stor4nfv/templates/opensds.hosts.j2
+++ /dev/null
@@ -1,9 +0,0 @@
-[controllers]
-{% for controller in hostvars[inventory_hostname]['groups']['storage_master'] %}
-{{ controller }} ansible_ssh_host={{ hostvars[controller]['ansible_ssh_host'] }}
-{% endfor %}
-
-[docks]
-{% for dock in hostvars[inventory_hostname]['groups']['storage_master'] %}
-{{ dock }} ansible_ssh_host={{ hostvars[dock]['ansible_ssh_host'] }}
-{% endfor %}