self-hosting/k8s.yml

34 lines
656 B
YAML
Raw Normal View History

2018-07-20 21:54:32 +02:00
---
2019-04-07 16:26:03 +02:00
- hosts: k8s-cluster
roles:
- role: tinc
tags: tinc
2019-04-04 02:25:38 +02:00
- name: Include kubespray tasks
import_playbook: kubespray.yml
2019-04-04 02:25:38 +02:00
2019-04-04 02:25:38 +02:00
# - hosts: k8s_proxy:k8s_masters:k8s_workers
# roles:
# - role: proxy
# tags: proxy
# - role: docker
# tags: docker
# - hosts: k8s_masters
# gather_facts: false
# roles:
# - role: etcd
# tags: etcd
# - hosts: k8s_proxy:k8s_masters:k8s_workers
# gather_facts: false
# roles:
# - role: kubernetes
# tags: kubernetes
# - hosts: k8s_masters:k8s_proxy
# gather_facts: false
# roles:
# - role: ingress
# tags: ingress
# - role: kubernetes-dashboard
# tags: dashboard