From aa87cffa347e3388d6dbc1f61f621a3b99123c93 Mon Sep 17 00:00:00 2001
From: Rich Megginson The role requires the If the If using the Contents
id="toc-libreswan-algorithms">Libreswan algorithms
+Collection requirements
firewall
role and the
selinux
role from the
fedora.linux_system_roles
collection, if
-vpn_manage_firewall
and vpn_manage_selinux
is
+vpn_manage_firewall
and vpn_manage_selinux
are
set to true, respectively. (Please see also the variables in the Firewall and Selinux
-section.)vpn
is a role from the
+section.) The role requires additional collections to manage
+rpm-ostree
systems.vpn
role from the
fedora.linux_system_roles
collection or from the Fedora RPM
-package, the requirement is already satisfied.
Otherwise, please run the following command line to install the -collection.
+collections.ansible-galaxy collection install -r meta/collection-requirements.yml
Minimum acceptable algorithms are AES, MODP2048 and SHA2.
+See README-ostree.md
MIT.
diff --git a/CHANGELOG.md b/CHANGELOG.md index a870911..1b602a0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,20 @@ Changelog ========= +[1.6.0] - 2023-11-29 +-------------------- + +### New Features + +- feat: support for ostree systems (#134) + +### Other Changes + +- Bump actions/checkout from 3 to 4 (#126) +- ci: ensure dependabot git commit message conforms to commitlint (#129) +- ci: tox-lsr version 3.1.1 (#133) +- tests: add cleanup after each test (#135) + [1.5.9] - 2023-09-07 --------------------