linux-system-roles / vpn

Role for managing VPN/IPSec
https://linux-system-roles.github.io/vpn/
MIT License
8 stars 14 forks source link

Version 1.4.0 - CHANGELOG.md [citest skip] #71

Closed richm closed 1 year ago

richm commented 1 year ago

[1.4.0] - 2022-09-19

New Features

Add support for the parameters shared_key_content, leftid, rightid, ike, esp, type, ikelifetime, salifetime, retransmit_timeout, dpddelay, dpdtimeout, dpdaction, leftupdown

Bug Fixes

Check for existence of openssl without using sudo on the controller Basically, any task, even package_facts:, will use sudo if using become=true - so just use "exists" test to check for /usr/bin/openssl

Other Changes

We need to get the name of the branch to which CHANGELOG.md was pushed. For now, it looks as though GITHUB_REF_NAME is that name. But don't trust it - first, check that it is main or master. If not, then use a couple of other methods to determine what is the push branch.

Signed-off-by: Rich Megginson rmeggins@redhat.com