+- Requirements
+
- Role Variables
- Example
Playbook
+- rpm-ostree
- License
- Author
Information
@@ -152,6 +158,14 @@ Contents
This Ansible role manages system-wide crypto policies.
This concept is well adopted since Red Hat Enterprise Linux 8 and in
Fedora.
+Requirements
+See below
+Collection requirements
+If you want to manage rpm-ostree
systems with this role,
+you will need to install additional collections. Please run the
+following command line to install the collection.
+ansible-galaxy collection install -vv -r meta/collection-requirements.yml
Role Variables
By default, this role will just report system status as described in
the following section.
@@ -227,14 +241,16 @@ Example Playbook
The following playbook configures the system to the default crypto
policy level without SHA1. The update is done without reboot (which is
recommended to do by the user afterwards).
-- name: Manage crypto policies
- hosts: all
- roles:
- role: linux-system-roles.crypto_policies
- vars:
- crypto_policies_policy: "DEFAULT:NO-SHA1"
- crypto_policies_reload: false
+- name: Manage crypto policies
+ hosts: all
+ roles:
+ role: linux-system-roles.crypto_policies
+ vars:
+ crypto_policies_policy: "DEFAULT:NO-SHA1"
+ crypto_policies_reload: false
+rpm-ostree
+See README-ostree.md
License
MIT, see the file LICENSE for more information.
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 6878cc6..f2962c0 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,19 @@
Changelog
=========
+[1.3.0] - 2023-11-29
+--------------------
+
+### New Features
+
+- feat: support for ostree systems (#99)
+
+### Other Changes
+
+- Bump actions/checkout from 3 to 4 (#90)
+- ci: ensure dependabot git commit message conforms to commitlint (#93)
+- ci: tox-lsr version 3.1.1 (#97)
+
[1.2.12] - 2023-09-08
--------------------