From b450a860838340ef4c4cdb608d9fcea645194565 Mon Sep 17 00:00:00 2001 From: zhenyus Date: Wed, 19 Feb 2025 12:31:32 +0800 Subject: [PATCH] fix(inventory): comment out unused worker nodes for clarity Signed-off-by: zhenyus --- cluster/ansible/manifests/inventory.ini | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/cluster/ansible/manifests/inventory.ini b/cluster/ansible/manifests/inventory.ini index c1455782..f5f30a2d 100644 --- a/cluster/ansible/manifests/inventory.ini +++ b/cluster/ansible/manifests/inventory.ini @@ -12,6 +12,6 @@ prod-usw2-k8s-freeleaps-worker-ingress-01 ansible_host=10.10.0.6 ansible_user=zh prod-usw2-k8s-freeleaps-worker-ingress-02 ansible_host=10.10.0.7 ansible_user=zhenyus@mathmast.com host_name=prod-usw2-k8s-freeleaps-worker-ingress-02 prod-usw2-k8s-freeleaps-worker-ingress-03 ansible_host=10.10.0.5 ansible_user=zhenyus@mathmast.com host_name=prod-usw2-k8s-freeleaps-worker-ingress-03 prod-usw2-k8s-freeleaps-worker-01 ansible_host=10.10.0.10 ansible_user=zhenyus@mathmast.com host_name=prod-usw2-k8s-freeleaps-worker-01 -prod-usw2-k8s-freeleaps-worker-02 ansible_host=10.10.0.11 ansible_user=zhenyus@mathmast.com host_name=prod-usw2-k8s-freeleaps-worker-02 -prod-usw2-k8s-freeleaps-worker-03 ansible_host=10.10.0.12 ansible_user=zhenyus@mathmast.com host_name=prod-usw2-k8s-freeleaps-worker-03 -prod-usw2-k8s-freeleaps-worker-04 ansible_host=10.10.0.13 ansible_user=zhenyus@mathmast.com host_name=prod-usw2-k8s-freeleaps-worker-04 +; prod-usw2-k8s-freeleaps-worker-02 ansible_host=10.10.0.11 ansible_user=zhenyus@mathmast.com host_name=prod-usw2-k8s-freeleaps-worker-02 +; prod-usw2-k8s-freeleaps-worker-03 ansible_host=10.10.0.12 ansible_user=zhenyus@mathmast.com host_name=prod-usw2-k8s-freeleaps-worker-03 +; prod-usw2-k8s-freeleaps-worker-04 ansible_host=10.10.0.13 ansible_user=zhenyus@mathmast.com host_name=prod-usw2-k8s-freeleaps-worker-04