mirror of
https://github.com/phfroidmont/self-hosting.git
synced 2025-12-25 13:46:59 +01:00
Custom kubernetes-ca role
This commit is contained in:
parent
956038220b
commit
bb3a990c9a
22 changed files with 855 additions and 3 deletions
14
roles/kubernetes-ca/meta/main.yml
Normal file
14
roles/kubernetes-ca/meta/main.yml
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
galaxy_info:
|
||||
author: Robert Wimmer
|
||||
description: Generate Kubernetes CA plus certificates for etcd and Kubernetes API server
|
||||
license: GPLv3
|
||||
min_ansible_version: 2.2
|
||||
platforms:
|
||||
- name: Ubuntu
|
||||
versions:
|
||||
- xenial
|
||||
galaxy_tags:
|
||||
- tls
|
||||
- certificate
|
||||
- security
|
||||
- kubernetes
|
||||
Loading…
Add table
Add a link
Reference in a new issue