diff --git a/.README.html b/.README.html index 6553f6a..89149f2 100644 --- a/.README.html +++ b/.README.html @@ -241,6 +241,7 @@ id="toc-additional-configuration">Additional configuration Playbook
  • Template Generation
  • +
  • rpm-ostree
  • License
  • Authors
  • @@ -317,11 +318,14 @@ suitable vars/ files is welcome.

    configure firewall and selinux for you, which is mostly useful when custom port is used, the role requires additional collections which are specified in meta/collection-requirements.yml. These are -not automatically installed. You must install them like this:

    +not automatically installed. If you want to manage +rpm-ostree systems, additional collections are required. +You must install them like this:

    ansible-galaxy install -vv -r meta/collection-requirements.yml

    For more information, see sshd_manage_firewall and -sshd_manage_selinux options below. These roles are +sshd_manage_selinux options below, and the +rpm-ostree section. This additional functionality is supported only on Red Hat based Linux.

    Role variables

    Primary role variables

    @@ -664,6 +668,8 @@ options should be added to the options_body and/or options_match.

    To regenerate the templates, from within the meta/ directory run: ./make_option_lists

    +

    rpm-ostree

    +

    See README-ostree.md

    License

    LGPLv3

    Authors

    diff --git a/CHANGELOG.md b/CHANGELOG.md index cdad83d..d3eb03d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,21 @@ Changelog ========= +[v0.23.0] - 2023-11-29 +-------------------- + +### New Features + +- feat: support for ostree systems (#270) + +### Bug Fixes + +- fix: Avoid creation of runtime directories in home (#265) + +### Other Changes + +- tests: Ensure backup/restore preserves file attributes (#269) + [v0.22.0] - 2023-10-18 --------------------