Skip to content

Commit

Permalink
Add CIS task fix from #154 and #153. Prevent etcd user home creation
Browse files Browse the repository at this point in the history
  • Loading branch information
jacob committed Oct 2, 2023
1 parent b6b1fde commit c29b213
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions roles/rke2_common/tasks/cis-hardening.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
comment: etcd user
shell: /bin/nologin
group: etcd
create_home: false

- name: Copy systemctl file for kernel hardening for yum installs
ansible.builtin.copy:
Expand Down

0 comments on commit c29b213

Please sign in to comment.