1
0
IaC/ansible/playbooks/05_k8s_deploy.yaml

42 lines
803 B
YAML
Raw Normal View History

2022-10-23 22:50:38 -04:00
---
2022-12-08 08:40:44 -05:00
# - name: configure control plane
# hosts: k8s_control
# gather_facts: true
# become: true
# roles:
# - k8s_control
2022-11-01 05:13:56 -04:00
2022-12-08 08:40:44 -05:00
# - name: configure calico networking
# hosts: localhost
# gather_facts: true
# become: false
# roles:
# - k8s_network
2022-11-01 20:21:31 -04:00
2022-12-08 08:40:44 -05:00
# - 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
2022-11-01 21:48:24 -04:00
2022-12-09 03:26:01 -05:00
- name: configure ingress controller
2022-11-01 21:48:24 -04:00
hosts: localhost
gather_facts: false
become: false
roles:
2022-12-09 03:26:01 -05:00
- k8s_ingress_controller
# - name: configure cert manager
# hosts: localhost
# gather_facts: false
# become: false
# roles:
# - k8s_cert_manager