cert manager

This commit is contained in:
2022-12-09 02:40:44 +13:00
parent ce9f7891fa
commit 0a6a3e5371
3 changed files with 42 additions and 21 deletions

View File

@ -1,28 +1,35 @@
---
- name: configure control plane
hosts: k8s_control
gather_facts: true
become: true
roles:
- k8s_control
# - name: configure control plane
# hosts: k8s_control
# gather_facts: true
# become: true
# roles:
# - k8s_control
- name: configure calico networking
hosts: localhost
gather_facts: true
become: false
roles:
- k8s_network
# - name: configure calico networking
# hosts: localhost
# gather_facts: true
# become: false
# roles:
# - k8s_network
- name: remove control-plane taints
# - name: remove control-plane taints
# hosts: localhost
# gather_facts: false
# become: false
# roles:
# - k8s_taint
# - name: configure storage operator
# hosts: localhost
# gather_facts: false
# become: false
# roles:
# - k8s_storage_ebs_deploy
- name: configure cert manager
hosts: localhost
gather_facts: false
become: false
roles:
- k8s_taint
- name: configure storage operator
hosts: localhost
gather_facts: false
become: false
roles:
- k8s_storage_ebs_deploy
- k8s_cert_manager