self-hosting/k8s.yml

22 lines
477 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-20 21:54:32 +02:00
- hosts: k8s
roles:
- role: githubixx.harden-linux
tags: role-harden-linux
- role: githubixx.peervpn
tags: role-peervpn
vars_files:
- "passwords.yml"