cert issuer and ingress controller

This commit is contained in:
2022-12-09 21:26:01 +13:00
parent b352a796e0
commit a985895225
7 changed files with 1458 additions and 3 deletions

View File

@ -27,9 +27,16 @@
# roles:
# - k8s_storage_ebs_deploy
- name: configure cert manager
- name: configure ingress controller
hosts: localhost
gather_facts: false
become: false
roles:
- k8s_cert_manager
- k8s_ingress_controller
# - name: configure cert manager
# hosts: localhost
# gather_facts: false
# become: false
# roles:
# - k8s_cert_manager