mirror of
https://github.com/phfroidmont/self-hosting.git
synced 2025-12-25 13:46: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
18
hosts
18
hosts
|
|
@ -1,19 +1,19 @@
|
|||
[k8s-kubectl]
|
||||
localhost ansible_connection=local ansible_become_user=froidmpa
|
||||
[k8s_kubectl]
|
||||
localhost ansible_connection=local
|
||||
|
||||
[k8s-ca]
|
||||
localhost ansible_connection=local ansible_become_user=froidmpa
|
||||
[k8s_ca]
|
||||
localhost ansible_connection=local
|
||||
|
||||
[k8s-etcd]
|
||||
[k8s_etcd]
|
||||
master[1:3].banditlair.com
|
||||
|
||||
[k8s-master]
|
||||
[k8s_controller]
|
||||
master[1:3].banditlair.com
|
||||
|
||||
[k8s-node]
|
||||
[k8s_worker]
|
||||
node[1:2].banditlair.com
|
||||
|
||||
[k8s:children]
|
||||
k8s-master
|
||||
k8s-node
|
||||
k8s_controller
|
||||
k8s_worker
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue