main.yml (286B)
1 --- 2 log_sync_remote_host: learningunix.net 3 log_sync_remote_user: cjr 4 log_sync_ssh_key: "{{ ansible_facts['user_dir'] }}/.ssh/id_ed25519_logsync" 5 log_sync_remote_paths: 6 - /var/log/nginx/ 7 log_sync_local_dest: "{{ ansible_facts['user_dir'] }}/learningunix-logs" 8 log_sync_interval: daily