@@ -144,6 +144,8 @@ <h1 class="toc-title">Contents</h1>
144144< ul >
145145< li > < a href ="#sudo_rewrite_default_sudoers_file "
146146id ="toc-sudo_rewrite_default_sudoers_file "> sudo_rewrite_default_sudoers_file</ a > </ li >
147+ < li > < a href ="#sudo_check_if_configured "
148+ id ="toc-sudo_check_if_configured "> sudo_check_if_configured</ a > </ li >
147149< li > < a href ="#sudo_remove_unauthorized_included_files "
148150id ="toc-sudo_remove_unauthorized_included_files "> sudo_remove_unauthorized_included_files</ a > </ li >
149151< li > < a href ="#sudo_visudo_path "
@@ -210,6 +212,11 @@ <h1 id="role-variables">Role Variables</h1>
210212not wish to modify the < code > /etc/sudoers</ code > file.</ p >
211213< p > Default: < code > true</ code > </ p >
212214< p > Type: < code > bool</ code > </ p >
215+ < h2 id ="sudo_check_if_configured "> sudo_check_if_configured</ h2 >
216+ < p > This variable provides semantic check of already configured sudoers
217+ in case ansible setup is not needed and it is skipped.</ p >
218+ < p > Default: < code > true</ code > </ p >
219+ < p > Type: < code > bool</ code > </ p >
213220< h2
214221id ="sudo_remove_unauthorized_included_files "> sudo_remove_unauthorized_included_files</ h2 >
215222< p > < em > < strong > Dangerous!</ strong > </ em > Setting this to
@@ -613,15 +620,24 @@ <h1 id="license">License</h1>
613620href ="https://github.com/linux-system-roles/sudo/actions/workflows/ansible-test.yml "> < img
614621src ="https://github.com/linux-system-roles/sudo/actions/workflows/ansible-test.yml/badge.svg "
615622alt ="ansible-test.yml " /> </ a > < a
623+ href ="https://github.com/linux-system-roles/sudo/actions/workflows/codeql.yml "> < img
624+ src ="https://github.com/linux-system-roles/sudo/actions/workflows/codeql.yml/badge.svg "
625+ alt ="codeql.yml " /> </ a > < a
616626href ="https://github.com/linux-system-roles/sudo/actions/workflows/markdownlint.yml "> < img
617627src ="https://github.com/linux-system-roles/sudo/actions/workflows/markdownlint.yml/badge.svg "
618628alt ="markdownlint.yml " /> </ a > < a
629+ href ="https://github.com/linux-system-roles/sudo/actions/workflows/python-unit-test.yml "> < img
630+ src ="https://github.com/linux-system-roles/sudo/actions/workflows/python-unit-test.yml/badge.svg "
631+ alt ="python-unit-test.yml " /> </ a > < a
619632href ="https://github.com/linux-system-roles/sudo/actions/workflows/shellcheck.yml "> < img
620633src ="https://github.com/linux-system-roles/sudo/actions/workflows/shellcheck.yml/badge.svg "
621634alt ="shellcheck.yml " /> </ a > < a
622635href ="https://github.com/linux-system-roles/sudo/actions/workflows/tft.yml "> < img
623636src ="https://github.com/linux-system-roles/sudo/actions/workflows/tft.yml/badge.svg "
624637alt ="tft.yml " /> </ a > < a
638+ href ="https://github.com/linux-system-roles/sudo/actions/workflows/tft_citest_bad.yml "> < img
639+ src ="https://github.com/linux-system-roles/sudo/actions/workflows/tft_citest_bad.yml/badge.svg "
640+ alt ="tft_citest_bad.yml " /> </ a > < a
625641href ="https://github.com/linux-system-roles/sudo/actions/workflows/woke.yml "> < img
626642src ="https://github.com/linux-system-roles/sudo/actions/workflows/woke.yml/badge.svg "
627643alt ="woke.yml " /> </ a > </ p >
0 commit comments