Skip to content

Commit

Permalink
updating etcd nologin
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam Leiner committed May 22, 2024
1 parent b1c8e65 commit 2e7e4e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/rke2_common/tasks/cis-hardening.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
ansible.builtin.user:
name: etcd
comment: etcd user
shell: /bin/nologin
shell: /usr/sbin/nologin
group: etcd
create_home: false

Expand Down

0 comments on commit 2e7e4e4

Please sign in to comment.