You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8 lines
343 B
8 lines
343 B
---
|
|
- name: activation du distributed search
|
|
become: yes
|
|
become_user: "{{ privileged_user }}"
|
|
hosts: all:!splunk_uf_linux:!splunk_uf_windows
|
|
tasks:
|
|
- name: commande d'activation
|
|
command: "{{ splunk_exec }} add search-server https://{{ hosts }}:8089 -auth admin:password -remoteUsername adminsplunk -remotePassword 921223Jocpam!?" |