Encryption and major changes
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
- name: CertManager | Copy latest manifest
|
||||
ansible.builtin.get_url:
|
||||
url: "https://github.com/cert-manager/cert-manager/releases/download/v{{ certmgr_version }}/cert-manager.yaml"
|
||||
url: "https://github.com/cert-manager/cert-manager/releases/download/v{{ microk8s_certmgr_version }}/cert-manager.yaml"
|
||||
dest: "{{ k8s_etc }}/k8s-certmanager.yaml"
|
||||
mode: "0600"
|
||||
|
||||
@@ -35,7 +35,7 @@
|
||||
# The ACME server URL
|
||||
server: https://acme-v02.api.letsencrypt.org/directory
|
||||
# Email address used for ACME registration
|
||||
email: "{{ issuer_email }}"
|
||||
email: "{{ microk8s_issuer_email }}"
|
||||
# Name of a secret used to store the ACME account private key
|
||||
privateKeySecretRef:
|
||||
name: letsencrypt-prod
|
||||
@@ -65,7 +65,7 @@
|
||||
# The ACME server URL
|
||||
server: https://acme-staging-v02.api.letsencrypt.org/directory
|
||||
# Email address used for ACME registration
|
||||
email: "{{ issuer_email }}"
|
||||
email: "{{ microk8s_issuer_email }}"
|
||||
# Name of a secret used to store the ACME account private key
|
||||
privateKeySecretRef:
|
||||
name: letsencrypt-staging
|
||||
|
||||
Reference in New Issue
Block a user