Skip to content

Commit

Permalink
prevent hardening to create a ceph user on standalone
Browse files Browse the repository at this point in the history
Signed-off-by: Florent CARLI <[email protected]>
  • Loading branch information
insatomcat committed Feb 27, 2025
1 parent 78a2757 commit 15a97b2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 6 additions & 2 deletions roles/debian_hardening_physical_machine/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,18 @@
owner: root
group: root
mode: '0440'
when: not revert
when:
- not revert
- cluster_ip_addr is defined

- name: Adding ceph user to group privileged
user:
name: "ceph"
groups: privileged
append: yes
when: not revert
when:
- not revert
- cluster_ip_addr is defined

- name: Adding Debian-snmp user to group privileged
user:
Expand Down

0 comments on commit 15a97b2

Please sign in to comment.