JocelynPa 3 years ago
parent 0979307f24
commit ec2d404573

@ -5,7 +5,8 @@
#hosts: splunk_deployement #hosts: splunk_deployement
copy: copy:
src: "/opt/splunk/etc/auth/distServerKeys/trusted.pem" src: "/opt/splunk/etc/auth/distServerKeys/trusted.pem"
dest: "{{ playbook_dir }}/Keys_public/SVLCTPLOGSUP01.mom.fr/" dest: "/tmp/"
#dest: "{{ playbook_dir }}/Keys_public/SVLCTPLOGSUP01.mom.fr/"
owner: root owner: root
group: root group: root
remote_src: true remote_src: true

@ -4,6 +4,7 @@
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: "/tmp/trusted.pem"
src: "{{ playbook_dir }}/Keys_public/SVLCTPLOGSUP01.mom.fr/trusted.pem" src: "{{ playbook_dir }}/Keys_public/SVLCTPLOGSUP01.mom.fr/trusted.pem"
dest: "/opt/splunk/etc/auth/distServerKeys/SVLCTPLOGSUP01.mom.fr/" dest: "/opt/splunk/etc/auth/distServerKeys/SVLCTPLOGSUP01.mom.fr/"
owner: splunk owner: splunk

Loading…
Cancel
Save