mirror of
https://github.com/phfroidmont/self-hosting.git
synced 2025-12-25 13:46:59 +01:00
Improve kubernetes-ca role readability
This commit is contained in:
parent
a57445c364
commit
c19e9410f8
2 changed files with 16 additions and 17 deletions
|
|
@ -32,6 +32,7 @@ k8s_csr:
|
|||
names_o: "Kubernetes"
|
||||
names_ou: "{{ k8s_config_cluster_name }}"
|
||||
names_st: "Luxembourg"
|
||||
hostnames: "{{etcdHosts}}"
|
||||
- name: "apiserver"
|
||||
cn: "Kubernetes"
|
||||
key_algo: "rsa"
|
||||
|
|
@ -41,6 +42,7 @@ k8s_csr:
|
|||
names_o: "Kubernetes"
|
||||
names_ou: "{{ k8s_config_cluster_name }}"
|
||||
names_st: "Luxembourg"
|
||||
hostnames: "{{k8sHosts}}"
|
||||
- name: "admin"
|
||||
cn: "admin"
|
||||
key_algo: "rsa"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue