Migrate to Hetzner cloud

This commit is contained in:
Paul-Henri Froidmont 2019-08-22 05:11:27 +02:00
parent d3c99dad0b
commit c311cd4f7e
37 changed files with 416 additions and 299 deletions

33
k8s.yml
View file

@ -1,33 +1,8 @@
---
- hosts: k8s-cluster
- hosts: kube-node
roles:
- role: tinc
tags: tinc
- role: keepalived-hcloud
tags: keepalived
- name: Include kubespray tasks
import_playbook: kubespray.yml
# - 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