abril/roles
Christian Berendt eddbcbfb76
k3s_server_post: add cilium_bgp_neighbors parameter (#579)
With the cilium_bgp_neighbors parameter it is possible to define
multiple BGP peer ASN & address pairs for Cilium.

Sample:

```
cilium_bgp_neighbors:
  - peer_address: 192.168.128.10
    peer_asn: 64512
  - peer_address: 192.168.128.11
    peer_asn: 64512
  - peer_address: 192.168.128.12
    peer_asn: 64512
```

It is possible to merge further lists with cilium_bgp_neighbors__*
parameters.

Sample:

```
cilium_bgp_neighbors__extra:
  - peer_address: 192.168.128.10
    peer_asn: 64512
cilium_bgp_neighbors:
  - peer_address: 192.168.128.11
    peer_asn: 64512
  - peer_address: 192.168.128.12
    peer_asn: 64512
```

This will result in the following list of BGP peer ASN & address pairs:

```
- peer_address: 192.168.128.10
  peer_asn: 64512
- peer_address: 192.168.128.11
  peer_asn: 64512
- peer_address: 192.168.128.12
  peer_asn: 64512
```

Signed-off-by: Christian Berendt <berendt@osism.tech>
2024-09-30 16:10:57 -05:00
..
download Change to FQCN with ansible-lint fixer (#553) 2024-08-12 22:59:59 -05:00
k3s/node/defaults Replace hardcoded 'master' group name with 'group_name_master' variable (#337) 2023-07-21 16:37:57 -05:00
k3s_agent Change to FQCN with ansible-lint fixer (#553) 2024-08-12 22:59:59 -05:00
k3s_custom_registries Change to FQCN with ansible-lint fixer (#553) 2024-08-12 22:59:59 -05:00
k3s_server Make kubectl binary configurable with the k3s_kubectl_binary parameter (#567) 2024-08-22 17:58:15 -05:00
k3s_server_post k3s_server_post: add cilium_bgp_neighbors parameter (#579) 2024-09-30 16:10:57 -05:00
lxc Change to FQCN with ansible-lint fixer (#553) 2024-08-12 22:59:59 -05:00
prereq Change to FQCN with ansible-lint fixer (#553) 2024-08-12 22:59:59 -05:00
proxmox_lxc Change to FQCN with ansible-lint fixer (#553) 2024-08-12 22:59:59 -05:00
raspberrypi fix: fix raspberry pi preparation for ubuntu 24.04 (#576) 2024-09-13 09:43:28 -05:00
reset Change to FQCN with ansible-lint fixer (#553) 2024-08-12 22:59:59 -05:00
reset_proxmox_lxc Change to FQCN with ansible-lint fixer (#553) 2024-08-12 22:59:59 -05:00