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.

12 lines
207 B

  1. ---
  2. - name: Prepare heketi install
  3. hosts: heketi-node
  4. roles:
  5. - { role: prepare }
  6. - name: Provision heketi
  7. hosts: kube_control_plane[0]
  8. tags:
  9. - "provision"
  10. roles:
  11. - { role: provision }