From 9e34d037a37fcfee0e0cf8b22cb32c4780ff57d0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AD=99=E6=8C=AF=E5=AE=87?= <> Date: Sat, 11 Jan 2025 18:55:17 +0800 Subject: [PATCH] chore(inventory): remove bastion host entry from inventory.ini MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 孙振宇 <> --- cluster/ansible/manifests/inventory.ini | 3 --- 1 file changed, 3 deletions(-) diff --git a/cluster/ansible/manifests/inventory.ini b/cluster/ansible/manifests/inventory.ini index 68b9de3e..8d6ca8ef 100644 --- a/cluster/ansible/manifests/inventory.ini +++ b/cluster/ansible/manifests/inventory.ini @@ -1,6 +1,3 @@ -[bastion] -bastion ansible_host=jumper.mathmast.com ansible_user=zhenyus@mathmast.com - [kube_control_plane] prod-usw2-k8s-freeleaps-master-01 ansible_host=prod-usw2-k8s-freeleaps-master-01.mathmast.com ansible_user=zhenyus@mathmast.com etcd_member_name=freeleaps-etcd-01 prod-usw2-k8s-freeleaps-master-02 ansible_host=prod-usw2-k8s-freeleaps-master-02.mathmast.com ansible_user=zhenyus@mathmast.com etcd_member_name=freeleaps-etcd-02