mirror of
https://github.com/phfroidmont/self-hosting.git
synced 2025-12-25 05:36:59 +01:00
Create k8s certificate authorities
This commit is contained in:
parent
2bffaaa3e1
commit
8fb65c8651
7 changed files with 115 additions and 85 deletions
13
k8s.yml
13
k8s.yml
|
|
@ -1,4 +1,16 @@
|
|||
---
|
||||
- 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
|
||||
- hosts: k8s
|
||||
roles:
|
||||
- role: githubixx.harden-linux
|
||||
|
|
@ -7,4 +19,3 @@
|
|||
tags: role-peervpn
|
||||
vars_files:
|
||||
- "passwords.yml"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue