cert issuer and ingress controller
This commit is contained in:
@ -20,16 +20,31 @@
|
||||
# roles:
|
||||
# - k8s_taint
|
||||
|
||||
# - name: configure storage operator
|
||||
# - name: configure ebs storage operator
|
||||
# hosts: localhost
|
||||
# gather_facts: false
|
||||
# become: false
|
||||
# roles:
|
||||
# - k8s_storage_ebs_deploy
|
||||
|
||||
- name: configure cert manager
|
||||
- name: configure smb storage provider
|
||||
hosts: localhost
|
||||
gather_facts: false
|
||||
become: false
|
||||
roles:
|
||||
- k8s_cert_manager
|
||||
- k8s_storage_smb_deploy
|
||||
|
||||
# - name: configure ingress controller
|
||||
# hosts: localhost
|
||||
# gather_facts: false
|
||||
# become: false
|
||||
# roles:
|
||||
# - k8s_ingress_controller
|
||||
|
||||
# - name: configure cert manager
|
||||
# hosts: localhost
|
||||
# gather_facts: false
|
||||
# become: false
|
||||
# roles:
|
||||
# - k8s_cert_manager
|
||||
|
||||
|
Reference in New Issue
Block a user