Skip to content

Commit

Permalink
exclude ds from disabled indexing
Browse files Browse the repository at this point in the history
  • Loading branch information
Beata Posłuszny committed Jul 19, 2024
1 parent fbf6e56 commit 2194028
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion roles/splunk_common/tasks/enable_forwarding.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,9 @@
owner: "{{ splunk.user }}"
group: "{{ splunk.group }}"
register: index_disabling
when: splunk.role != "splunk_license_master"
when:
- splunk.role != "splunk_license_master"
- splunk.role != "splunk_deployment_server"

# set up forward servers set by get_facts
- name: Add forward_servers
Expand Down

0 comments on commit 2194028

Please sign in to comment.