decommision worker1 and worker4

This commit is contained in:
2026-08-22 23:25:34 +03:00
parent 2617eda161
commit ada27c9e50
3 changed files with 1 additions and 8 deletions

View File

@@ -79,14 +79,10 @@ all:
ansible_host: 172.21.3.53 ansible_host: 172.21.3.53
workers: workers:
hosts: hosts:
worker1.kube.k-space.ee:
ansible_host: 172.21.3.81
worker2.kube.k-space.ee: worker2.kube.k-space.ee:
ansible_host: 172.21.3.82 ansible_host: 172.21.3.82
worker3.kube.k-space.ee: worker3.kube.k-space.ee:
ansible_host: 172.21.3.83 ansible_host: 172.21.3.83
worker4.kube.k-space.ee:
ansible_host: 172.21.3.84
children: children:
coralworkers: coralworkers:
hosts: hosts:

View File

@@ -7,18 +7,14 @@ bgp:
- 172.21.3.51 - 172.21.3.51
- 172.21.3.52 - 172.21.3.52
- 172.21.3.53 - 172.21.3.53
- 172.21.3.81
- 172.21.3.82 - 172.21.3.82
- 172.21.3.83 - 172.21.3.83
- 172.21.3.84
- 172.21.3.91 - 172.21.3.91
peers_ipv6: peers_ipv6:
- 2001:bb8:4008:21:ffff:ffff:ffff:fffe - 2001:bb8:4008:21:ffff:ffff:ffff:fffe
- 2001:bb8:4008:21::3:51 - 2001:bb8:4008:21::3:51
- 2001:bb8:4008:21::3:52 - 2001:bb8:4008:21::3:52
- 2001:bb8:4008:21::3:53 - 2001:bb8:4008:21::3:53
- 2001:bb8:4008:21::3:81
- 2001:bb8:4008:21::3:82 - 2001:bb8:4008:21::3:82
- 2001:bb8:4008:21::3:83 - 2001:bb8:4008:21::3:83
- 2001:bb8:4008:21::3:84
- 2001:bb8:4008:21::3:91 - 2001:bb8:4008:21::3:91

View File

@@ -28,6 +28,7 @@
- name: Load secrets - name: Load secrets
ansible.builtin.include_vars: ansible.builtin.include_vars:
file: ../secrets/bgp.yaml file: ../secrets/bgp.yaml
tags: always
- name: configure mesh network - name: configure mesh network
ansible.builtin.template: ansible.builtin.template: