mirror of
https://github.com/phfroidmont/self-hosting.git
synced 2025-12-25 05:36:59 +01:00
Install k8s control plane
This commit is contained in:
parent
92682a8360
commit
010c48b243
11 changed files with 111 additions and 92 deletions
8
k8s.yml
8
k8s.yml
|
|
@ -15,11 +15,15 @@
|
|||
roles:
|
||||
- role: githubixx.etcd
|
||||
tags: role-etcd
|
||||
- hosts: k8s_controller
|
||||
roles:
|
||||
- role: githubixx.kubernetes-controller
|
||||
tags: role-kubernetes-controller
|
||||
- hosts: k8s
|
||||
roles:
|
||||
- role: githubixx.harden-linux
|
||||
tags: role-harden-linux
|
||||
- hosts: all
|
||||
roles:
|
||||
- role: githubixx.peervpn
|
||||
tags: role-peervpn
|
||||
vars_files:
|
||||
- "passwords.yml"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue