ansible-role-rke2 icon indicating copy to clipboard operation
ansible-role-rke2 copied to clipboard

Allow configuration of default nginx certificate

Open mueller-ma opened this issue 2 months ago • 0 comments

Description

Allow configuration of default nginx certificate.

Type of change

  • [ ] Bug fix (non-breaking change which fixes an issue)
  • [x] New feature (non-breaking change which adds functionality)
  • [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • [x] This change requires a documentation update
  • [ ] Small minor change not affecting the Ansible Role code (GitHub Actions Workflow, Documentation etc.)

How Has This Been Tested?

I executed the role on my cluster and set rke2_ingress_nginx_default_certificate: "cert-manager/default-cert". With cert-manager I created a certificate in the secret cert-manager/default-cert.

mueller-ma avatar May 14 '24 11:05 mueller-ma