feat: add power and performance playbook
This commit is contained in:
+3
-4
@@ -1,3 +1,6 @@
|
||||
- name: Apply power and performance settings
|
||||
ansible.builtin.import_playbook: playbooks/performance.yaml
|
||||
|
||||
- name: Baseline configuration
|
||||
hosts: all
|
||||
become: true
|
||||
@@ -5,10 +8,6 @@
|
||||
- common
|
||||
- kubernetes_common
|
||||
|
||||
# ========================
|
||||
# Setup Kubernetes Cluster
|
||||
# ========================
|
||||
|
||||
- name: Initialise Kubernetes Cluster
|
||||
hosts: masters
|
||||
become: true
|
||||
|
||||
Reference in New Issue
Block a user