Skip to content

Commit

Permalink
Merge pull request #51 from siemens/siemens/feat/removing_prelim_inst…
Browse files Browse the repository at this point in the history
…all_authconfig

Removing prelim for installing authconfig, as it is not used.
  • Loading branch information
uk-bolly authored Feb 23, 2024
2 parents a452618 + 46b8d7d commit 66f73f5
Showing 1 changed file with 0 additions and 21 deletions.
21 changes: 0 additions & 21 deletions tasks/prelim.yml
Original file line number Diff line number Diff line change
Expand Up @@ -213,27 +213,6 @@
- rule_5.2.4.6
- rule_5.2.4.7

- name: "PRELIM | Install authconfig"
ansible.builtin.package:
name: authconfig
state: present
become: true
when:
- amzn2023cis_use_authconfig
- amzn2023cis_rule_5_3_1 or
amzn2023cis_rule_5_3_2 or
amzn2023cis_rule_5_3_3 or
'"authconfig" not in ansible_facts.packages or
"auditd-lib" not in ansible_facts.packages'
tags:
- level1-server
- level1-workstation
- rule_5.3.1 or
rule_5.3.2 or
rule_5.3.3
- authconfig
- auditd

- name: "PRELIM | 4.3.4 | Find all sudoers files."
ansible.builtin.shell: "find /etc/sudoers /etc/sudoers.d/ -type f ! -name '*~' ! -name '*.*'"
changed_when: false
Expand Down

0 comments on commit 66f73f5

Please sign in to comment.