mirror of
https://github.com/phfroidmont/self-hosting.git
synced 2025-12-25 05:36:59 +01:00
Setting up k8s workers
This commit is contained in:
parent
a2ba31fab2
commit
ee38146367
14 changed files with 1013 additions and 0 deletions
10
k8s.yml
10
k8s.yml
|
|
@ -19,6 +19,16 @@
|
|||
roles:
|
||||
- role: githubixx.kubernetes-controller
|
||||
tags: role-kubernetes-controller
|
||||
- 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
|
||||
- hosts: all
|
||||
roles:
|
||||
- role: githubixx.harden-linux
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue