feat: ansible checkpoint
This commit is contained in:
+21
-6
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user