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

19 lines
287 B
YAML

---
- name: "Provision a Docker Swarm cluster"
hosts: all
become: yes
roles:
- dockerswarm
- name: "Provision a K8s cluster"
hosts: all
become: yes
roles:
- kubernetescluster
- name: "Provision gitlab runners"
hosts: all
become: yes
roles:
- gitlabrunner