Skip to content

Commit

Permalink
Updates (#150)
Browse files Browse the repository at this point in the history
* update CHANGELOG

* fix typo

* fix host groups: el8-dkms -> el8dkms

* remove empty line

* update CHANGELOG
  • Loading branch information
githubixx authored Mar 22, 2022
1 parent 59651cc commit 6b5fbe8
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ SPDX-License-Identifier: GPL-3.0-or-later

# Changelog

## 9.1.0

- For `Rocky Linux 8` only: Added variable `wireguard_rockylinux8_installation_method`. Set `wireguard_rockylinux8_installation_method` to `dkms` to build WireGuard module from source, with wireguard-dkms. This is required if you use a custom kernel and/or your arch is not `x86_64`. The default of `standard` will install the kernel module with kmod-wireguard from ELRepo (contribution by @gitouche-sur-osm)

## 9.0.1

- FIX: The template rendering the WireGuard configuration only checked if `wireguard_save_config` was set and if so sets `SaveConfig = true`. So setting `wireguard_save_config: "false"` had no effect.
Expand Down
2 changes: 1 addition & 1 deletion defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ wireguard_centos7_kernel_plus_reboot_timeout: "600"
# Set wireguard_rockylinux8_installation_method to "dkms"
# to build WireGuard module from source, with wireguard-dkms.
# This is required if you use a custom kernel and/or your arch
# is not x64_64.
# is not x86_64.
#
# The default of "standard" will install the kernel module
# with kmod-wireguard from ELRepo.
Expand Down
2 changes: 1 addition & 1 deletion molecule/kvm/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ platforms:
groups:
- vpn
- el8
- el8-dkms
- el8dkms

provisioner:
name: ansible
Expand Down
2 changes: 1 addition & 1 deletion molecule/kvm/prepare.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
update_cache: true
cache_valid_time: 3600

- hosts: el8-dkms
- hosts: el8dkms
remote_user: vagrant
become: true
gather_facts: true
Expand Down
1 change: 0 additions & 1 deletion tasks/setup-rocky-8.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,3 @@
state: present
when:
- wireguard_rockylinux8_installation_method == "dkms"

0 comments on commit 6b5fbe8

Please sign in to comment.