Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions .README.html
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,8 @@ <h1 class="toc-title">Contents</h1>
<ul>
<li><a href="#sudo_rewrite_default_sudoers_file"
id="toc-sudo_rewrite_default_sudoers_file">sudo_rewrite_default_sudoers_file</a></li>
<li><a href="#sudo_check_if_configured"
id="toc-sudo_check_if_configured">sudo_check_if_configured</a></li>
<li><a href="#sudo_remove_unauthorized_included_files"
id="toc-sudo_remove_unauthorized_included_files">sudo_remove_unauthorized_included_files</a></li>
<li><a href="#sudo_visudo_path"
Expand Down Expand Up @@ -210,6 +212,11 @@ <h1 id="role-variables">Role Variables</h1>
not wish to modify the <code>/etc/sudoers</code> file.</p>
<p>Default: <code>true</code></p>
<p>Type: <code>bool</code></p>
<h2 id="sudo_check_if_configured">sudo_check_if_configured</h2>
<p>This variable provides semantic check of already configured sudoers
in case ansible setup is not needed and it is skipped.</p>
<p>Default: <code>true</code></p>
<p>Type: <code>bool</code></p>
<h2
id="sudo_remove_unauthorized_included_files">sudo_remove_unauthorized_included_files</h2>
<p><em><strong>Dangerous!</strong></em> Setting this to
Expand Down Expand Up @@ -613,15 +620,24 @@ <h1 id="license">License</h1>
href="https://github.com/linux-system-roles/sudo/actions/workflows/ansible-test.yml"><img
src="https://github.com/linux-system-roles/sudo/actions/workflows/ansible-test.yml/badge.svg"
alt="ansible-test.yml" /></a> <a
href="https://github.com/linux-system-roles/sudo/actions/workflows/codeql.yml"><img
src="https://github.com/linux-system-roles/sudo/actions/workflows/codeql.yml/badge.svg"
alt="codeql.yml" /></a> <a
href="https://github.com/linux-system-roles/sudo/actions/workflows/markdownlint.yml"><img
src="https://github.com/linux-system-roles/sudo/actions/workflows/markdownlint.yml/badge.svg"
alt="markdownlint.yml" /></a> <a
href="https://github.com/linux-system-roles/sudo/actions/workflows/python-unit-test.yml"><img
src="https://github.com/linux-system-roles/sudo/actions/workflows/python-unit-test.yml/badge.svg"
alt="python-unit-test.yml" /></a> <a
href="https://github.com/linux-system-roles/sudo/actions/workflows/shellcheck.yml"><img
src="https://github.com/linux-system-roles/sudo/actions/workflows/shellcheck.yml/badge.svg"
alt="shellcheck.yml" /></a> <a
href="https://github.com/linux-system-roles/sudo/actions/workflows/tft.yml"><img
src="https://github.com/linux-system-roles/sudo/actions/workflows/tft.yml/badge.svg"
alt="tft.yml" /></a> <a
href="https://github.com/linux-system-roles/sudo/actions/workflows/tft_citest_bad.yml"><img
src="https://github.com/linux-system-roles/sudo/actions/workflows/tft_citest_bad.yml/badge.svg"
alt="tft_citest_bad.yml" /></a> <a
href="https://github.com/linux-system-roles/sudo/actions/workflows/woke.yml"><img
src="https://github.com/linux-system-roles/sudo/actions/workflows/woke.yml/badge.svg"
alt="woke.yml" /></a></p>
Expand Down
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,23 @@
Changelog
=========

[1.2.0] - 2024-10-30
--------------------

### New Features

- feat: Add variable that handles semantic check for sudoers (#22)

### Other Changes

- ci: Add workflow for ci_test bad, use remote fmf plan (#20)
- ci: Fix missing slash in ARTIFACTS_URL (#21)
- ci: Add python unit tests (#23)
- ci: Add tags to TF workflow, allow more [citest bad] formats (#24)
- ci: ansible-test action now requires ansible-core version (#25)
- ci: add YAML header to github action workflow files (#26)
- refactor: Use vars/RedHat_N.yml symlink for CentOS, Rocky, Alma wherever possible (#28)

[1.1.0] - 2024-08-01
--------------------

Expand Down