Skip to content

Commit 16bf4d9

Browse files
authored
Correct Permissions for splunk.secret file (#202)
1 parent bad16e1 commit 16bf4d9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
- name: Install splunk.secret
2-
copy:
2+
ansible.builtin.copy:
33
src: "{{ splunk_secret_file }}"
44
dest: "{{ splunk_home }}/etc/auth/splunk.secret"
55
owner: "{{ splunk_nix_user }}"
66
group: "{{ splunk_nix_group }}"
7-
mode: 0644
7+
mode: 0400
88
become: true
99
notify: restart splunk
1010
when: splunk_configure_secret

0 commit comments

Comments
 (0)