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.

24 lines
414 B

  1. ---
  2. - hosts: gfs-cluster
  3. gather_facts: false
  4. vars:
  5. ansible_ssh_pipelining: false
  6. roles:
  7. - { role: bootstrap-os, tags: bootstrap-os}
  8. - hosts: all
  9. gather_facts: true
  10. - hosts: gfs-cluster
  11. vars:
  12. ansible_ssh_pipelining: true
  13. roles:
  14. - { role: glusterfs/server }
  15. - hosts: k8s-cluster
  16. roles:
  17. - { role: glusterfs/client }
  18. - hosts: kube-master[0]
  19. roles:
  20. - { role: kubernetes-pv }