module synchro

master
JocelynPa 3 years ago
parent eee08562a7
commit 218b031326

@ -17,8 +17,7 @@
become_user: root
tasks:
- name: Copier le fichier trusted
delegate_to: SVLCTPLOGSUP01.mom.fr
fetch:
src: /opt/splunk/etc/auth/distServerKeys/trusted.pem
ansible.posix.synchronize:
mode: pull
src: rsync://SVLCTPLOGSUP01.mom.fr/opt/splunk/etc/auth/distServerKeys/trusted.pem
dest: /tmp/
remote_src: True

Loading…
Cancel
Save