mirror of
https://github.com/phfroidmont/self-hosting.git
synced 2025-12-25 13:46:59 +01:00
kubernetes-ca role refactoring
This commit is contained in:
parent
126143e7e1
commit
a57445c364
15 changed files with 137 additions and 430 deletions
|
|
@ -1,16 +1,16 @@
|
|||
{
|
||||
"CN": "system:node:{{hostvars[workerHost]['ansible_hostname']}}",
|
||||
"key": {
|
||||
"algo": "{{k8s_worker_csr_key_algo}}",
|
||||
"size": {{k8s_worker_csr_key_size}}
|
||||
"algo": "{{k8s_csr.worker.key_algo}}",
|
||||
"size": {{k8s_csr.worker.key_size}}
|
||||
},
|
||||
"names": [
|
||||
{
|
||||
"C": "{{k8s_worker_csr_names_c}}",
|
||||
"L": "{{k8s_worker_csr_names_l}}",
|
||||
"O": "{{k8s_worker_csr_names_o}}",
|
||||
"OU": "{{k8s_worker_csr_names_ou}}",
|
||||
"ST": "{{k8s_worker_csr_names_st}}"
|
||||
"C": "{{k8s_csr.worker.names_c}}",
|
||||
"L": "{{k8s_csr.worker.names_l}}",
|
||||
"O": "{{k8s_csr.worker.names_o}}",
|
||||
"OU": "{{k8s_csr.worker.names_ou}}",
|
||||
"ST": "{{k8s_csr.worker.names_st}}"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue