self-hosting/k8s.yml

30 lines
655 B
YAML
Raw Normal View History

2018-07-20 21:54:32 +02:00
---
2018-07-21 00:58:09 +02:00
- hosts: k8s_kubectl
roles:
- role: githubixx.kubectl
tags: role-kubectl
- hosts: k8s_ca
roles:
- role: githubixx.cfssl
tags: role-cfssl
- role: githubixx.kubernetes-ca
tags: role-kubernetes-ca
- role: githubixx.kubernetes-ca
tags: role-kubernetes-ca
2018-07-21 03:13:34 +02:00
- hosts: k8s_etcd
roles:
- role: githubixx.etcd
tags: role-etcd
2018-07-22 23:10:38 +02:00
- hosts: k8s_controller
roles:
- role: githubixx.kubernetes-controller
tags: role-kubernetes-controller
2018-07-20 21:54:32 +02:00
- hosts: k8s
roles:
- role: githubixx.harden-linux
tags: role-harden-linux
2018-07-22 23:10:38 +02:00
- hosts: all
roles:
2018-07-20 21:54:32 +02:00
- role: githubixx.peervpn
tags: role-peervpn