kubernetes-ca role refactoring

This commit is contained in:
Paul-Henri Froidmont 2018-08-02 19:40:43 +02:00
parent 126143e7e1
commit a57445c364
15 changed files with 137 additions and 430 deletions

View file

@ -0,0 +1,16 @@
{
"CN": "{{item.cn}}",
"key": {
"algo": "{{item.key_algo}}",
"size": {{item.key_size}}
},
"names": [
{
"C": "{{item.names_c}}",
"L": "{{item.names_l}}",
"O": "{{item.names_o}}",
"OU": "{{item.names_ou}}",
"ST": "{{item.names_st}}"
}
]
}