You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
206 B

  1. ---
  2. - name: Tear down heketi
  3. hosts: kube_control_plane[0]
  4. roles:
  5. - { role: tear-down }
  6. - name: Teardown disks in heketi
  7. hosts: heketi-node
  8. become: true
  9. roles:
  10. - { role: tear-down-disks }