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.

17 lines
265 B

  1. ---
  2. - hosts: all
  3. gather_facts: true
  4. - hosts: gfs-cluster
  5. roles:
  6. - { role: glusterfs/server }
  7. - hosts: k8s-cluster
  8. roles:
  9. - { role: glusterfs/client }
  10. - hosts: kube-master[0]
  11. roles:
  12. - { role: kubernetes-pv/lib }
  13. - { role: kubernetes-pv }