summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ansible/cert_manager.yml5
-rw-r--r--ansible/site.yml1
2 files changed, 6 insertions, 0 deletions
diff --git a/ansible/cert_manager.yml b/ansible/cert_manager.yml
new file mode 100644
index 00000000..19588cd6
--- /dev/null
+++ b/ansible/cert_manager.yml
@@ -0,0 +1,5 @@
+---
+- name: Provision cert-manager into Kubernetes cluster
+ hosts: infrastructure
+ roles:
+ - cert-manager
diff --git a/ansible/site.yml b/ansible/site.yml
index 3f08ec65..5308abf1 100644
--- a/ansible/site.yml
+++ b/ansible/site.yml
@@ -19,4 +19,5 @@
- import_playbook: nfs.yml
- import_playbook: kube_prometheus.yml
when: kube_prometheus_stack_enabled
+- import_playbook: cert_manager.yml
- import_playbook: application.yml