|
|
|
@ -4,11 +4,10 @@
|
|
|
|
become_user: "{{ privileged_user }}"
|
|
|
|
become_user: "{{ privileged_user }}"
|
|
|
|
#hosts: all:!splunk_uf_Linux:!splunk_deployement
|
|
|
|
#hosts: all:!splunk_uf_Linux:!splunk_deployement
|
|
|
|
copy:
|
|
|
|
copy:
|
|
|
|
src: "{{ playbook_dir }}/Keys_public/SVLCTPLOGSUP01.mom.fr/trusted.pem"
|
|
|
|
src: "{{ playbook_dir }}/Keys_public/SVLCTPLOGSUP01.mom.fr/"
|
|
|
|
dest: "/opt/splunk/etc/auth/distServerKeys/SVLCTPLOGSUP01.mom.fr/"
|
|
|
|
dest: "/opt/splunk/etc/auth/distServerKeys/SVLCTPLOGSUP01.mom.fr/"
|
|
|
|
owner: splunk
|
|
|
|
owner: root
|
|
|
|
group: splunk
|
|
|
|
group: root
|
|
|
|
remote_src: true
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- name: "Attribution des droits Splunk"
|
|
|
|
- name: "Attribution des droits Splunk"
|
|
|
|
shell: "chown -Rf splunk:splunk /opt/splunk/"
|
|
|
|
shell: "chown -Rf splunk:splunk /opt/splunk/"
|
|
|
|
|