feat: ansible checkpoint

This commit is contained in:
2026-06-27 00:35:03 +01:00
parent 4e0b073a39
commit 872161a16a
16 changed files with 93 additions and 32 deletions
+21 -6
View File
@@ -1,9 +1,24 @@
- name: Bootstrap
- name: Common setup
hosts: all
roles:
- common
- name: Setup Kubernetes masters
hosts: masters
roles:
- kubernetes_node
- kubernetes_master
# # ========================
# # SETUP KUBERNETES CLUSTER
# # ========================
# - name: Initialise Kubernetes cluster
# hosts: masters[0]
# roles:
# - kubernetes_master
# # =======================
# # JOIN MASTERS TO CLUSTER
# # =======================
# - name: Adkfk
# hosts: masters[0]
# tasks:
# - name: Generate Kubernetes 'join' command
# ansible.builtin.command: echo hi
# changed_when: true