parent
87a1b503ec
commit
29fe242874
@ -0,0 +1,26 @@
|
|||||||
|
---
|
||||||
|
# - name: Copie de la clé du DSMC sur les instances splunk
|
||||||
|
# become: yes
|
||||||
|
# become_user: "{{ privileged_user }}"
|
||||||
|
# hosts: all:!splunk_deployement_TIC:!splunk_uf_Linux
|
||||||
|
# tasks:
|
||||||
|
# - name: Copie de la clé du DSMC sur les instances splunk
|
||||||
|
# copy:
|
||||||
|
# src: "{{ playbook_dir }}/Keys_public/SVLCTPLOGSUP01.mom.fr/"
|
||||||
|
# dest: /opt/splunk/etc/auth/distServerKeys/SVLCTPLOGSUP01.mom.fr/
|
||||||
|
# owner: root
|
||||||
|
# group: root
|
||||||
|
|
||||||
|
- name: Copier le fichier trusted depuis autre.loc vers distant.loc
|
||||||
|
hosts: all:!splunk_deployement:!splunk_uf_Linux
|
||||||
|
become: yes
|
||||||
|
become_user: "{{ privileged_user }}"
|
||||||
|
tasks:
|
||||||
|
- name: Copier le fichier trusted
|
||||||
|
fetch:
|
||||||
|
src: /opt/splunk/etc/auth/distServerKeys/trusted.pem
|
||||||
|
dest: /opt/splunk/etc/auth/distServerKeys/SVLCTPLOGSUP01.mom.fr/
|
||||||
|
owner: splunk
|
||||||
|
group: splunk
|
||||||
|
flat: yes
|
||||||
|
delegate_to: splunk_deployement
|
||||||
Loading…
Reference in new issue