Skip to content

Commit 2f884d8

Browse files
authored
Explicitly configure Splunk Group and User locally (#133)
Co-authored-by: haraksin <george.r.haraksin@jpl.nasa.gov>
1 parent 852d71f commit 2f884d8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

roles/splunk/tasks/install_splunk.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
group:
77
name: "{{ splunk_nix_group }}"
88
state: present
9+
local: true
910
become: true
1011

1112
- name: Add nix splunk user
@@ -16,6 +17,7 @@
1617
append: true
1718
state: present
1819
shell: /bin/bash
20+
local: true
1921
become: true
2022

2123
- name: Allow splunk user to read /var/log

0 commit comments

Comments
 (0)