feat: add power and performance playbook

This commit is contained in:
2026-08-14 22:21:03 +01:00
parent 8dc6ac2939
commit 80d48e6f46
3 changed files with 21 additions and 4 deletions
+3 -4
View File
@@ -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