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
|
|
|
|
|
2023-01-10 19:59:26 -05:00
|
|
|
# - name: configure zfs storage on nodes
|
|
|
|
# hosts: k8s_storage
|
|
|
|
# gather_facts: true
|
|
|
|
# become: true
|
|
|
|
# roles:
|
|
|
|
# - zfs_repo_install
|
|
|
|
|
|
|
|
# - name: configure open-ebs storage operator
|
2022-12-08 08:40:44 -05:00
|
|
|
# hosts: localhost
|
|
|
|
# gather_facts: false
|
|
|
|
# become: false
|
|
|
|
# roles:
|
2023-01-10 19:59:26 -05:00
|
|
|
# - k8s_storage_ebs_local_deploy
|
2022-11-01 21:48:24 -04:00
|
|
|
|
2023-01-10 19:59:26 -05:00
|
|
|
- name: configure open-ebs zfs driver
|
2022-11-01 21:48:24 -04:00
|
|
|
hosts: localhost
|
|
|
|
gather_facts: false
|
|
|
|
become: false
|
|
|
|
roles:
|
2023-01-10 19:59:26 -05:00
|
|
|
- k8s_storage_ebs_zfs_deploy
|
|
|
|
|
|
|
|
# - name: configure smb storage provider
|
|
|
|
# hosts: localhost
|
|
|
|
# gather_facts: false
|
|
|
|
# become: false
|
|
|
|
# roles:
|
|
|
|
# - k8s_storage_smb_deploy
|
2022-12-09 03:26:01 -05:00
|
|
|
|
|
|
|
# - name: configure ingress controller
|
|
|
|
# hosts: localhost
|
|
|
|
# gather_facts: false
|
|
|
|
# become: false
|
|
|
|
# roles:
|
|
|
|
# - k8s_ingress_controller
|
|
|
|
|
2022-12-09 03:26:01 -05:00
|
|
|
|
2022-12-09 03:26:01 -05:00
|
|
|
# - name: configure cert manager
|
|
|
|
# hosts: localhost
|
|
|
|
# gather_facts: false
|
|
|
|
# become: false
|
|
|
|
# roles:
|
|
|
|
# - k8s_cert_manager
|
|
|
|
|
2023-01-05 02:46:06 -05:00
|
|
|
|