Skip to content

Commit

Permalink
Calico: Fix Wireguard support for CentOS Stream 9/RHEL 9 Beta (kubern…
Browse files Browse the repository at this point in the history
  • Loading branch information
ThisIsQasim authored and LuckySB committed Oct 23, 2023
1 parent c40f823 commit bbf87ac
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions roles/network_plugin/calico/tasks/repos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,4 @@
when:
- ansible_os_family in ['RedHat']
- ansible_distribution not in ['Fedora']
- ansible_facts['distribution_major_version'] | int < 9
3 changes: 3 additions & 0 deletions roles/network_plugin/calico/vars/centos-9.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
calico_wireguard_packages:
- wireguard-tools
3 changes: 3 additions & 0 deletions roles/network_plugin/calico/vars/redhat-9.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
calico_wireguard_packages:
- wireguard-tools

0 comments on commit bbf87ac

Please sign in to comment.