summaryrefslogtreecommitdiffstats
path: root/roles/ands_openshift/handlers/main.yml
blob: e46b2a9d13e4db77b109c873d572a2280713dc41 (plain)
1
2
3
4
---
- name: heketi_topology
  debug: msg="heketi-cli -s http://heketi.{{ openshift_master_default_subdomain }} --user=admin --secret={{ ands_secrets.heketi.admin | quote }} topology load --json={{ heketi_template_path }}/topology.json"
#  command: heketi-cli -s "http://heketi.{{ openshift_master_default_subdomain }}" --user="admin" --secret={{ ands_secrets.heketi.admin | quote }} topology load --json="{{ heketi_template_path }}/topology.json"