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
|
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-23 04:27:58 +02:00
|
|
|
- hosts: k8s_worker
|
|
|
|
|
roles:
|
|
|
|
|
- role: githubixx.kubernetes-worker
|
|
|
|
|
tags: role-kubernetes-worker
|
|
|
|
|
- hosts: k8s
|
|
|
|
|
roles:
|
|
|
|
|
- role: githubixx.flanneld
|
|
|
|
|
tags: role-kubernetes-flanneld
|
|
|
|
|
- role: githubixx.docker
|
|
|
|
|
tags: role-docker
|
2018-07-23 00:46:10 +02:00
|
|
|
- hosts: all
|
2018-07-20 21:54:32 +02:00
|
|
|
roles:
|
|
|
|
|
- role: githubixx.harden-linux
|
|
|
|
|
tags: role-harden-linux
|
|
|
|
|
- role: githubixx.peervpn
|
|
|
|
|
tags: role-peervpn
|